Skip to content
Cline

leadpipe for Cline

io.github.leadpipe-com/leadpipe

Official MCP server for Leadpipe intent and data APIs.

client:Cline transport:stdio runtime:npm

Install leadpipe in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

leadpipe in other clients