Skip to content
Grok

compass mcp for Grok

io.github.chrischall/compass-mcp

Compass real-estate for Claude — search, property details, photos, price history, compare

client:Grok transport:stdio runtime:npm

Install compass mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "compass-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "compass-mcp"
      ],
      "env": {
        "COMPASS_WS_PORT": "<COMPASS_WS_PORT>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

compass mcp in other clients