ga-mcp-team-server

jackmates/ga-mcp-team-server
★ 0 stars Dockerfile 🔒 Security Updated today
Self-hosted, bearer-auth-protected Google Analytics MCP server for the MATES team
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ga-mcp-team-server": {
      "command": "npx",
      "args": [
        "-y",
        "jackmates/ga-mcp-team-server"
      ]
    }
  }
}