marketo-mcp-server

ZLeventer/marketo-mcp-server
★ 0 stars TypeScript 💬 Communication Updated today
MCP server for Marketo — 32 tools covering leads, programs, emails, forms, smart lists, static lists, channels, landing pages, and bulk export
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "marketo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ZLeventer/marketo-mcp-server"
      ]
    }
  }
}