MCP Server
MCP
Marketo
MCP server for Marketo — 32 tools for leads, programs, emails, forms, lists, and bulk export.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "marketo-mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Marketo LaunchPoint REST API client ID",
"isRequired": true,
"isSecret": true,
"name": "MARKETO_CLIENT_ID"
},
{
"description": "Marketo LaunchPoint REST API client secret",
"isRequired": true,
"isSecret": true,
"name": "MARKETO_CLIENT_SECRET"
},
{
"description": "Marketo REST endpoint base URL (e.g. https://xxx-xxx-xxx.mktorest.com — find under Admin → Integration → Web Services)",
"isRequired": true,
"name": "MARKETO_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment