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)
{
"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