Access Google Analytics 4 (GA4) data using the Model Context Protocol.
An MCP server implementation for accessing Google Analytics 4 (GA4) data, built using the Model Context Protocol TypeScript SDK.
export GOOGLE_CLIENT_EMAIL="your-service-account@project.iam.gserviceaccount.com"
export GOOGLE_PRIVATE_KEY="your-private-key"
export GA_PROPERTY_ID="your-ga4-property-id"
To install Google Analytics Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-server-google-analytics --client claude
pnpm install mcp-server-google-analytics
pnpm start
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"google-analytics": {
"command": "npx",
"args": ["-y", "mcp-server-google-analytics"],
"env": {
"GOOGLE_CLIENT_EMAIL": "your-service-account@project.iam.gserviceaccount.com",
"GOOGLE_PRIVATE_KEY": "your-private-key",
"GA_PROPERTY_ID": "your-ga4-property-id"
}
}
}
}
Get page view metrics for a specific date range:
{
"startDate": "2024-01-01",
"endDate": "2024-01-31",
"dimensions": ["page", "country"] // Optional
}
Get active users metrics:
{
"startDate": "2024-01-01",
"endDate": "2024-01-31"
}
Get event metrics:
{
"startDate": "2024-01-01",
"endDate": "2024-01-31",
"eventName": "purchase" // Optional
}
Get user behavior metrics:
{
"startDate": "2024-01-01",
"endDate": "2024-01-31"
}
Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Advanced text-to-image generation model using the fal.ai API. Requires a FAL_KEY environment variable.
Integrate with Salesforce to perform actions like testing connections and running queries.
Core AWS MCP server providing prompt understanding and server management capabilities.
An MCP server deployed on Cloudflare Workers, featuring OAuth login and data storage via Cloudflare KV.
A remote MCP server deployable on Cloudflare Workers without authentication.
Integrates with the Uberall API to manage business listings, locations, and social media presence.
An MCP server for Zuora, powered by the CData JDBC Driver. Requires a separate driver and configuration file for connection.
Interact with the Invertir Online (IOL) API to manage investments and access market data.
Interact with the Eyevinn Open Source Cloud API. Requires a Personal Access Token (OSC_ACCESS_TOKEN).
A server for managing Alibaba Cloud services, requiring an Access Key ID and Secret for authentication.