leadpipe for Grok
io.github.leadpipe-com/leadpipe
Official MCP server for Leadpipe intent and data APIs.
client:Grok
transport:stdio
runtime:npm
Install leadpipe in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"leadpipe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@leadpipe/mcp"
],
"env": {
"LEADPIPE_API_KEY": "<LEADPIPE_API_KEY>",
"LEADPIPE_BASE_URL": "<LEADPIPE_BASE_URL>"
}
}
}
}
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