Skip to content
Claude Desktop

leadpipe for Claude Desktop

io.github.leadpipe-com/leadpipe

Official MCP server for Leadpipe intent and data APIs.

client:Claude Desktop transport:stdio runtime:npm

Install leadpipe in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "leadpipe": {
      "command": "npx",
      "args": [
        "-y",
        "@leadpipe/mcp"
      ],
      "env": {
        "LEADPIPE_API_KEY": "<LEADPIPE_API_KEY>",
        "LEADPIPE_BASE_URL": "<LEADPIPE_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

leadpipe in other clients