Catalog
io.github.ZLeventer/marketo-mcp-server
OfficialMarketo
MCP server for Marketo — 32 tools for leads, programs, emails, forms, lists, and bulk export.
Marketo tools for lead management, campaigns, emails, forms, and exports.
README not available yet.
Install
Configuration
Environment variables
MARKETO_CLIENT_IDrequiredsecretMarketo LaunchPoint REST API client ID
MARKETO_CLIENT_SECRETrequiredsecretMarketo LaunchPoint REST API client secret
MARKETO_BASE_URLrequiredMarketo REST endpoint base URL (e.g. https://xxx-xxx-xxx.mktorest.com — find under Admin → Integration → Web Services)
claude_desktop_config.json
{
"mcpServers": {
"marketo-mcp-server": {
"command": "npx",
"args": [
"-y",
"marketo-mcp-server@1.0.1"
],
"env": {
"MARKETO_CLIENT_ID": "<YOUR_MARKETO_CLIENT_ID>",
"MARKETO_CLIENT_SECRET": "<YOUR_MARKETO_CLIENT_SECRET>",
"MARKETO_BASE_URL": "<YOUR_MARKETO_BASE_URL>"
}
}
}
}