Searchcraft
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
Jump to
- 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:
- 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
SearchcraftCommand (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
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:
bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



