Self-hosted, bearer-auth-protected Google Analytics MCP server for the MATES team
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"
]
}
}
}
Run in terminal:
claude mcp add ga-mcp-team-server npx -y jackmates/ga-mcp-team-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ga-mcp-team-server": {
"command": "npx",
"args": [
"-y",
"jackmates/ga-mcp-team-server"
]
}
}
}