propstack mcp for Grok
io.github.ashev87/propstack-mcp
Connect AI assistants to your Propstack real estate CRM (contacts, properties, deals).
client:Grok
transport:stdio
runtime:npm
Install propstack mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"propstack-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"propstack-mcp-server"
],
"env": {
"PROPSTACK_API_KEY": "<PROPSTACK_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