analytics
Analytics MCP Server
MCP server for pulling marketing metrics from Google Analytics, Plausible, and other analytics platforms directly into Claude.
View on GitHub
@vibemarketing/analytics-mcp Features
- Pull Google Analytics 4 data
- Plausible Analytics integration
- Real-time visitor stats
- Campaign performance reports
- Custom date range queries
- Export data as CSV or JSON
Setup Instructions
1. Install via npm:
npm install -g @vibemarketing/analytics-mcp
2. Configure your analytics credentials
3. Add to your Claude MCP config:
``json
{
"mcpServers": {
"analytics": {
"command": "analytics-mcp",
"env": {
"GA4_PROPERTY_ID": "your-property-id",
"GA4_CREDENTIALS_PATH": "/path/to/credentials.json"
}
}
}
}
``
4. Restart Claude and start querying your analytics data.Added: 2025-02-17