{"id":29471990,"url":"https://github.com/openmost/matomo-mcp-client","last_synced_at":"2025-07-14T14:08:24.074Z","repository":{"id":302945825,"uuid":"1014005541","full_name":"openmost/matomo-mcp-client","owner":"openmost","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-04T22:20:51.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-04T23:27:00.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openmost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-04T21:29:04.000Z","updated_at":"2025-07-04T22:20:54.000Z","dependencies_parsed_at":"2025-07-04T23:27:13.831Z","dependency_job_id":"37a5ff5c-19cf-426f-8161-16a09750d4ff","html_url":"https://github.com/openmost/matomo-mcp-client","commit_stats":null,"previous_names":["openmost/matomo-mcp-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openmost/matomo-mcp-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmost%2Fmatomo-mcp-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmost%2Fmatomo-mcp-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmost%2Fmatomo-mcp-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmost%2Fmatomo-mcp-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openmost","download_url":"https://codeload.github.com/openmost/matomo-mcp-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmost%2Fmatomo-mcp-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265305494,"owners_count":23743892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-14T14:08:23.055Z","updated_at":"2025-07-14T14:08:24.060Z","avatar_url":"https://github.com/openmost.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Openmost Matomo MCP Client\n\n## 📋 Description\n\nThis repository contains the **client for the Openmost Matomo MCP server**.  \nIt enables you to connect Claude AI Desktop (or any other LLM that supports [MCP — Model Context Protocol](https://github.com/modelcontext/protocol)) to a [Matomo](https://matomo.org/) analytics instance, via the Openmost MCP server.\n\nYou need to install and configure this client to act as a bridge between your Claude Desktop app and your Matomo analytics data.\n\n---\n\n## 🚀 Installation\n\n### 1️⃣ Clone the repository\n\n```bash\ngit clone https://github.com/openmost/matomo-mcp-client\ncd matomo-mcp-client\n```\n\n### 2️⃣ Install dependencies\n\n```bash\nnpm install\n```\n\n---\n\n## 🔧 Configuration\n\n### Register the MCP client in Claude Desktop\n\nYou need to tell Claude Desktop about this MCP client by editing its configuration file.\n\n#### 📄 Location of the configuration file\n\nYou must add your MCP server config into the file:\n\n`claude_desktop_config.json`\n\nIf it does not exist yet, you can create it.\n\nDepending on your operating system, the file should be placed at:\n\n| OS       | Path                                                                     |\n|----------|--------------------------------------------------------------------------|\n| **Windows** | `C:\\Users\\your-name\\AppData\\Roaming\\Claude\\claude_desktop_config.json`   |\n| **Linux**   | `~/.config/claude_desktop/claude_desktop_config.json`                    |\n| **macOS**   | `~/Library/Application\\ Support/Claude/claude_desktop_config.json` |\n\n---\n\n### 📝 Example configuration\n\nBelow is an example of how to register the Openmost Matomo MCP client in `claude_desktop_config.json`.  \nYou can adapt the paths, tokens, and URLs to fit your environment.\n\n```json\n{\n  \"mcpServers\": {\n    \"openmost-matomo-mcp\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"absolute/path/to/matomo-mcp-client.js\",\n        \"--url=https://matomo-mcp.openmost.io\",\n        \"--matomo-host=https://matomo.example.com\",\n        \"--matomo-token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n        \"--openmost-token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n      ]\n    }\n  }\n}\n```\n\n---\n\n### 🔄 Restart Claude Desktop\n\nAfter saving the configuration file, completely quit and restart Claude Desktop for the changes to take effect.\n\n---\n\n## 🎉 Usage\n\nOnce everything is configured and Claude has restarted:\n- Open Claude Desktop.\n- In the model selector, choose the MCP server named:  \n  **`openmost-matomo-mcp`**\n- Start interacting!  \n  Your requests will now be processed through the Matomo MCP client and served by your Matomo analytics data.\n\n\n---\n\n## 📖 Resources\n\n- [Openmost](https://openmost.io)\n- [Matomo Analytics](https://matomo.org)\n- [Claude Desktop](https://claude.ai/download)\n- [MCP Protocol](https://github.com/modelcontext/protocol)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmost%2Fmatomo-mcp-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenmost%2Fmatomo-mcp-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmost%2Fmatomo-mcp-client/lists"}