https://mcp.themarketer.com/mcp
OAuth 2.1 - sign in with your theMarketer ID on first connect.
Click Add
Name: theMarketer. Remote MCP server URL:
https://mcp.themarketer.com/mcpClick Continue, then Connect and sign in.
In a chat, open the menu and enable theMarketer.
Paid plan required: ChatGPT Plus, Pro, Business, Enterprise or Edu. Not available on Free. Business / Enterprise / Edu: an admin must allow custom MCP connectors.
Open chatgpt.com › profile › Settings.
Security and login › enable Developer mode.
Plugins › New Plugin.
Name: theMarketer. Connection: Server URL:
https://mcp.themarketer.com/mcpAuthentication: OAuth. Tick I understand and want to continue, click Create and sign in.
Open Settings › Plugins › MCPs.
Click Add Server.
Name: theMarketer. Transport: Streamable HTTP. URL:
https://mcp.themarketer.com/mcpClick Save, then Authenticate and sign in.
Add the server:
openclaw mcp add themarketer \
--url https://mcp.themarketer.com/mcp \
--transport streamable-http \
--auth oauth \
--oauth-scope "read write"Log in (opens the authorization URL in your browser):
openclaw mcp login themarketerVerify:
openclaw mcp status themarketer && openclaw mcp tools themarketerAdd the server to ~/.openclaw/openclaw.json:
{
"mcp": {
"servers": {
"themarketer": {
"url": "https://mcp.themarketer.com/mcp",
"transport": "streamable-http",
"auth": "oauth",
"oauth": { "scope": "read write" }
}
}
}
}Reload and log in:
openclaw mcp reload && openclaw mcp login themarketerFor clients with an mcpServers config, via mcp-remote. Requires Node.js 18+.
{
"mcpServers": {
"theMarketer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.themarketer.com/mcp",
"--static-oauth-client-metadata",
"{\"scope\":\"read write\"}"
]
}
}
}.mcp.json (project) or ~/.claude.json.cursor/mcp.json or ~/.cursor/mcp.json~/.codex/config.toml (TOML).vscode/mcp.json (key: servers)