Kokpit MCP Server — Connect AI Agents to Marketing Data
A Model Context Protocol server that lets AI agents and coding assistants like Claude, ChatGPT, Cursor and Copilot query live marketing, analytics, and advertising data.
Add this to your MCP client config (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"kokpit": {
"url": "https://mcp.kokpit.io/"
}
}
}
The server uses OAuth 2.0 — your client will redirect you to Kokpit the first time you connect.
List all connected data sources (Google Ads, Meta Ads, etc.)
Get available metrics and dimensions for a data source
Query data with filters, date ranges, and aggregations
Get detailed schema documentation for a data source
Matomo
Google Merchant Center
Piano Analytics
Google Analytics
The MCP server implements the full MCP OAuth flow. Clients that support MCP OAuth — including Claude Desktop and Cursor — will automatically handle authentication.
Pass your Kokpit API token as a Bearer token:
Authorization: Bearer <your_kokpit_token>