Back to directory
@avarant/typesense-mcp-server

@avarant/typesense-mcp-server

@avarant7

A Model Context Protocol (MCP) Server that interfaces with Typesense search engine

typesensesearchdatabase

Installation & Configuration

{
  "mcpServers": {
    "typesense": {
      "command": "uv",
      "args": [
        "--directory",
        "~/typesense-mcp-server",
        "run",
        "mcp",
        "run",
        "main.py"
      ],
      "env": {
        "TYPESENSE_HOST": "",
        "TYPESENSE_PORT": "",
        "TYPESENSE_PROTOCOL": "",
        "TYPESENSE_API_KEY": ""
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/21
Updated
2026/6/7