Searchcraft

by searchcraft-inc

9 stars
340 downloads
Not rated
GitHub Website

About

Manage Searchcraft cluster's Documents, Indexes, Federations, Access Keys, and Analytics.

Details

Author
searchcraft-inc
GitHub stars
9
Downloads
340
Categories
Search, Other, Infrastructure, API, AI

- Manage indexes, documents, federations, and authentication keys.
- Import JSON data from URLs or files and auto-generate schemas.
- Create complete Vite + React search applications from JSON data.
- Perform search and analytics queries with fuzzy/exact matching and facets.
- Manage stopwords and synonyms for search indexes.
- Supported by Node.js 22+, TypeScript 5.8, and Express 5.1.

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 Searchcraft
    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

Connect an MCP Client (e.g., Claude Desktop) to the server. Use plain English prompts to invoke tools such as create_index_from_json to create indexes, import documents, and generate search applications. Tools accept parameters like source, path, index_name, and optional settings for language and weight multipliers.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "searchcraft": {
            "searchcraft-mcp-server": {
                "command": "docker",
                "args": [
                    "run",
                    "-d",
                    "-p",
                    "3000:8080",
                    "\\"
                ]
            }
        }
    }
}

McpServers

{
    "searchcraft-mcp-server": {
        "command": "docker",
        "args": [
            "run",
            "-d",
            "-p",
            "3000:8080",
            "\\"
        ]
    }
}

Add the Searchcraft MCP server to Claude Code

claude mcp add searchcraft -- node /path/to/searchcraft-mcp-server/dist/stdio-server.js

With environment variables:
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.