Skip to content
Claude Desktop

InferMap for Claude Desktop

io.github.benseverndev-oss/infermap

Map messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config.

client:Claude Desktop transport:streamable-http runtime:pypi

Install InferMap in Claude Desktop

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

{
  "mcpServers": {
    "infermap": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://infermap-mcp-production.up.railway.app/mcp/"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

InferMap in other clients