Skip to content
Cursor

Marketo for Cursor

io.github.zleventer/marketo-mcp-server

MCP server for Marketo — 32 tools for leads, programs, emails, forms, lists, and bulk export.

client:Cursor transport:stdio runtime:npm

Install Marketo in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "marketo-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "marketo-mcp-server"
      ],
      "env": {
        "MARKETO_CLIENT_ID": "<MARKETO_CLIENT_ID>",
        "MARKETO_CLIENT_SECRET": "<MARKETO_CLIENT_SECRET>",
        "MARKETO_BASE_URL": "<MARKETO_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Marketo in other clients