Skip to main content
ClaudeWave

Free Low-Latency MCP API to create AI chat personas for websites — upload knowledge, search, and chat

MCP ServersOfficial Registry0 stars0 forksUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/PersonAIzer/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/PersonAIzer/mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# PERSONAIZER MCP Server

[![smithery badge](https://smithery.ai/badge/personaizer/personaizer-chat-and-rag)](https://smithery.ai/servers/personaizer/personaizer-chat-and-rag)

Create and operate AI chat personas for websites — over [MCP](https://modelcontextprotocol.io). Search a persona's knowledge base, chat with it, upload knowledge, and build brand-new personas from a URL, all from any MCP-compatible client (Claude Desktop, Claude Code, Cursor, etc.).

This repository is a directory listing for the hosted PERSONAIZER MCP server — the server itself is remote (Streamable HTTP), so there's no code to clone or run locally.

- **Registry entry:** `io.github.PersonAIzer/mcp` on the [official MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.PersonAIzer/mcp)
- **Endpoint:** `https://sessions.personaizer.com/mcp`
- **Docs:** https://personaizer.com/developers/mcp
- **Sign up for a free API key:** https://personaizer.com

## Tools

| Tool | What it does | Key type |
|---|---|---|
| `search_knowledge` | Semantic search over a persona's knowledge base | persona secret key (`pa_...`) |
| `chat` | Send a message and get a reply from a persona | persona secret key, or account key + `persona_id` |
| `upload_knowledge_docs` | Add documents to a persona's knowledge base | persona secret key |
| `create_persona` | Build a new persona from a website URL | account key (`ak_...`) |
| `check_persona_status` | Poll a persona-creation job's progress | either key type |

## Quickstart

```bash
claude mcp add --transport http personaizer https://sessions.personaizer.com/mcp \
  --header "X-Api-Key: YOUR_API_KEY"
```

Get a persona secret key from a persona's Developer tab, or an account key from your [Account settings](https://personaizer.com/profile) — full walkthrough at [personaizer.com/developers/mcp](https://personaizer.com/developers/mcp).

## Authentication

Every request needs an `X-Api-Key` header:
- A **persona secret key** (`pa_...`) scopes `search_knowledge`, `chat`, and `upload_knowledge_docs` to one persona.
- An **account key** (`ak_...`) is account-wide — required for `create_persona`, and usable for `chat`/`check_persona_status` with an explicit `persona_id`.

## About PERSONAIZER

PERSONAIZER turns a website into a live AI persona your visitors can talk to — trained on your content, embeddable in minutes. Learn more at [personaizer.com](https://personaizer.com).
aichatbotmcpmcp-servermodel-context-protocol

What people ask about mcp

What is PersonAIzer/mcp?

+

PersonAIzer/mcp is mcp servers for the Claude AI ecosystem. Free Low-Latency MCP API to create AI chat personas for websites — upload knowledge, search, and chat It has 0 GitHub stars and its last recorded update is dated 2026-08-21.

How do I install mcp?

+

You can install mcp by cloning the repository (https://github.com/PersonAIzer/mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is PersonAIzer/mcp safe to use?

+

Our security agent has analyzed PersonAIzer/mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains PersonAIzer/mcp?

+

PersonAIzer/mcp is maintained by PersonAIzer. The last recorded GitHub activity is dated 2026-08-21, with 0 open issues.

Are there alternatives to mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: PersonAIzer/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/personaizer-mcp)](https://claudewave.com/repo/personaizer-mcp)
<a href="https://claudewave.com/repo/personaizer-mcp"><img src="https://claudewave.com/api/badge/personaizer-mcp" alt="Featured on ClaudeWave: PersonAIzer/mcp" width="320" height="64" /></a>

More MCP Servers

mcp alternatives