Add Metrifyr to Claude Desktop's MCP config file. Supports all 69 tools with API key authentication.
{
"mcpServers": {
"metrifyr": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-remote", "https://mcp.metrifyr.cloud/sse"],
"env": {
"API_KEY": "YOUR_API_KEY"
}
}
}
}One command to add Metrifyr to Claude Code. Works instantly in your terminal.
claude mcp add metrifyr \ -e API_KEY=YOUR_API_KEY \ -- npx -y @anthropic-ai/mcp-remote \ https://mcp.metrifyr.cloud/sse
Add Metrifyr to Cursor's MCP configuration. Access marketing data directly from your editor.
{
"mcpServers": {
"metrifyr": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-remote", "https://mcp.metrifyr.cloud/sse"],
"env": {
"API_KEY": "YOUR_API_KEY"
}
}
}
}Add Metrifyr to VS Code's MCP settings. Works with GitHub Copilot and other MCP extensions.
{
"mcp": {
"servers": {
"metrifyr": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-remote", "https://mcp.metrifyr.cloud/sse"],
"env": {
"API_KEY": "YOUR_API_KEY"
}
}
}
}
}Connect via OAuth in Claude.ai settings. No API key needed β authenticate with Google directly.
URL: https://mcp.metrifyr.cloud/sse
Connect via OAuth in ChatGPT settings. Authenticate with Google directly through the connector.
URL: https://mcp.metrifyr.cloud/sse
Use Metrifyr through OpenClaw via Claude Code as a sub-agent or directly with mcporter CLI.
claude mcp add metrifyr \ -e API_KEY=YOUR_API_KEY \ -- npx -y @anthropic-ai/mcp-remote \ https://mcp.metrifyr.cloud/sse
Create a free account with GitHub or Google.
Link your Google Marketing account with one click.
Copy the config snippet to your MCP client.