Plaud MCP
Connect your Plaud recordings to any MCP-compatible AI client. Search recordings, read transcripts, and generate documents without leaving your AI assistant.
Ads
Overview
> Connect your Plaud recordings to any MCP-compatible AI client — Claude, Cursor, ChatGPT, Codex, and more. Search recordings, read transcripts, and generate documents without leaving your AI assistant. Run this once. The installer detects your AI clients, writes the MCP configuration, and opens your browser for sign-in: When your browser opens, click Authorize, then restart the clients listed in the installer output. Plaud tools will be available immediately in your next session. If your client isn't auto-detected, add Plaud manually by pasting this into your client's MCP configuration:
Installation
npx -y @plaud-ai/mcp@latest install
Configuration
{
"mcpServers": {
"plaud": {
"command": "npx",
"args": ["-y", "@plaud-ai/mcp@latest"]
}
}Capabilities
- List recordings
Ask to list your recordings, optionally filtered by keyword or date range via `list_files`.
- Get recording details
Retrieve full metadata and a temporary audio link for a specific recording with `get_file`.
- Read AI notes
Pull the AI-generated summary, action items, and key topics for a recording using `get_note`.
- Fetch transcript
Get the full timestamped transcript with speaker labels via `get_transcript`.
Tags
- documentation
- document
- search
- knowledge-retrieval
- communication
Related MCP servers
ElevenLabs
OfficialThe official ElevenLabs MCP server
Resend Email
OfficialSend emails directly from your editor using the Resend API.
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.