plausible-mcp
Rank #1,492glama/getsentry/plausible-mcp
MCP server for Plausible Analytics that enables querying traffic, conversions, and comparing time periods from any AI tool supporting MCP.
plausible-mcp is a Model Context Protocol (MCP) server published by getsentry. It ranks #1,492 of 115,460 servers tracked on MCP Toplist, and its repository has 38 GitHub stars. plausible-mcp is listed across 2 registries — PulseMCP and Glama, with 12 release tags tracked from its GitHub repository. It was first listed on Jun 21, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 113,968 of 115,460 servers on MCP Toplist.
Use plausible-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http plausible-mcp https://plausible-mcp.sentry.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.plausible-mcp]
url = "https://plausible-mcp.sentry.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://plausible-mcp.sentry.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"plausible-mcp": {
"url": "https://plausible-mcp.sentry.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"plausible-mcp": {
"type": "http",
"url": "https://plausible-mcp.sentry.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"plausible-mcp": {
"serverUrl": "https://plausible-mcp.sentry.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"plausible-mcp": {
"url": "https://plausible-mcp.sentry.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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/glama%2Fgetsentry%2Fplausible-mcp)<a href="https://mcptoplist.com/server/glama%2Fgetsentry%2Fplausible-mcp"><img src="https://mcptoplist.com/badge/glama%2Fgetsentry%2Fplausible-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
getsentry
Other servers by getsentry
View all getsentry servers →GitHub releases (12)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| 0.7.2 | Aug 22, 2026 |
| 0.7.1 | Aug 6, 2026 |
| 0.7.0 | Jul 30, 2026 |
| 0.6.0 | Jul 24, 2026 |
| 0.5.4 | Jul 24, 2026 |
| 0.5.3 | Jul 16, 2026 |
| 0.5.2 | Jul 15, 2026 |
| 0.5.1 | Jul 14, 2026 |
| 0.5.0 | Jul 14, 2026 |
| 0.4.0 | Jul 13, 2026 |
| 0.3.1 | Jul 10, 2026 |
| 0.3.0 | Jul 10, 2026 |
Frequently asked questions
- Who maintains plausible-mcp?
- plausible-mcp is maintained by getsentry, which publishes 6 MCP servers (35 total versions) tracked on MCP Toplist.
- Is plausible-mcp listed on the Official MCP Registry?
- plausible-mcp is not on the Official MCP Registry. It is listed on PulseMCP and Glama.
- How many versions does plausible-mcp have?
- No registry surfaces explicit version metadata for plausible-mcp; MCP Toplist tracks 12 release tags from its GitHub repository, most recently published on Aug 22, 2026.
- Where can I find the source code for plausible-mcp?
- The source code for plausible-mcp is hosted at github.com/getsentry/plausible-mcp.