mcpbeat Sign in

Marketo MCP Server

local only

Marketo runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 27 · avg 9 · +8% w/w
a month agotoday
28
Installs / week
npm · marketo-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add marketo-mcp-server -- npx -y marketo-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "marketo-mcp-server": {
      "args": [
        "-y",
        "marketo-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.marketo-mcp-server]
command = "npx"
args = ["-y", "marketo-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "marketo-mcp-server": {
      "args": [
        "-y",
        "marketo-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "marketo-mcp-server": {
      "args": [
        "-y",
        "marketo-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MARKETO_CLIENT_ID (Marketo LaunchPoint REST API client ID), MARKETO_CLIENT_SECRET (Marketo LaunchPoint REST API client secret), MARKETO_BASE_URL (Marketo REST endpoint base URL (e.g. https://xxx-xxx-xxx.mktorest.com — find under Admin → Integration → Web Services)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Marketo

same job, measured the same way
Gmail
by mintmcp

A MCP server for Gmail that lets you search, read, and draft emails and replies.

answering
Commune
by shanjai-raj

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

147 installs/wk local only
MCP Server Imap
by aiwerk

Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.

152 installs/wk local only
Outlook Email
by mintmcp

A MCP server for Outlook email that lets you search, read, and draft emails and replies.

answering
aiogram-mcp
by py2755

MCP server for aiogram Telegram bots — 30 tools, 7 resources, 3 prompts, event streaming

143 installs/wk local only
Local MCP
by lanchuske

Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more.

3 245 installs/wk local only
Kit.com MCP Server
by dancumberland

Agent-optimized MCP server for Kit.com email marketing. 13 composite tools, 100% V4 API.

36 installs/wk local only
Lorem
by ryudi84

MCP server for placeholder text, fake names, emails, and addresses.

local only

Marketo — questions

Answers built from our own checks of this server.

Why is there no uptime for Marketo?
Marketo runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package marketo-mcp-server was installed 28 times last week.
Is Marketo still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Marketo?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls marketo-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Marketo?
The npm package marketo-mcp-server was installed 28 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.