Typesense Kit MCP Server

TypesenseKit gives humans and AI agents the same 95 typed Typesense operations through a human-friendly CLI and secure MCP server. MCP access is read-only by default; write, delete, key-management, and raw API tools require explicit opt-in. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-17 · ★ 2 · #125 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Typesense Kit

before you install - you'll need

Set TYPESENSE_URL, TYPESENSE_API_KEY, TYPESENSEKIT_READ_ONLY, TYPESENSE_DATA_DIR before connecting.

Claude Code

claude mcp add akshitkrnagpal-typesensekit -- npx -y @typesensekit/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "akshitkrnagpal-typesensekit": {
      "command": "npx",
      "args": [
        "-y",
        "@typesensekit/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @typesensekit/mcp - the @typesensekit scope differs from the repo owner (akshitkrnagpal); confirm it's the project's official package

registry namespace io.github.akshitkrnagpal is GitHub-verified and matches the repo owner

03 · What Typesense Kit can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

@typesensekit/[email protected] · 2026-07-12

Move package repository metadata and the MCP Registry identity to the TypesenseKit GitHub organization.

@typesensekit/[email protected] · 2026-07-12

Move package repository metadata and the MCP Registry identity to the TypesenseKit GitHub organization.

@typesensekit/[email protected] · 2026-07-12

Improve npm discovery metadata and link each package to its dedicated Typesense CLI or Typesense MCP product page.

04 · Who maintains Typesense Kit

TypesenseKit is maintained by akshitkrnagpal. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
automation - ranked #125 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-07-12)
registry
io.github.akshitkrnagpal/typesensekit (active, first published 2026-07-12 · 2 versions)
packages
npm:@typesensekit/mcp

06 · Typesense Kit FAQ

What is Typesense Kit?

TypesenseKit gives humans and AI agents the same 95 typed Typesense operations through a human-friendly CLI and secure MCP server. MCP access is read-only by default; write, delete, key-management, and raw API tools require explicit opt-in. It runs locally over stdio via the published package.

Is Typesense Kit still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Typesense Kit?

Run `npx -y @typesensekit/mcp`. The README documents 4 environment variables (TYPESENSE_URL, TYPESENSE_API_KEY, TYPESENSEKIT_READ_ONLY…) to set first. Set TYPESENSE_URL, TYPESENSE_API_KEY, TYPESENSEKIT_READ_ONLY, TYPESENSE_DATA_DIR before connecting. You can also paste the ready-made client config above.

Does Typesense Kit run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Typesense Kit

More automation MCP servers · Zigbee2mqtt MCP · Mikro MCP · Anomalia · Mac Use MCP · SYNAPSE CHANNEL

More TypeScript MCP servers · Lunch Money · Monobank · Withings Health Data · Web Validator by DigestSEO · Emails · see all