mcp-typesense-server
If you are the rightful owner of mcp-typesense-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server implementation that provides AI models with access to Typesense search capabilities.
The Typesense MCP Server is a robust implementation of the Model Context Protocol (MCP) that integrates with Typesense, a powerful open-source search engine. This server allows Language Model Models (LLMs) to efficiently discover, search, and analyze data stored in Typesense collections. It provides a seamless interface for accessing Typesense's search capabilities, enabling users to perform complex queries, retrieve specific documents, and gain insights into collection structures. The server is designed to be easily integrated with various platforms, including Claude Desktop, and supports both global and local installations via npm. It also offers development tools for building and debugging, ensuring a smooth development experience.
Features
- List and access collections via `typesense: //` URIs
- Search for documents with powerful filtering using `typesense_query`
- Retrieve specific documents by ID with `typesense_get_document`
- Get collection statistics with `typesense_collection_stats`
- Analyze collection structure and contents with `analyze_collection`