Back to Browse

Typesensekit MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (5 strong, 2 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

18 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

URL of the Typesense server, including protocol and port when required.Optional

Environment variable: TYPESENSE_URL

Typesense API key used to authenticate server operations.Required

Environment variable: TYPESENSE_API_KEY

Expose only read operations unless explicitly disabled.Optional

Environment variable: TYPESENSEKIT_READ_ONLY

Optional Typesense connection timeout in seconds.Optional

Environment variable: TYPESENSE_CONNECTION_TIMEOUT_SECONDS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-akshitkrnagpal-typesensekit": {
      "env": {
        "TYPESENSE_URL": "your-typesense-url-here",
        "TYPESENSE_API_KEY": "your-typesense-api-key-here",
        "TYPESENSEKIT_READ_ONLY": "your-typesensekit-read-only-here",
        "TYPESENSE_CONNECTION_TIMEOUT_SECONDS": "your-typesense-connection-timeout-seconds-here"
      },
      "args": [
        "-y",
        "@typesensekit/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Typesensekit MCP Server - 95 typed Typesense operations for AI agents through an MCP | MCP Marketplace