★ 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"
]
}
}
}
Run in terminal:
claude mcp add marketo-mcp-server npx -y ZLeventer/marketo-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"marketo-mcp-server": {
"command": "npx",
"args": [
"-y",
"ZLeventer/marketo-mcp-server"
]
}
}
}