Loading MCP server directory, please wait...
Official MCP server for Leadpipe intent and data APIs.
npx @getmcp/cli add io.github.leadpipe-com/leadpipeRequires Node.js 18+. Community-contributed server. Review source before installing.
LEADPIPE_API_KEYLeadpipe API key used for authenticated intent and data workflows.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.leadpipe-com/leadpipe": {
"command": "npx",
"args": [
"-y",
"@leadpipe/mcp"
],
"env": {
"LEADPIPE_API_KEY": "",
"LEADPIPE_BASE_URL": ""
}
}
}
}