PluginBench
MCP Server
Active
MIT

HYPD AI - Paid Ads & Analytics MCP Server

io.github.HYPD-AI/ads

What is the HYPD AI - Paid Ads & Analytics MCP server?

Google Ads, Meta (Facebook) Ads, GA4 and Merchant Center analysis in plain language. Read-only.

How to install HYPD AI - Paid Ads & Analytics

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ads": {
      "url": "https://mcp.hypd.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ads": {
      "serverUrl": "https://mcp.hypd.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ads": {
      "type": "http",
      "url": "https://mcp.hypd.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "ads": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.hypd.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http ads https://mcp.hypd.ai/mcp

Related MCP servers

Read-only MCP server for the OpenAI Ads API: campaigns, ad groups, ads, and insights.

2
TypeScript
MIT
View repository →