TypesenseKit for Claude Desktop
io.github.typesensekit/typesensekit
95 typed Typesense operations for AI agents through an MCP server that is read-only by default.
client:Claude Desktop
transport:stdio
runtime:npm
Install TypesenseKit in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"typesensekit": {
"command": "npx",
"args": [
"-y",
"@typesensekit/mcp"
],
"env": {
"TYPESENSE_URL": "<TYPESENSE_URL>",
"TYPESENSE_API_KEY": "<TYPESENSE_API_KEY>",
"TYPESENSEKIT_READ_ONLY": "<TYPESENSEKIT_READ_ONLY>",
"TYPESENSE_CONNECTION_TIMEOUT_SECONDS": "<TYPESENSE_CONNECTION_TIMEOUT_SECONDS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs