About
Overview
The Matomo MCP Server enables AI agents to access Matomo's self-hosted web analytics platform. It provides tools for querying visitor data, page views, referrers, and goals while keeping all data under your control.
Capabilities
Tools & Capabilities
⚡get_visits
Get visit statistics
⚡get_pages
Get page view data
⚡get_referrers
Get referrer sources
⚡get_goals
Get goal conversion data
Setup
Installation
bash
Install
npx -y mcp-server-matomoExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"matomo": {
"command": "npx",
"args": ["-y", "mcp-server-matomo"],
"env": { "MATOMO_URL": "https://your-matomo.com", "MATOMO_TOKEN": "your-token" }
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 25
Last UpdatedFeb 12, 2026