Google Analytics
Rank #43,436io.github.stucchi/google-analytics
MCP server providing google-analytics capabilities
Google Analytics is a Model Context Protocol (MCP) server published by stucchi. It ranks #43,436 of 115,591 servers tracked on MCP Toplist. Google Analytics is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 28, 2026 and most recently updated on Mar 1, 2026.
Ranks ahead of 72,155 of 115,591 servers on MCP Toplist.
Use Google Analytics
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add google-analytics -e "GA_CREDENTIALS=<your GA_CREDENTIALS>" -e "GA_CREDENTIALS_PATH=<your GA_CREDENTIALS_PATH>" -- uvx google-analytics-4-mcpReplace each placeholder with your own value before saving.
[mcp_servers.google-analytics]
command = "uvx"
args = ["google-analytics-4-mcp"]
[mcp_servers.google-analytics.env]
GA_CREDENTIALS = "<your GA_CREDENTIALS>"
GA_CREDENTIALS_PATH = "<your GA_CREDENTIALS_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-analytics": {
"command": "uvx",
"args": [
"google-analytics-4-mcp"
],
"env": {
"GA_CREDENTIALS": "<your GA_CREDENTIALS>",
"GA_CREDENTIALS_PATH": "<your GA_CREDENTIALS_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-analytics": {
"command": "uvx",
"args": [
"google-analytics-4-mcp"
],
"env": {
"GA_CREDENTIALS": "<your GA_CREDENTIALS>",
"GA_CREDENTIALS_PATH": "<your GA_CREDENTIALS_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"google-analytics": {
"type": "stdio",
"command": "uvx",
"args": [
"google-analytics-4-mcp"
],
"env": {
"GA_CREDENTIALS": "<your GA_CREDENTIALS>",
"GA_CREDENTIALS_PATH": "<your GA_CREDENTIALS_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-analytics": {
"command": "uvx",
"args": [
"google-analytics-4-mcp"
],
"env": {
"GA_CREDENTIALS": "<your GA_CREDENTIALS>",
"GA_CREDENTIALS_PATH": "<your GA_CREDENTIALS_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-analytics": {
"command": "uvx",
"args": [
"google-analytics-4-mcp"
],
"env": {
"GA_CREDENTIALS": "<your GA_CREDENTIALS>",
"GA_CREDENTIALS_PATH": "<your GA_CREDENTIALS_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.stucchi%2Fgoogle-analytics)<a href="https://mcptoplist.com/server/io.github.stucchi%2Fgoogle-analytics"><img src="https://mcptoplist.com/badge/io.github.stucchi%2Fgoogle-analytics.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
stucchi
Other servers by stucchi
- Db#18,017 · 12 vers
- Trello#21,023 · 8 vers
- MCP Advisor#25,877 · 9 vers
- Domain Check#35,347 · 4 vers
- Italy Opendata#38,647 · 3 vers
- Nexi Xpay#38,648 · 3 vers
- Telnyx#44,428 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 1, 2026 |
| 0.1.0 | Feb 28, 2026 |
Frequently asked questions
- Who maintains Google Analytics?
- Google Analytics is maintained by stucchi, which publishes 8 MCP servers (43 total versions) tracked on MCP Toplist.
- Is Google Analytics listed on the Official MCP Registry?
- Yes — Google Analytics is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Google Analytics have?
- MCP Toplist tracks 2 versions of Google Analytics, most recently published on Mar 1, 2026.
- Where can I find the source code for Google Analytics?
- The source code for Google Analytics is hosted at github.com/stucchi/mcp-google-analytics.