Skip to content
Grok

NDI-MCP-Server for Grok

io.github.creintel/ndi-mcp-server

Commercial real estate deal search, comp lookup, and scoring for the Northeast US

client:Grok transport:stdio runtime:pypi

Install NDI-MCP-Server 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": {
    "ndi-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ndi-mcp-server"
      ],
      "env": {
        "NDI_API_KEY": "<NDI_API_KEY>"
      }
    }
  }
}

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

NDI-MCP-Server in other clients