← Back to browse

TypesenseKit

Indexed by io.github.akshitkrnagpal

About

95 typed Typesense operations for AI agents through an MCP server that is read-only by default.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsTYPESENSE_URL TYPESENSE_API_KEY TYPESENSEKIT_READ_ONLY TYPESENSE_CONNECTION_TIMEOUT_SECONDS
Claude Code
claude mcp add --env TYPESENSE_URL= --env TYPESENSE_API_KEY= --env TYPESENSEKIT_READ_ONLY= --env TYPESENSE_CONNECTION_TIMEOUT_SECONDS= typesensekit -- npx @typesensekit/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"typesensekit","command":"npx","args":["@typesensekit/mcp"],"env":{"TYPESENSE_URL":"","TYPESENSE_API_KEY":"","TYPESENSEKIT_READ_ONLY":"","TYPESENSE_CONNECTION_TIMEOUT_SECONDS":""}}'
JSON
{
  "mcpServers": {
    "typesensekit": {
      "command": "npx",
      "args": [
        "@typesensekit/mcp"
      ],
      "env": {
        "TYPESENSE_URL": "",
        "TYPESENSE_API_KEY": "",
        "TYPESENSEKIT_READ_ONLY": "",
        "TYPESENSE_CONNECTION_TIMEOUT_SECONDS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.