MCP server for Marketo REST API — 90+ tools for leads, campaigns, assets, and more
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",
"zsimmons-etumos/marketo-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add marketo-mcp-server npx -y zsimmons-etumos/marketo-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"marketo-mcp-server": {
"command": "npx",
"args": [
"-y",
"zsimmons-etumos/marketo-mcp-server"
]
}
}
}