# Plaud MCP for AI Agents AI Agent Connect

> Plaud lets you manage your voice recordings and transcripts through your AI agent. It handles everything from listing folders and tags to pulling specific summaries and download links, so you can stop digging through a dashboard and just ask your agent for the info you need. It turns your audio data into a searchable knowledge base for your daily work.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Zo0Zq9vVlhie41iHPbqSOpce6hdfbQoteLFgV2Hw/ai-agent-connect
- **Tags:** voice-recording, transcription, meeting-summaries, ai-summarization, audio-processing, voice-to-text

## Description

You spend a lot of time capturing information, whether it is for client meetings, lectures, or just personal notes. The problem is that this data is only useful if you find it when you need it. Most people end up with a cluttered library of audio files that they have to manually sort through. This connection changes how you interact with your recordings by making them accessible to your AI agent. Instead of logging into a web portal to hunt for a specific transcript or check if a summary was generated, you ask your agent to find it for you. It handles the heavy lifting of navigating your library, pulling out key insights from past conversations, and keeping your files organized. Whether you are looking for a specific meeting note from last month or need to clear out old voice memos, your agent does the work. You treat your voice data like a searchable database rather than a pile of audio files. It is part of the growing ecosystem of tools in the Vinkius catalog that turns static data into something you use in your daily workflow. You stop worrying about where a specific piece of information is stored because your agent knows your library as well as you do.

## Tools

### get_transcript
Retrieve the full text transcription of a recording. This turns your audio into a searchable and readable document.

### list_files
See a list of all recordings in your account. This gives you an overview of your entire recording history.

### delete_file
Remove a specific Plaud recording from your account. This helps you keep your library clean of old files.

### get_me
Check your Plaud account details and status. This confirms your connection is active and working correctly.

### 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.

### get_file_detail
Fetch specific metadata like creation dates for a recording. You can use this to see exactly when a file was made.

### get_summary
Pull the AI-generated summary for a recording. This gives you the main points of a long conversation in seconds.

### list_folders
View all the folders where your recordings are stored. This helps you understand how your audio library is organized.

### list_tags
See all the tags used to categorize your recordings. Use this to find common themes across your voice notes.

### update_file
Change the name or metadata of an existing recording. This lets you keep your files organized without opening the app.

## Prompt Examples

**Prompt:** 
```
What was the main takeaway from my meeting with Sarah last week?
```

**Response:** 
```
I found your meeting with Sarah from last Wednesday. Here are the key points:

| Topic | Decision |
| :--- | :---|
| **Budget** | Approved for Q3 |
| **Hiring** | Two new roles opened |
| **Timeline** | Project launch moved to Oct |

Would you like the full transcript for any of these points?
```

**Prompt:** 
```
List all my recordings that have a tag for 'Project X'.
```

**Response:** 
```
I've found 4 recordings tagged with 'Project X':

*   **Kickoff Meeting** (Oct 1)
*   **Budget Review** (Oct 5)
*   **Timeline Sync** (Oct 12)
*   **Final Signoff** (Oct 15)

Would you like me to pull the summaries for these?
```

**Prompt:** 
```
I need to share the audio for the 'Design Brainstorm' with the team.
```

**Response:** 
```
I've generated a secure download link for the Design Brainstorm audio:

🔗 [Download Design Brainstorm MP3](https://web.plaud.ai/shared/example-link)

You can share this link with the team whenever you're ready.
```

## Capabilities

### Pull specific transcripts
Get the full text of any recording instantly to use in your notes or scripts.

### Grab AI summaries
See the main points of a long meeting or lecture in a few seconds.

### Browse recording folders
See how your files are organized across different categories and projects.

### Manage file metadata
Update recording names and details directly through your AI agent.

### Get direct download links
Retrieve MP3 links for any recording to share with your team or save locally.

### Clean up old recordings
Delete files you no longer need to keep your library organized.

## Use Cases

### Finding a missed decision
A manager asks the agent for the summary of a Budget Sync from last Tuesday. The agent uses get_summary to find it and presents the highlights in a clear table.

### Content drafting
A YouTuber wants to turn a voice memo into a script. They ask the agent to pull the transcript using get_transcript to get the raw text for their draft.

### Library cleanup
An admin wants to delete all recordings from 2023. They ask the agent to find the old files and remove them from the account using delete_file.

### Folder auditing
A student wants to see how many notes they have for Biology. They ask the agent to show the recording folders using list_folders.

## Benefits

- Stop clicking through web dashboards because your agent pulls summaries directly into your chat.
- Save time on research by turning hours of audio into searchable text automatically.
- Keep your library clean by removing old files without opening the Plaud app.
- Organize your data better by seeing your full recording structure in one view.
- Share files faster by grabbing links for teammates in a single step.
- Stay updated on your account status to ensure your connection is always active.

## How It Works

The bottom line is that you get a conversational interface for your entire voice-to-intelligence library.

1. Connect your Plaud Access Token and API Domain to the Connector.
2. Open your preferred AI client like Claude or Cursor.
3. Ask your agent to find, summarize, or organize your voice data.

## Frequently Asked Questions

**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**](https://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` tool with the File ID. Your agent will fetch the structured AI summary, including key points and action items.