leadcloser mcp for Grok
io.github.dylanc1317-create/leadcloser-mcp
Manage leads and insights for NZ trade businesses via LeadCloser AI.
client:Grok
transport:stdio
runtime:npm
Install leadcloser mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"leadcloser-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dylanc1317/leadcloser-mcp"
],
"env": {
"LEADCLOSER_TENANT_ID": "<LEADCLOSER_TENANT_ID>"
}
}
}
}
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