Typesense Cloud for Claude Desktop
org.typesense/typesense-cloud
Add fast, typo-tolerant search to your site or app, and run the Typesense clusters behind it.
client:Claude Desktop
transport:streamable-http
Install Typesense Cloud in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"typesense-cloud": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://cloud.typesense.org/mcp/v1"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs