Skip to content
Claude Desktop

searchcraft for Claude Desktop

io.github.sathergate/searchcraft

Full-text search for Next.js. BM25 scoring and fuzzy matching, no external service.

client:Claude Desktop transport:stdio runtime:npm

Install searchcraft in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "searchcraft": {
      "command": "npx",
      "args": [
        "-y",
        "searchcraft"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

searchcraft in other clients