Connect you AI agent to Matomo using this MCP server. Extend the capabilities of your gent with the Matomo API.
Explore your data and configure your instance with ease !
Server Config
{
"mcpServers": {
"openmost-matomo-mcp": {
"command": "node",
"args": [
"absolute/path/to/matomo-mcp-client.js",
"--url=https://matomo-mcp.openmost.io",
"--matomo-host=https://matomo.example.com",
"--matomo-token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"--openmost-token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
]
}
}
}