distribute.you Claude Desktop Integration

Add distribute.you tools to the Claude Desktop app.

Setup

The distribute.you MCP server is hosted at https://mcp.distribute.you/mcp and speaks Streamable HTTP. On a build with remote connectors, add it under Settings, Connectors, Add custom connector, with that URL and this header:

Authorization: Bearer distrib.usr_YOUR_KEY

Otherwise bridge the desktop app to the hosted server with mcp-remote, which is published on npm and is not ours. Edit your configuration file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "distribute": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.distribute.you/mcp",
        "--header",
        "Authorization: Bearer distrib.usr_YOUR_KEY"
      ]
    }
  }
}

Restart

Quit and reopen Claude Desktop. You should see "distribute" listed in the available tools when you start a new conversation.

Verify

Ask Claude:

"Check my distribute.you connection"

Usage

Once connected, you can use all 6 distribute.you tools from Claude Desktop. See the Tools Reference for the full list.