Mosaic MCP Server

This is a Model Context Protocol server for Mosaic personas.

Connect with any MCP client (Claude Desktop, Claude Code, Cursor, etc.) to interact with a persona using your own LLM.

Connect with Claude Desktop

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "mosaic": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.mosayic.ai/mcp"]
    }
  }
}

You'll be prompted to authenticate when the connection starts.