How to Use the OpenPanel MCP in Claude Code
Pipe terminal outputs and track system events in OpenPanel using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect OpenPanel MCP to Claude Code
Create your Vinkius account to connect OpenPanel to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Track terminal events using Claude Code
`track_event` logs build statuses, deployment updates, or shell script outputs directly to OpenPanel from your terminal. This lets you monitor system health and deployment success rates without setting up external webhooks. Your agent runs the command, catches the exit code, and updates your metrics. Piping command outputs into the tracking tool lets you build custom monitoring setups. You can track deployment speeds or test failures directly from your CI/CD pipelines.
Manage server and user profiles
`identify_user` registers system profiles or user accounts in your analytics dashboard. The agent uses this tool to map terminal actions to specific developers or server instances. This helps you track which environments are running specific scripts. You can attach custom traits like node versions or OS types to the profile. The agent updates these details in the background, keeping your environment tracking clean.
Update system counters from the command line
`increment_property` updates numeric values on profiles to monitor build counts or error frequencies. This MCP server lets you change these values without writing custom database scripts. Your agent increases the count whenever a cron job finishes. You can also call `decrement_property` to reduce active job counts or resource usage metrics. It gives you a simple way to manage state across distributed terminal sessions.
Set up OpenPanel MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeopenpanel-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest OpenPanel transactions." It will automatically discover and invoke the available OpenPanel tools.
claude mcp add --transport http openpanel-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about OpenPanel MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the OpenPanel MCP today
We host it, we monitor it, we maintain it. You just paste one token.