Loading MCP server directory, please wait...
MCP server for Marketo — 32 tools for leads, programs, emails, forms, lists, and bulk export.
npx @getmcp/cli add io.github.ZLeventer/marketo-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
MARKETO_CLIENT_IDMarketo LaunchPoint REST API client ID
MARKETO_CLIENT_SECRETMarketo LaunchPoint REST API client secret
MARKETO_BASE_URLMarketo REST endpoint base URL (e.g. https://xxx-xxx-xxx.mktorest.com — find under Admin → Integration → Web Services)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ZLeventer/marketo-mcp-server": {
"command": "npx",
"args": [
"-y",
"marketo-mcp-server"
],
"env": {
"MARKETO_CLIENT_ID": "",
"MARKETO_CLIENT_SECRET": "",
"MARKETO_BASE_URL": ""
}
}
}
}