How to Use the Volcengine RTC MCP in Cursor
Inject live RTC call data into your code using Cursor's Agent mode.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Volcengine RTC MCP to Cursor
Create your Vinkius account to connect Volcengine RTC to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
List users and manage attendance via the MCP Server
Need to validate who is in a meeting before writing a script? `get_room_users` pulls that list directly into your code context. You can also check overall room activity using `get_active_rooms`. This lets you write logic around user presence. When running Agent mode in Cursor, the AI uses this data—not mock values—to build functional, accurate calling code.
Transcode and record live streams for context
If your application needs specific stream formats or permanent records, you start by calling `start_transcode`. Later, you use `stop_transcode` when the process is complete. You can also initiate a backup recording with `start_cloud_record`. These tools allow you to write scripts that manage media pipelines and ensure data capture from any real-time session.
Control call flow using stream mute/unmute
The MCP Server gives your code control over the audio and video feeds. Use `mute_stream` to silence a track, specifying 'audio' or 'video'. To bring it back online, you run `unmute_stream`. This capability lets developers build complex communication logic into their projects within Cursor.
Set up Volcengine RTC MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Volcengine RTC MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Volcengine RTC transactions." If the MCP tools are loaded correctly, Cursor will call the Volcengine RTC tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"volcengine-rtc-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Volcengine RTC. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Volcengine RTC MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Volcengine RTC MCP today
We host it, we monitor it, we maintain it. You just paste one token.