Skip to content

Setup guide

Connect Any MCP client to Leadiver

Because MCP is a shared standard, any host that reads an .mcp.json-style config can use Leadiver.

  1. 1

    Most hosts read an .mcp.json-style config. Point it at the HTTP endpoint:

    {
      "mcpServers": {
        "leadiver": {
          "type": "http",
          "url": "http://127.0.0.1:41789/mcp"
        }
      }
    }
  2. 2

    For a stdio-only host with no HTTP support, point it at the bridge instead. It boots Leadiver on demand:

    {
      "mcpServers": {
        "leadiver": {
          "command": "node",
          "args": ["/path/to/Leadiver/sidecar/mcp-stdio.js"]
        }
      }
    }

Ready to try it?

Install Leadiver, connect Any MCP client, and let your agent find warm leads on Reddit, YouTube, LinkedIn and Facebook, then draft the first reply.

Get started