How to Use the Plaud MCP in Cursor
Write code that interacts with your Plaud recordings and transcripts directly inside the Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Plaud MCP to Cursor
Create your Vinkius account to connect Plaud to Cursor — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Build automated Plaud audio pipelines inside Cursor
The `list_files` and `get_file_detail` tools let your Cursor agent write and execute code that pulls live Plaud data. The Cursor editor uses these tools to find your latest Plaud recordings and inspect their specific attributes. Instead of writing mock tests, your Cursor agent calls these Plaud tools to pull real API responses directly into your active workspace. You can build scripts that process actual Plaud meeting data while you write code in Cursor.
Generate Cursor code using real Plaud transcripts
The `get_transcript` and `get_summary` tools read actual Plaud transcript structures directly inside Cursor. Your developer agent in Cursor reads these structures to understand the exact JSON payload and see how Plaud summaries are formatted in production. This lets you write precise Plaud parsers in Cursor without guessing the API schema. You get real Plaud text payloads injected directly into your active Cursor file buffers.
Keep Plaud metadata updated while coding in Cursor
The `update_file` and `list_tags` tools manage your Plaud audio database structure directly from the Cursor editor's terminal or chat. This MCP Server lets your Cursor agent modify Plaud tags and check your existing taxonomy. If you need to clean up Plaud test data, your Cursor agent can call `delete_file` to remove specific recordings. You manage your Plaud voice assets without leaving your Cursor workspace.
Set up Plaud 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 Plaud 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 Plaud transactions." If the MCP tools are loaded correctly, Cursor will call the Plaud tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"plaud-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 Plaud. 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 Plaud MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Plaud MCP today
We host it, we monitor it, we maintain it. You just paste one token.