Cookie Free Analytics MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cookie Free Analytics MCPshow me my site's visitors and top pages for the last 7 days"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cookie Free Analytics MCP
Remote Model Context Protocol server for Cookie Free Analytics: cookieless web analytics, EU-hosted, GDPR.
This repository is the public listing (Official MCP Registry, Glama, and install copy). The server itself runs at the product origin. There is nothing to npm install.
Operator: Prestons Creek Capital. Public contact: hello@cookiefreeanalytics.com.
Product | |
MCP URL |
|
Transport | Streamable HTTP |
Auth | OAuth 2.1 (RFC 9728 + PKCE). Optional hashed bearer from Account. |
Registry name |
|
Docs |
Starter and Growth. Hobby is the dashboard only.
The tools return the same aggregates as the dashboard. They do not return visitor hashes, raw IPs, or a user graph. They do not write pageviews, change settings, or send mail.
Install
Paste this URL as a custom connector:
https://www.cookiefreeanalytics.com/mcpThe client starts OAuth 2.1 on cookiefreeanalytics.com (protected-resource metadata, PKCE S256, dynamic client registration). You sign in to Cookie Free Analytics. A Google login on the website is not an MCP token.
Claude
Claude.ai / Claude Desktop: Settings → Connectors → Add custom connector. URL above. No Client ID or secret.
Claude Code:
claude mcp add --transport http cookie-free-analytics https://www.cookiefreeanalytics.com/mcpCursor
~/.cursor/mcp.json (or project .cursor/mcp.json):
{
"mcpServers": {
"cookie-free-analytics": {
"url": "https://www.cookiefreeanalytics.com/mcp"
}
}
}VS Code
.vscode/mcp.json or user MCP config. Command Palette: MCP: Add Server.
{
"servers": {
"cookie-free-analytics": {
"type": "http",
"url": "https://www.cookiefreeanalytics.com/mcp"
}
}
}VS Code opens a browser for OAuth on first connect.
Grok
grok.com/connectors → custom connector → the same URL. There is no Grok public catalog entry to search for.
Related MCP server: yourtraffic
OAuth flow
The client
GETs RFC 9728 metadata forhttps://www.cookiefreeanalytics.com/mcp.PKCE S256 + dynamic client registration. You do not paste a Client ID or Client Secret.
Browser sign-in on cookiefreeanalytics.com. Starter or Growth.
The client calls
POST /mcpwith the access token.
curl and scripts may still send Authorization: Bearer with a hashed token from Plan → Account → Read API (cfa_live_…, shown once). Do not commit that token.
Tools (read-only)
Tool | Returns |
| Sites the account owns |
| Visitors, visits, pageviews, bounce, duration, live, previous period |
| Top pages |
| Top sources |
| Last pageview per visitor in five minutes (no heartbeat) |
| Linear same-day funnels (Growth) |
| Uptime, TTFB, TLS, current state (Starter and Growth) |
| Open and recent Watch incidents (Starter and Growth) |
range is today, 7d, 30d, 90d, or YYYY-MM-DD..YYYY-MM-DD. f is the same filter string the dashboard puts in the URL.
The server accepts protocol 2026-07-28 and the older handshake (2025-11-25 back to 2024-11-05). There is no package to run.
Docs
Product: https://www.cookiefreeanalytics.com
Read API + MCP: https://www.cookiefreeanalytics.com/docs/api
How-to: https://www.cookiefreeanalytics.com/blog/cookieless-analytics-mcp
Support: hello@cookiefreeanalytics.com
License
MIT. Operator: Prestons Creek Capital.
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only access to your Nexly web analytics: traffic, pages, acquisition, events, and reports.
Read-only website analytics, AI referrals, crawlers, goals, revenue, and funnels.
Read-only web analytics from Pulse: your sites, totals, trends, breakdowns and realtime visitors.
Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides secure, read-only access to Bing Webmaster Tools analytics and non-destructive URL submission for indexing, without destructive site management capabilities.16MIT
- AlicenseNot gradedqualityBmaintenanceEnables agents to access web analytics statistics via OAuth, providing a privacy-first, cookie-free analytics service.1MIT
- FlicenseNot gradedqualityCmaintenanceRead-only access to Google Analytics 4 reporting data, including traffic overview, top pages, traffic sources, and conversion events, supporting custom report queries via MCP.-
- FlicenseNot gradedqualityCmaintenanceEnables read-only access to Google Analytics 4 and Google Search Console data, allowing users to run reports, query search analytics, and generate combined snapshots for reporting.-