Back to Apps

Typesense MCP Server
Supports UIby sourabh-khot65
Standardized interface for performing typo-tolerant searches across any Typesense collection via MCP.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects your AI assistant to Typesense, a high-performance, typo-tolerant search engine. This server allows the AI to query any collection, retrieve documents, and apply advanced search parameters directly within the chat interface.
Tools
typesense_search: Search documents in any Typesense collection with support for filtering, faceting, and pagination.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"typesense": {
"command": "./typesense-mcp-server",
"env": {
"TYPESENSE_HOST": "localhost",
"TYPESENSE_PORT": "8108",
"TYPESENSE_PROTOCOL": "http",
"TYPESENSE_API_KEY": "your_api_key"
}
}
}
}
Supported hosts
- Claude
- Cursor
Quick install
go build -o typesense-mcp-serverInformation
- Pricing
- free
- Published
- 7/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"typesense": {
"command": "./typesense-mcp-server",
"env": {
"TYPESENSE_HOST": "localhost",
"TYPESENSE_PORT": "8108",
"TYPESENSE_PROTOCOL": "http",
"TYPESENSE_API_KEY": "your_api_key"
}
}
}
}





