Skip to main content
Search & Data ExtractionTypeScript

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.

search-data-extractionofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/searchcraft-inc/searchcraft-mcp-server

Claude 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.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
searchcraft-inc