Provides access to the Eulerian Marketing Platform: analytics, attribution & data activation.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A Model Context Protocol (MCP) proxy server that bridges AI assistants (Claude Desktop, Gemini CLI, etc ...) to a remote Eulerian Marketing Platform MCP server. This proxy handles authentication, request forwarding, and provides a local MCP interface to your remote Eulerian instance.
This server acts as a transparent proxy between local MCP clients and your remote Eulerian Marketing Platform server:
The proxy:
Given the rapid pace of evolution of protocols, implementations and new features coming out, the MCP may or may not be compatible with your suite of tools. Please fill in an issue so that we can check it.
All API Endpoints supported by the Eulerian API can be queried through the current MCP.
The easiest way to use this MCP server is with pip.
Make sure pip is installed : python -m pip install --upgrade pip
If you prefer to install the package globally:
EMP_API_ENDPOINT: Your remote Eulerian Marketing Platform MCP server URL (HTTP endpoint)
https://dem.api.eulerian.com/mcpEMP_API_TOKEN: Your authentication token for the remote server, it is the one linked to your Eulerian account.EMP_LOG_FILE: Log file location (default: /tmp/eulerian-mcp-proxy.log)EMP_TIMEOUT: Request timeout in seconds (default: 300).env fileCreate a .env.example file in your project:
Two installation methods are available. The DXT extension is the easiest β no terminal required.
Desktop Extensions (DXT) let you install MCP servers in Claude Desktop with a single double-click, without editing JSON config files.
Requirements: Python 3.10+ with the package installed:
Install steps:
.dxt file from the releases page.dxt file β Claude Desktop opens an installation dialogThat's it. No pip install, no config file editing, no restart required.
To update: download the new .dxt and double-click it again.
Claude Desktop supports local MCP servers via stdio transport.
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonOpen Claude Desktop
Access configuration:
Claude menu β Settings β Developer β Edit ConfigAdd the server configuration:
Restart Claude Desktop
Verify the connection:
Windows:
Win + R) and enter %APPDATA%\Claude to quickly navigate to the config directoryLinux:
mkdir -p ~/.config/ClaudemacOS:
Cmd + Shift + G β ~/Library/Application Support/Claude/Gemini CLI supports MCP servers through its configuration file.
Install Gemini CLI if you haven't already:
~/.gemini/settings.json
/mcp command to see connected serversWindows:
%USERPROFILE%\.gemini\settings.jsonmkdir %USERPROFILE%\.geminiLinux/macOS:
~/.gemini/settings.jsonCodex CLI supports MCP servers configured in ~/.codex/config.toml. The configuration is shared between the CLI and the Codex IDE extension (VS Code).
npm install -g @openai/codexpip install eulerian-marketing-platform)codex mcp add command (easiest)Run the following command to register the Eulerian MCP server:
That's it β Codex will update ~/.codex/config.toml for you.
config.toml manuallyOpen (or create) ~/.codex/config.toml and add the following:
Note: The section name must use
mcp_servers(with an underscore). Usingmcp-serversor any other variant will silently fail.
To limit the MCP server to a specific project, create a .codex/config.toml file at the root of that project with the same content as above. The project must be marked as trusted by Codex.
/mcp in the interactive TUI to see all connected MCP servers.eulerian-marketing-platform appears in the list with its available tools.No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/eulerian-marketing-platform-mcp)<a href="https://allmcps.com/mcp/eulerian-marketing-platform-mcp"><img src="https://allmcps.com/api/badge/eulerian-marketing-platform-mcp?style=directory" alt="Eulerian Marketing Platform MCP on AllMCPs" /></a>