Typesense MCP Server

by suhail-ak-s

19 stars
172 downloads
Not rated
GitHub

Description

[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/suhail-ak-s-mcp-typesense-server-badge.png)](https://mseep.ai/app/suhail-ak-s-mcp-typesense-server) # Typesense MCP Server --- [![npm…

About

[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/suhail-ak-s-mcp-typesense-server-badge.png)](https://mseep.ai/app/suhail-ak-s-mcp-typesense-server) # Typesense MCP Server --- [![npm version](https://badge.fury.io/js/typesense-mcp-server.svg)](https://badge.fury.io/js/typesense-mcp-server) [![License…

Details

Author
suhail-ak-s
GitHub stars
19
Downloads
172
Categories
Search, Database, API, Other

- List and access collections via typesense:// URIs
- Full-text search with filtering, sorting, and pagination
- Retrieve specific documents by ID
- Get collection statistics and schema information
- Prompts for collection analysis and search suggestions

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Typesense MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npm install -g typesense-mcp-server or run directly with npx -y typesense-mcp-server. Configure in Claude Desktop by adding a JSON entry with command, args including --host, --port, --protocol, and --api-key. The server communicates over stdio.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "typesense mcp server": {
            "mcp-typesense-server": {
                "command": "npx",
                "args": [
                    "@michaellatman/mcp-get@latest",
                    "install",
                    "typesense-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-typesense-server": {
        "command": "npx",
        "args": [
            "@michaellatman/mcp-get@latest",
            "install",
            "typesense-mcp-server"
        ]
    }
}

Typesense MCP Server

--- npm version License: MIT Node.js Version

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

Typesense MCP Server Demo | Claude Desktop

Features

Resources

- List and access collections via typesense:// 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.