Back to Apps

Marketo MCP
by alexleventer
Direct, authenticated access to Adobe Marketo Engage for managing leads, forms, and marketing campaigns via natural language.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Marketo MCP connects AI agents to the Adobe Marketo Engage REST API. It streamlines marketing operations by allowing users to manage leads, clone forms, audit smart lists, and handle email operations through an LLM interface, reducing the need to manually navigate the Marketo UI.
Tools
marketo_get_forms/marketo_get_form_by_id: Retrieve and list Marketo forms.marketo_clone_form/marketo_approve_form: Duplicate and approve asset drafts.marketo_get_lead_by_email: Look up specific lead data via email.marketo_create_or_update_lead: Bulk manage lead information.marketo_get_programs: Manage and inspect marketing programs.marketo_send_sample_email: Trigger QA sample emails.
Installation
{
"mcpServers": {
"marketo": {
"command": "npx",
"args": ["-y", "marketo-mcp"],
"env": {
"MARKETO_BASE_URL": "https://<your-munchkin>.mktorest.com/rest",
"MARKETO_CLIENT_ID": "your-client-id",
"MARKETO_CLIENT_SECRET": "your-client-secret"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop and Cursor.
Quick install
npx -y @smithery/cli install @alexleventer/marketo-mcp --client claudeInformation
- Pricing
- free
- Published
- 6/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Use the same JSON configuration as Claude Desktop in the MCP settings panel.Claude Desktop
{
"mcpServers": {
"marketo": {
"command": "npx",
"args": ["-y", "marketo-mcp"],
"env": {
"MARKETO_BASE_URL": "https://123-ABC-456.mktorest.com/rest",
"MARKETO_CLIENT_ID": "your-client-id",
"MARKETO_CLIENT_SECRET": "your-client-secret"
}
}
}
}





