Plausible Connector for AI agents.
10 live capabilities
Track website traffic and visitor behavior through natural conversation.
Waiting for input…
Why people use Plausible
Plausible for Real-Time Website Analytics
This Connector changes that by letting you just ask. You can get a summary of your traffic while you are still in your code editor or chat window. It turns your analytics into a conversation and puts the data exactly where you are already working.
What Vinkius changes
You get instant access to your website's performance data through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a weekend sale
A marketer wants to know if a weekend sale worked.
- Real-world use case 02
New landing page test
A developer wants to see if a new landing page is getting hits.
- Real-world use case 03
Funnel analysis
A product manager needs to know the bounce rate of a specific user funnel.
Complete set · 10capabilities
The complete Plausible capability set.
These are the exact actions your AI can choose when you ask it to work with Plausible.
01—04
4 capabilities in this set.
Part of 10 available through Plausible.
- 01 Capability
Get aggregate stats
This capability gives a high-level summary of visitors and bounce rates for a set period. It is great for getting a quick snapshot of site performance.
- 02 Capability
Get timeseries stats
This capability provides a chronological look at your site stats over a chosen period. It helps you visualize growth trends over weeks or months.
- 03 Capability
Get top browsers
This capability lists the most common web browsers used by your visitors. It helps you understand the technical environment of your audience.
- 04 Capability
Get top countries
This capability shows which countries your website traffic is coming from. Use it to see your geographic reach at a glance.
05—07
3 capabilities in this set.
Part of 10 available through Plausible.
- 05 Capability
Get top devices
This capability breaks down your traffic by mobile, desktop, or tablet. It helps you see which devices your users prefer.
- 06 Capability
Get top os
This capability identifies the operating systems your visitors use most often. It provides a clear picture of your audience's tech stack.
- 07 Capability
Get top pages
This capability lists your highest-traffic URLs for a specific timeframe. Use it to see which pages are performing best.
08—10
3 capabilities in this set.
Part of 10 available through Plausible.
- 08 Capability
Get top sources
This capability shows which websites or referrers are sending the most traffic. It helps you identify your best marketing channels.
- 09 Capability
Get custom breakdown
This capability pulls stats based on specific custom properties like visit source. It helps you see how users interact with specific parts of your site.
- 10 Capability
Get realtime visitors
This capability shows the number of people currently active on your site. Use it to see how many people are browsing right now.
Set up in minutes
One URL. Then ask Plausible to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Plausible from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qqfbQbuAzACRykztTlrCtBfDodWmtMRbRBGdwSfB/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Plausible, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Plausible for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qqfbQbuAzACRykztTlrCtBfDodWmtMRbRBGdwSfB/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Plausible URL.
- Step 03
Save and start
Save the connection and enable Plausible in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"plausible": {
"url": "https://edge.vinkius.com/vk_preview_qqfbQbuAzACRykztTlrCtBfDodWmtMRbRBGdwSfB/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Plausible
Open Agent mode in chat and ask: "Using Plausible, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"plausible": {
"url": "https://edge.vinkius.com/vk_preview_qqfbQbuAzACRykztTlrCtBfDodWmtMRbRBGdwSfB/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Plausible
Ask Copilot: "Using Plausible, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"plausible": {
"url": "https://edge.vinkius.com/vk_preview_qqfbQbuAzACRykztTlrCtBfDodWmtMRbRBGdwSfB/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Plausible
Open Cascade and ask: "Using Plausible, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"plausible": {
"url": "https://edge.vinkius.com/vk_preview_qqfbQbuAzACRykztTlrCtBfDodWmtMRbRBGdwSfB/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Plausible
Ask Cline: "Using Plausible, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add plausible --transport http "https://edge.vinkius.com/vk_preview_qqfbQbuAzACRykztTlrCtBfDodWmtMRbRBGdwSfB/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Plausible
Ask Claude: "Using Plausible, show me...". 10 tools are ready
Where the request belongs
Work Plausible can move forward.
This is for the site owner who hates complex dashboards, the marketer who needs quick campaign checks, and the product manager who wants to see feature adoption without opening a new tab.
Website Owner
Checks if the site is up and how many people are currently browsing while grabbing coffee.
Digital Marketer
Pulls top traffic sources during a live meeting to see if a new ad spend is working.
Product Manager
Analyzes custom property data to see how users are interacting with a new feature.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFathom
Privacy-first website analytics. track visitors, monitor real-time traffic, and manage sites and events directly from your AI agent.
Fathom Analytics
Privacy-first website analytics via Fathom. list sites, monitor real-time visitors, and aggregate pageviews directly through your AI agent.
Pirsch Analytics
Privacy-friendly web analytics. track hits, events, and retrieve detailed statistics for your domains directly from your AI agent.
GoatCounter
Privacy-friendly web analytics. track pageviews, analyze visitor stats, and manage your sites directly through any AI agent.
Simple Analytics
Privacy-first web analytics without cookies. Fetch aggregated stats, export raw data, and manage your websites directly from your AI agent.
GoSquared
Monitor real-time web traffic and analyze historical trends via AI.
Bring your own AI
Change the model, client or framework. Keep Plausible connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Plausible.
The practical details behind the request, access and result.
Can I use Plausible MCP to see my website traffic?
Yes, it connects your Plausible account to your AI client so you can ask about visitors, pageviews, and bounce rates. You get a conversational way to monitor your site's performance.
Does Plausible MCP show me real-time data?
Yes, you can use it to get the current number of active visitors on your site at any moment. It is a quick way to see how many people are browsing right now without opening a dashboard.
Can I see which countries my visitors come from with Plausible MCP?
Yes, it can pull a breakdown of your traffic by country so you can see your geographic reach. This helps you understand where your audience is coming from globally.
How do I see my growth trends using Plausible MCP?
You can ask your AI agent to fetch timeseries data to see how your traffic has changed over a specific period. It makes tracking long-term growth much faster.
Can I check my bounce rate with Plausible MCP?
Yes, you can request aggregate stats for any period, such as today, the last 7 days, or the last 30 days. It gives you a quick snapshot of your site's retention.
Does Plausible MCP support custom properties?
Yes, it allows you to break down your stats by any custom property supported by your Plausible account. This lets you drill into specific behaviors like visit source or page events.
How do I find my Plausible API Key?
In your Plausible account, go to Settings > API keys. There you can generate and copy your access token.
What is the Site ID?
The Site ID is usually the domain of your website as registered in Plausible (e.g., example.com).
Can I see stats for today only?
Yes! Use the get_aggregate_stats capability and provide day as the period parameter.
One connection away
Give your agent a direct line to Plausible.
Connect Plausible once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available