openpanel-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@openpanel-mcpWhat are my top landing pages this month?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
openpanel-mcp
A minimal MCP server for OpenPanel analytics. Focused on 3 tools:
Tool | What it does |
| Top pages users landed on, with counts |
| All events on a specific page path |
| All distinct event names being tracked |
Setup
1. Get your OpenPanel credentials
Go to OpenPanel Dashboard → Settings → API Clients and create a client.
Copy the Client ID and Client Secret.
2. Install & run locally
npm install
npm run devSet env vars before running:
export OPENPANEL_CLIENT_ID=your_client_id
export OPENPANEL_CLIENT_SECRET=your_client_secret3. Add to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"openpanel": {
"command": "node",
"args": ["/path/to/openpanel-mcp/dist/index.js"],
"env": {
"OPENPANEL_CLIENT_ID": "your_client_id",
"OPENPANEL_CLIENT_SECRET": "your_client_secret"
}
}
}
}Then restart Claude Desktop.
4. Deploy to CapRover
# Build image
docker build -t openpanel-mcp .
# Push to your registry or use CapRover's deploy flow
# Set env vars in CapRover app settings:
# OPENPANEL_CLIENT_ID=...
# OPENPANEL_CLIENT_SECRET=...Related MCP server: Umami MCP Server
Example usage
"How many people visited my landing pages this week?"
"What events happened on /pricing in the last 30 days?"
"What events are being tracked on my site?"
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceMCP server exposing Umami analytics (Cloud + self-hosted)Last updated5MIT
- AlicenseAqualityDmaintenanceRead-only MCP server for Umami analytics. It talks to the Umami REST API directly over HTTP, supporting self-hosted and cloud setups.Last updated821MIT
- Alicense-qualityBmaintenanceMCP server for Umami Analytics that provides read-only tools to query website stats, events, sessions, reports, and more, enabling natural language analytics queries.Last updated192MIT

@vskstudio/takt-mcpofficial
AlicenseAqualityFmaintenanceMCP server for querying privacy-friendly website analytics from a self-hosted Takt instance, supporting metrics like visitors, pageviews, realtime activity, and more.Last updated1039MIT
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
MCP server for URL shortening and management
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/neverhunt/Open-panel-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server