
searchcraft-mcp-server
by searchcraft-inc·★ 7·Score 40
A TypeScript MCP server that integrates Searchcraft's developer search engine for indexing documents, managing search operations, and creating search applications.
Overview
The searchcraft-mcp-server provides comprehensive tools for managing a Searchcraft search cluster, including document indexing, federation management, authentication, and search analytics. It enables developers to interact with Searchcraft through MCP clients like Claude Desktop using plain English prompts. The server offers three categories of tools: Engine API Tools for core functionality, Import Tools for JSON data workflows, and App Generation Tools for creating complete search applications from datasets.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need to build search applications with Searchcraft and prefer to manage everything through natural language prompts to Claude.
When NOT to choose this
Avoid this if you're already invested in another search solution, as it creates vendor lock-in to the Searchcraft ecosystem.
Tools this server exposes
12 tools extracted from the READMEcreate_indexCreate a new index with the specified schema.
add_documentsAdd one or multiple documents to an index.
get_search_resultsPerforms a search query using the Searchcraft API.
create_index_from_jsonCreate a Searchcraft index from JSON data in one step.
create_keyCreate a new authentication key with specified permissions.
create_federationCreate or update a federation with the specified configuration.
get_document_by_idGet a single document from an index by its internal ID.
delete_indexDelete an index and all its documents permanently.
create_vite_appCreates a complete Vite + React search application from JSON data.
get_index_schemaGet the schema definition for a specific index.
add_synonymsAdd synonyms to an index for better search results.
get_prelim_search_dataGet schema fields and facet information for a search index.
Comparable tools
Installation
Installation
npm install -g @searchcraft/mcp-serverClaude Desktop Configuration
Add to your Claude Desktop config.json:
{
"mcpServers": {
"searchcraft": {
"command": "npx",
"args": ["@searchcraft/mcp-server"]
}
}
}FAQ
- What Searchcraft features does this MCP server provide?
- The server provides comprehensive tools for index management, document operations, federation management, authentication, stopwords/synonyms management, and search analytics.
- Can I use this with other MCP clients besides Claude Desktop?
- Yes, any MCP client that supports the protocol can connect to this server, not limited to Claude Desktop.
Compare searchcraft-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.