Sáltate la instalación. Funcionando en menos de 2 minutos.
Inicia una prueba gratuita en cloud.anythingmcp.com, añade Matomo con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.
Summary
Matomo web analytics: visits, page and entry-page reports, referrers, countries and devices, goal conversions and live visitor detail. Reporting API on Matomo Cloud or your own instance, token_auth.
Prueba a pedir
Prompts de ejemplo para Matomo
Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.
Claude es IA y puede equivocarse. Verifica siempre las respuestas.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Matomo, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
Matomo + ChatGPT
Matomo web analytics: visits, page and entry-page reports, referrers, countries and devices, goal conversions and live visitor detail. Reporting API on Matomo Cloud or your own instance, token_auth.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
MATOMO_URL, MATOMO_TOKEN
Paso 1 — Obtener credenciales
Getting a token
- Sign in to Matomo and open Administration → Personal → Security → Auth tokens, then Create new token.
- Leave 'Only allow secure requests' unticked only if you must — with it ticked, Matomo 4+ requires the token in a POST body rather than a query parameter. This adapter sends it as a query parameter (GET), which is Matomo's classic Reporting API shape and what the majority of installs accept.
- Set
MATOMO_URLto your Matomo root (no trailing slash, no/index.php) andMATOMO_TOKENto the token.
…(continued in the in-app connector instructions)
Paso 2 — Instalar el adapter
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
Paso 3 — Añadir el conector en ChatGPT
ChatGPT soporta servidores MCP a través de la función Connectors (planes Plus / Pro / Team / Enterprise). El plan gratuito no admite conectores personalizados.
- Abre ChatGPT → Settings → Connectors (o pulsa el icono 🔧 en el composer → Manage connectors).
- Pulsa "Add custom connector".
- Rellena:
- Name:
Matomo - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Pulsa Connect para autorizar.
Herramientas disponibles
| Tool | What it does |
|---|---|
matomo_get_version | Read the Matomo version of this instance |
matomo_list_sites | List the sites this token can report on, with their id, name, main URL, timezone and currency |
matomo_get_visits_summary | Read the headline numbers for a period: visits, unique visitors, actions, bounce rate, average visit duration and actions per visit |
matomo_get_page_urls | Read the page report: which URLs were viewed, how often, their average time on page, bounce rate and exit rate |
matomo_get_entry_pages | Read which pages visitors arrived on, with entries, bounce rate and the visits that followed — the landing-page view, not the pageview vie |
matomo_get_referrers | Read where the traffic came from: search engines, websites, social networks, campaigns and direct entry, with visits and actions for each |
matomo_get_countries | Read the visits broken down by country, with visit counts, actions and bounce rate — the geography of the audience |
matomo_get_device_types | Read the visits broken down by device type — desktop, smartphone, tablet — with visits, actions and bounce rate |
matomo_get_goals | Read goal conversions for a period: conversions, conversion rate and revenue, overall or for one goal |
matomo_get_last_visits | Read individual recent visits with their referrer, country, device, and the pages each one viewed in order |
FAQ
¿Funciona el plan gratuito de ChatGPT con los Connectors MCP personalizados? No — se necesita Plus, Pro, Team o Enterprise.
Siguientes pasos
¿Te ha sido útil esta guía?