Cursor

Connect distribute to Cursor IDE.

Setup

Add to .cursor/mcp.json in your project root (or global config):

{
  "mcpServers": {
    "distribute": {
      "command": "npx",
      "args": ["@distribute/mcp", "--api-key=YOUR_KEY"]
    }
  }
}

Restart

Restart Cursor after saving. The distribute tools will appear in Agent mode.

Verify

In Cursor's Agent mode, ask:

"Check my distribute connection"

Usage

Use all 35 distribute tools from Cursor's Agent mode. See the Tools Reference for the full list.