Matomo Analytics
Rank #16,914io.github.Liohtml/matomo-mcp
Curated read-only Matomo Analytics tools: traffic, pages, referrers, e-commerce, real-time & more.
Matomo Analytics is a Model Context Protocol (MCP) server published by Liohtml. It ranks #16,914 of 115,591 servers tracked on MCP Toplist. Matomo Analytics is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 17, 2026 and most recently updated on Jul 17, 2026.
Ranks ahead of 98,677 of 115,591 servers on MCP Toplist.
Use Matomo Analytics
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
Published as package `matomo-mcp` — install it through your client’s extension manager.
claude mcp add matomo-mcp -e "MATOMO_URL=<your MATOMO_URL>" -e "MATOMO_TOKEN=<your MATOMO_TOKEN>" -e "MATOMO_DEFAULT_SITE_ID=<your MATOMO_DEFAULT_SITE_ID>" -- docker run -i --rm ghcr.io/liohtml/matomo-mcp:v0.1.2Replace each placeholder with your own value before saving.
Published as package `matomo-mcp` — install it through your client’s extension manager.
[mcp_servers.matomo-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/liohtml/matomo-mcp:v0.1.2"]
[mcp_servers.matomo-mcp.env]
MATOMO_URL = "<your MATOMO_URL>"
MATOMO_TOKEN = "<your MATOMO_TOKEN>"
MATOMO_DEFAULT_SITE_ID = "<your MATOMO_DEFAULT_SITE_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as package `matomo-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"matomo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/liohtml/matomo-mcp:v0.1.2"
],
"env": {
"MATOMO_URL": "<your MATOMO_URL>",
"MATOMO_TOKEN": "<your MATOMO_TOKEN>",
"MATOMO_DEFAULT_SITE_ID": "<your MATOMO_DEFAULT_SITE_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as package `matomo-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"matomo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/liohtml/matomo-mcp:v0.1.2"
],
"env": {
"MATOMO_URL": "<your MATOMO_URL>",
"MATOMO_TOKEN": "<your MATOMO_TOKEN>",
"MATOMO_DEFAULT_SITE_ID": "<your MATOMO_DEFAULT_SITE_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as package `matomo-mcp` — install it through your client’s extension manager.
{
"servers": {
"matomo-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/liohtml/matomo-mcp:v0.1.2"
],
"env": {
"MATOMO_URL": "<your MATOMO_URL>",
"MATOMO_TOKEN": "<your MATOMO_TOKEN>",
"MATOMO_DEFAULT_SITE_ID": "<your MATOMO_DEFAULT_SITE_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as package `matomo-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"matomo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/liohtml/matomo-mcp:v0.1.2"
],
"env": {
"MATOMO_URL": "<your MATOMO_URL>",
"MATOMO_TOKEN": "<your MATOMO_TOKEN>",
"MATOMO_DEFAULT_SITE_ID": "<your MATOMO_DEFAULT_SITE_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as package `matomo-mcp` — install it through your client’s extension manager.
{
"mcpServers": {
"matomo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/liohtml/matomo-mcp:v0.1.2"
],
"env": {
"MATOMO_URL": "<your MATOMO_URL>",
"MATOMO_TOKEN": "<your MATOMO_TOKEN>",
"MATOMO_DEFAULT_SITE_ID": "<your MATOMO_DEFAULT_SITE_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Liohtml%2Fmatomo-mcp)<a href="https://mcptoplist.com/server/io.github.Liohtml%2Fmatomo-mcp"><img src="https://mcptoplist.com/badge/io.github.Liohtml%2Fmatomo-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Liohtml
Other servers by Liohtml
View all Liohtml servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jul 17, 2026 |
Frequently asked questions
- Who maintains Matomo Analytics?
- Matomo Analytics is maintained by Liohtml, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Matomo Analytics listed on the Official MCP Registry?
- Yes — Matomo Analytics is listed on the Official MCP Registry, alongside Glama.
- How many versions does Matomo Analytics have?
- MCP Toplist tracks 1 version of Matomo Analytics, most recently published on Jul 17, 2026.
- Where can I find the source code for Matomo Analytics?
- The source code for Matomo Analytics is hosted at github.com/Liohtml/matomo-mcp.