Matomo Analytics
About
Curated read-only Matomo Analytics tools: traffic, pages, referrers, e-commerce, real-time & more.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MATOMO_URL MATOMO_TOKEN MATOMO_DEFAULT_SITE_IDClaude Code
claude mcp add --env MATOMO_URL= --env MATOMO_TOKEN= --env MATOMO_DEFAULT_SITE_ID= matomo-mcp -- docker ghcr.io/liohtml/matomo-mcp:v0.1.3
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"matomo-mcp","command":"docker","args":["ghcr.io/liohtml/matomo-mcp:v0.1.3"],"env":{"MATOMO_URL":"","MATOMO_TOKEN":"","MATOMO_DEFAULT_SITE_ID":""}}'
JSON
{
"mcpServers": {
"matomo-mcp": {
"command": "docker",
"args": [
"ghcr.io/liohtml/matomo-mcp:v0.1.3"
],
"env": {
"MATOMO_URL": "",
"MATOMO_TOKEN": "",
"MATOMO_DEFAULT_SITE_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.