streamable-httpupdated 18d ago
Create and operate AI chat personas for websites — over MCP. 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.).
What can you do with PERSONAIZER?
PERSONAIZER MCP Server
Create and operate AI chat personas for websites — over MCP. 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/mcpon the official MCP Registry - 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
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 — full walkthrough at personaizer.com/developers/mcp.
Authentication
Every request needs an X-Api-Key header:
- A persona secret key (
pa_...) scopessearch_knowledge,chat, andupload_knowledge_docsto one persona. - An account key (
ak_...) is account-wide — required forcreate_persona, and usable forchat/check_persona_statuswith an explicitpersona_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.
Install
Add PERSONAIZER to your client. Pick the one you use.
claude mcp add --transport http personaizer https://sessions.personaizer.com/mcpcodex mcp add personaizer --url https://sessions.personaizer.com/mcp{
"mcpServers": {
"personaizer": {
"url": "https://sessions.personaizer.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"personaizer": {
"type": "http",
"url": "https://sessions.personaizer.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"personaizer": {
"url": "https://sessions.personaizer.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"personaizer": {
"serverUrl": "https://sessions.personaizer.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
PERSONAIZER exposes 4 tools to a connected agent.
- search_knowledge
- Semantic search over a persona's knowledge base
- upload_knowledge_docs
- Add documents to a persona's knowledge base
- create_persona
- Build a new persona from a website URL
- check_persona_status
- Poll a persona-creation job's progress
Score
63 / 100
Good
- Documentation17/25
- Maintenance19/25
- Trust9/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 11 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Aug 21, 2026 |
| 1.0.0 | Aug 21, 2026 |