Back to Browse

Marketo MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.8
Use Caution4.8High Risk

This is a well-structured MCP server for Marketo API integration with proper OAuth 2.0 authentication, input validation via Zod, and appropriate error handling. Credentials are correctly managed via environment variables rather than hardcoded. Permissions align with the server's purpose (API queries, lead/program/asset management). Minor code quality observations around broad exception handling do not materially impact security. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 6 high severity). Package verification found 1 issue.

7 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Marketo LaunchPoint REST API client IDRequired

Environment variable: MARKETO_CLIENT_ID

Marketo LaunchPoint REST API client secretRequired

Environment variable: MARKETO_CLIENT_SECRET

Marketo REST endpoint base URL (e.g. https://xxx-xxx-xxx.mktorest.com — find under Admin → Integration → Web Services)Optional

Environment variable: MARKETO_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-zleventer-marketo-mcp-server": {
      "env": {
        "MARKETO_BASE_URL": "your-marketo-base-url-here",
        "MARKETO_CLIENT_ID": "your-marketo-client-id-here",
        "MARKETO_CLIENT_SECRET": "your-marketo-client-secret-here"
      },
      "args": [
        "-y",
        "marketo-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!