A Model Context Protocol (MCP) server that exposes your Matomo Analytics API to Claude and other MCP-compatible AI assistants.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-matomo": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-matomo"
]
}
}
}
Run in terminal:
claude mcp add mcp-matomo cargo run -- mcp-matomo
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-matomo": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-matomo"
]
}
}
}