analytics-mcp
stdioUsed by 5 plugins
Installs google-analytics, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub henkisdabro/wookstar-claude-plugins --plugin google-analyticsAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"analytics-mcp": {
"command": "pipx",
"args": [
"run",
"analytics-mcp"
],
"env": {
"GOOGLE_PROJECT_ID": "${GOOGLE_PROJECT_ID}",
"GOOGLE_APPLICATION_CREDENTIALS": "${GOOGLE_APPLICATION_CREDENTIALS}"
}
}
}
}Replace placeholder values for: GOOGLE_APPLICATION_CREDENTIALS
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
pipxAccess Level
write
Arguments
runanalytics-mcp
Environment Variables
GOOGLE_PROJECT_ID=${GOOGLE_PROJECT_ID}GOOGLE_APPLICATION_CREDENTIALS=${GOOGLE_APPLICATION_CREDENTIALS}Required Secrets
GOOGLE_APPLICATION_CREDENTIALS