← Back to Plugins
MCP Server MCP

Marketo

github By github 👁 1 views ▲ 0 votes

MCP server for Marketo — 32 tools for leads, programs, emails, forms, lists, and bulk export.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...