Claude Desktop
Add distribute tools to the Claude Desktop app.
Setup
Edit your Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add the distribute MCP server:
{
"mcpServers": {
"distribute": {
"command": "npx",
"args": ["@distribute/mcp", "--api-key=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 connection"Usage
Once connected, you can use all 35 distribute tools from Claude Desktop. See the Tools Reference for the full list.