Plaud Connector for AI agents.
10 live capabilities
Manage your voice-to-text transcripts and meeting summaries from your AI client.
Waiting for input…
Why people use Plaud
Plaud for Voice-to-Text Organization
This connection changes how you interact with your recordings by bringing them into your active workspace. You can just ask your agent to find a specific transcript or list your folders to see what's organized where. You get your data exactly when you need it, without the context switching.
What Vinkius changes
That you get a conversational interface for your entire voice-to-intelligence library.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Finding a missed decision
A manager asks the agent for the summary of a Budget Sync from last Tuesday.
- Real-world use case 02
Content drafting
A YouTuber wants to turn a voice memo into a script.
- Real-world use case 03
Library cleanup
An admin wants to delete all recordings from 2023.
Complete set · 10capabilities
The complete Plaud capability set.
These are the exact actions your AI can choose when you ask it to work with Plaud.
01—04
4 capabilities in this set.
Part of 10 available through Plaud.
- 01 Capability
Get transcript
Retrieve the full text transcription of a recording. This turns your audio into a searchable and readable document.
- 02 Capability
List files
See a list of all recordings in your account. This gives you an overview of your entire recording history.
- 03 Capability
Delete file
Remove a specific Plaud recording from your account. This helps you keep your library clean of old files.
- 04 Capability
Get me
Check your Plaud account details and status. This confirms your connection is active and working correctly.
05—07
3 capabilities in this set.
Part of 10 available through Plaud.
- 05 Capability
Get download url
Get a direct MP3 link for a recording. This makes it easy to share audio with your team or save it locally.
- 06 Capability
Get file detail
Fetch specific metadata like creation dates for a recording. You can use this to see exactly when a file was made.
- 07 Capability
Get summary
Pull the AI-generated summary for a recording. This gives you the main points of a long conversation in seconds.
08—10
3 capabilities in this set.
Part of 10 available through Plaud.
- 08 Capability
List folders
View all the folders where your recordings are stored. This helps you understand how your audio library is organized.
- 09 Capability
List tags
See all the tags used to categorize your recordings. Use this to find common themes across your voice notes.
- 10 Capability
Update file
Change the name or metadata of an existing recording. This lets you keep your files organized without opening the app.
Set up in minutes
One URL. Then ask Plaud to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Plaud from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Zo0Zq9vVlhie41iHPbqSOpce6hdfbQoteLFgV2Hw/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Plaud, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Plaud for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Zo0Zq9vVlhie41iHPbqSOpce6hdfbQoteLFgV2Hw/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Plaud URL.
- Step 03
Save and start
Save the connection and enable Plaud in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"plaud": {
"url": "https://edge.vinkius.com/vk_preview_Zo0Zq9vVlhie41iHPbqSOpce6hdfbQoteLFgV2Hw/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Plaud
Open Agent mode in chat and ask: "Using Plaud, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"plaud": {
"url": "https://edge.vinkius.com/vk_preview_Zo0Zq9vVlhie41iHPbqSOpce6hdfbQoteLFgV2Hw/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Plaud
Ask Copilot: "Using Plaud, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"plaud": {
"url": "https://edge.vinkius.com/vk_preview_Zo0Zq9vVlhie41iHPbqSOpce6hdfbQoteLFgV2Hw/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Plaud
Open Cascade and ask: "Using Plaud, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"plaud": {
"url": "https://edge.vinkius.com/vk_preview_Zo0Zq9vVlhie41iHPbqSOpce6hdfbQoteLFgV2Hw/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Plaud
Ask Cline: "Using Plaud, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add plaud --transport http "https://edge.vinkius.com/vk_preview_Zo0Zq9vVlhie41iHPbqSOpce6hdfbQoteLFgV2Hw/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Plaud
Ask Claude: "Using Plaud, show me...". 10 tools are ready
Where the request belongs
Work Plaud can move forward.
This is for people who record a lot of information but hate the manual work of organizing it. It is for the project manager who needs to find a specific decision from a meeting three weeks ago or the researcher who wants to turn dozens of voice notes into a structured outline. It is for anyone who wants to stop scrolling through folders and start asking questions.
Project Manager
Finds specific meeting summaries and action items during status updates without opening the Plaud web app.
Content Creator
Pulls transcripts from voice memos to draft scripts or social posts directly in their editor.
Student
Verifies lecture transcripts and organizes notes by subject using the agent's ability to browse folders.
Operations Lead
Audits team recordings to keep cross-functional notes organized and easily accessible.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSymbl.ai
Extract conversation intelligence from audio, video, and text. get summaries, action items, and topics directly from any AI agent.
Tactiq
Manage meeting transcripts via Tactiq u2014 access summaries, action items, speaker analytics, and search across all recordings from your AI agent.
Fireflies.ai
Transcribe meetings, analyze conversation metrics, and query transcripts via AI agents with Fireflies.ai.
tl;dv
Record, transcribe, and clip key moments from Google Meet and Zoom calls so your team never misses important meeting insights.
Chorus.ai (ZoomInfo)
Analyze sales conversations and meetings via Chorus.ai. track transcripts, identify key moments, and monitor team performance directly from any AI agent.
3Scribe
Automated audio and video transcription. create jobs, monitor progress, and retrieve text via AI.
Bring your own AI
Change the model, client or framework. Keep Plaud connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Plaud.
The practical details behind the request, access and result.
Can I use the Plaud MCP to find specific meeting notes?
Yes, you can ask your agent to search through your recordings and pull out specific summaries or transcripts. This makes it easy to find information without manually browsing your folders.
Does the Plaud MCP work with my existing recordings?
Yes, it connects to your current Plaud account so you can access all your past voice data immediately.
How do I get transcripts from my Plaud recordings using an agent?
Your agent can pull the full text of any recording automatically when you ask for it. You can then copy that text into your notes or scripts.
Can I organize my Plaud files through my AI client?
You can use the Connector to list folders and tags, helping you keep your library structured and easy to navigate through your agent.
Is there a way to delete old recordings without using the app?
Yes, your agent can delete specific recordings for you to help keep your library clean and organized.
Can I get a summary of a long lecture?
Yes, the agent can pull the AI-generated summary for any recording you have in your account, giving you the main points instantly.
How do I get a download link for an audio file?
You can ask your agent to provide a secure MP3 download URL for any specific recording in your library.
How do I find my Plaud Access Token?
Log in to web.plaud.ai, open DevTools (F12), go to Application > Local Storage, and look for tokenstr. Copy and paste it into the field below.
What is the Plaud API Domain?
It is the base URL for the Plaud API (e.g., https://api-euc1.plaud.ai). You can find it in your browser's Local Storage under plaud_user_api_domain.
Can the agent retrieve full AI summaries?
Yes. Use the get_summary capability with the File ID. Your agent will fetch the structured AI summary, including key points and action items.
One connection away
Give your agent a direct line to Plaud.
Connect Plaud once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available