Back to Browse

Free MCP MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://sessions.personaizer.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

5 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-personaizer-mcp": {
      "url": "https://sessions.personaizer.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

PERSONAIZER MCP Server

smithery badge

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.

Tools

ToolWhat it doesKey type
search_knowledgeSemantic search over a persona's knowledge basepersona secret key (pa_...)
chatSend a message and get a reply from a personapersona secret key, or account key + persona_id
upload_knowledge_docsAdd documents to a persona's knowledge basepersona secret key
create_personaBuild a new persona from a website URLaccount key (ak_...)
check_persona_statusPoll a persona-creation job's progresseither 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_...) 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.

Reviews

No reviews yet

Be the first to review this server!