Connecting UTM Simple MCP to AI Tools (ChatGPT, Claude, Cursor)

UTM Simple provides an MCP (Model Context Protocol) endpoint that allows AI tools to directly access your attribution data. This enables workflows like querying campaign performance, analyzing lead sources, and building automations on top of your tracking data.

MCP access is available on Plus and Professional plans, where you receive a unique MCP URL.


What You Need

Where to Find Your MCP URL

  1. Go to your UTM Simple dashboard
  2. Open Subscriptions
  3. Expand your active subscription
  4. Navigate to the MCP tab
  5. Copy your MCP URL

Setup in ChatGPT

Requirements: ChatGPT Pro, Team, Enterprise, or Edu

Steps
  1. Open ChatGPT → Settings → Apps & Connectors

  2. Go to Advanced Settings

    • Enable Developer Mode
  3. Return to Apps & Connectors

  4. Click Create Connector

  5. Enter:

    • Name: UTMsimple MCP
    • Connector URL: (your MCP URL)
    • Authentication: No Auth
  6. Click Create

If successful, your MCP tools will appear automatically.


Setup in Claude Desktop

Steps
  1. Open Claude Desktop → Settings → Connectors
  2. Scroll down and click Add custom connector
  3. Paste your MCP URL
  4. Save

The connector will be available in your conversations.

Availability:


Setup in Cursor

Steps
  1. Open Cursor → Settings → Tools & MCP

  2. Open or create:

    • Project-level: .cursor/mcp.json
    • Global: ~/.cursor/mcp.json
  3. Add configuration:

{
  "mcpServers": {
    "utmsimple": {
      "url": "https://mcp.utmsimple.com?mcp_secret_key=YOUR_KEY"
    }
  }
}
  1. Save the file

Cursor will automatically detect and enable the MCP server.


Verifying the Connection

After setup, test by asking your AI tool questions like:

If the setup is correct, the tool will fetch live data from UTM Simple.


Troubleshooting


Summary

MCP turns UTM Simple into a programmable attribution layer. Instead of manually checking dashboards, you can query and use your marketing data directly inside AI tools for faster insights and automation.


Revision #3
Created 9 April 2026 06:02:41 by Visrut
Updated 9 April 2026 06:16:34 by Visrut