About
Overview
The Typesense MCP Server enables AI agents to interact with Typesense, the open-source search engine. It provides tools for searching collections, managing documents, creating collections with schemas, and configuring search parameters.
Capabilities
Tools & Capabilities
⚡search
Search a Typesense collection
⚡create_document
Add a document to a collection
⚡list_collections
List all collections
⚡create_collection
Create a new collection with schema
Setup
Installation
bash
Install
npx -y mcp-server-typesenseExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"typesense": {
"command": "npx",
"args": ["-y", "mcp-server-typesense"],
"env": {
"TYPESENSE_HOST": "localhost",
"TYPESENSE_API_KEY": "your-key"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 30
Last UpdatedFeb 12, 2026