Typesense MCP Server
About
A Model Context Protocol (MCP) server that provides AI models with access to Typesense search capabilities. It enables LLMs to discover, search, and analyze data stored in Typesense collections.
Details
- Author
- MCP-Mirror
- Downloads
- 152
- Categories
- Other
Jump to
- List and access Typesense collections via typesense:// URIs
- Search documents with powerful filtering and relevance scores
- Retrieve specific documents by ID from collections
- Get collection statistics and schema information
- Analyze collection structure and contents via prompts
- Get search suggestions based on collection schema
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Typesense MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via npm (npm install -g typesense-mcp-server) or using mcp-get. Configure the server in your MCP client (e.g., Claude Desktop) by specifying the host, port, protocol, and API key. Then use the provided tools and prompts through the client.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"typesense mcp server": {
"suhail-ak-s_mcp-typesense-server": {
"command": "npx",
"args": [
"@michaellatman/mcp-get@latest",
"install",
"typesense-mcp-server"
]
}
}
}
}
McpServers
{
"suhail-ak-s_mcp-typesense-server": {
"command": "npx",
"args": [
"@michaellatman/mcp-get@latest",
"install",
"typesense-mcp-server"
]
}
}
Typesense MCP Server
---A Model Context Protocol (MCP) server implementation that provides AI models with access to Typesense search capabilities. This server enables LLMs to discover, search, and analyze data stored in Typesense collections.
Demo
Features
Resources
- List and access collections viatypesense:// URIs
- Each collection has a name, description, and document count
- JSON mime type for schema access
Tools
- typesense_query - Search for documents in Typesense collections with powerful filtering - Input: Query text, collection name, search fields, filters, sort options, limit - Returns matching documents with relevance scores- typesense_get_document
- Retrieve specific documents by ID from collections
- Input: Collection name, document ID
- Returns complete document data
- typesense_collection_stats
- Get statistics about a Typesense collection
- Input: Collection name
- Returns collection metadata, document count, and schema information
Prompts
- analyze_collection - Analyze collection structure and contents - Input: Collection name - Output: Insights about schema, data types, and statistics- search_suggestions
- Get suggestions for effective search queries for a collection
- Input: Collection name
- Output: Recommended search strategies based on collection schema
Installation
Via npm
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




