This is a Model Context Protocol server for Mosaic personas.
Connect with any MCP client to interact with a persona using your own LLM.
https://mcp.mosayic.ai/mcpclaude mcp add --scope user mosaic --transport http https://mcp.mosayic.ai/mcp
--scope user makes Mosaic available from any project. Omit it to install for the current project only.
After adding, start a new session and type /mcp to authenticate.
Go to Settings → Tools & MCP → Add Custom MCP, then add to your mcp.json:
{
"mcpServers": {
"mosaic": {
"url": "https://mcp.mosayic.ai/mcp"
}
}
}
For all clients, you'll be prompted to authenticate when the connection starts.