searchcraft-inc/searchcraft-mcp-server
Official MCP server for managing Searchcraft clusters, creating a search index, generating an index dynamically given a data file and for easily importing data into a search index given a feed or local json file.
Quick Start
Clone the repository:
git clone https://github.com/searchcraft-inc/searchcraft-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"searchcraft-mcp-server": {
"command": "npx",
"args": [
"-y",
"searchcraft-inc/searchcraft-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.