How to Use the Agora MCP in Claude Code
Manage Agora projects and recordings directly from the terminal. Perfect for scripts, cron jobs, and CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Agora MCP to Claude Code
Create your Vinkius account to connect Agora to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script Your Entire Agora Workflow
Since Claude Code is just a CLI, you can pipe its output anywhere. Run `claude agora-mcp list_active_calls | jq` to parse live call data in a shell script. It's built for automation. Create a simple bash script to report on daily usage. Have it call `claude agora-mcp list_projects` and loop through the results, calling `get_usage_stats` for each. This is how you automate monitoring from the command line.
Run Agora Operations in CI/CD
Set up a new project as part of your deployment process. In your GitHub Actions or Jenkins file, just add a step: `claude agora-mcp create_project --name 'New Feature Branch Build'`. The project is ready before your tests even run. This MCP Server also lets you manage test recordings. Add a step to `start_cloud_recording` at the beginning of a test run and `stop_cloud_recording` at the end. The output can be logged directly to your CI console.
Your Headless Agora Admin
This isn't for fancy UIs. It's for getting things done. SSH into a server and check on a project with `claude agora-mcp get_project_details --id <project_id>`. You get a clean, scriptable response. Set up a cron job to check for stalled recordings every hour. The job would simply run `claude agora-mcp query_cloud_recording` on active sessions and alert you if something is wrong. This is what a headless agent is for.
Set up Agora 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 seeagora-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Agora transactions." It will automatically discover and invoke the available Agora tools.
claude mcp add --transport http agora-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 Agora MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Agora MCP today
We host it, we monitor it, we maintain it. You just paste one token.