@typesensekit/mcp
An open-source Typesense MCP server that gives AI agents structured tools for search, schema inspection, collection operations, and cluster administration. It runs in read-only mode by default.
Typesense MCP overview · Client setup · Security guide · GitHub
TYPESENSE_URL=http://localhost:8108 TYPESENSE_API_KEY=xyz pnpm dlx @typesensekit/mcp
Set TYPESENSEKIT_READ_ONLY=false to expose write/delete/admin tools.
Run the stateless Streamable HTTP server:
TYPESENSE_URL=http://localhost:8108 TYPESENSE_API_KEY=xyz pnpm dlx --package @typesensekit/mcp typesensekit-mcp-http
See the API coverage inventory for supported Typesense operations.