Media

Plaud MCP Server

Connect your account, then chat with AI to run tools.

Plaud is a hardware-and-AI voice recording platform (Plaud Note, Plaud NotePin). This MCP reads your Plaud account's recordings, the AI-generated transcripts and summaries, your user notes, and the connected Plaud devices — read-only, no audio is uploaded or modified.

Managed
8 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Plaud — workflow patterns, data models, and gotchas for your AI agent.

Plaud

Plaud Note and Plaud NotePin are hardware AI voice recorders. Recordings sync from the device to the user's Plaud cloud account. The cloud runs the audio through speech-to-text, plus an LLM, to produce a transcript, an automatic summary, and a list of action items. The user can also write a free-form note alongside the AI summary.

This bundle is a read-only view of one Plaud account. It cannot upload, delete, transcribe, or modify recordings. It cannot create or edit notes, summaries, or device entries. The web app at web.plaud.ai and the iOS / Android Plaud apps remain the place to do all of that.

How a Plaud account is shaped

  • User — one account, identified by email. Has a region (the AWS region the account was created in), a membership tier (free / Pro / Unlimited), monthly transcription quota, and a Stripe subscription if paid.
  • Devices — Plaud Notes and NotePins paired to the account. Each carries a serial number, model, firmware version, and battery state.
  • Recordings (file) — every captured audio clip. Carries: filename, duration in seconds, capture date, file size, source device serial, "scene" tag (meeting / interview / lecture / …), and compact availability fields for transcript, summary, and hand-edited notes.
  • AI artifacts (per recording) — every AI-generated derivative of the audio is an artifact under that recording's detail response. The two confirmed artifact families are:
    • auto_sum_note — the auto-generated markdown summary. Inlined as text in pre_download_content_list[].data_content.
    • consumer_note — the user's hand-edited markdown note for that recording (free-form, optional). Inlined the same way.
    • source_transaction — a binary blob that backs the raw transcript pipeline. Useful as a pointer; the human-readable transcript is the inline trans_result segments on the recording itself.

pre_download_content_list[] is the artifact list with content already in the response (data_content is the actual markdown). content_list[] is the parallel list with just metadata + a pre-signed S3 link (data_link). The dedicated transcript, summary, and note tools resolve those shapes so agents do not need to inspect raw artifact rows.

Each artifact id has the shape {type}:{short_hash}:{file_id} so an artifact's family can be read off the prefix without joining to anything.

Workflow order

  1. Confirm the connected account first: email, plan, transcription quota, and region.
  2. Inspect paired devices to understand which Plaud Notes or NotePins are contributing recordings.
  3. List recordings to get compact metadata and content availability, then drill into a single recording only when the user asks what content is available for that file.
  4. Use the transcript view for timestamped {start_time, end_time, content, speaker} segments.
  5. Use the summary view for the auto-generated markdown summary from the auto_sum_note artifact.
  6. Use the user-note view for the hand-edited markdown note from the consumer_note artifact. It is empty when the user has not written one.
  7. Request the original-audio download URL only when the user explicitly needs the audio file. The URL still requires the connected Plaud credential, but the tool does not expose bearer tokens.
  8. Poll AI processing status when a recording was just uploaded and the transcript or summary has not appeared yet.

Region routing is automatic

Plaud runs separate regional API servers (api-euc1, api-use1, api-apse1, …) and the JWT carries which region the user belongs to. Tools always go to the correct regional host. There is nothing to configure.

What this bundle does not do

  • It does not upload audio. The hardware device + the official Plaud apps own that path.
  • It does not delete recordings. Use the Plaud app.
  • It does not regenerate summaries with a different prompt or template. Use the Plaud app.
  • It does not see other people's recordings. Access is scoped to one Plaud account.

Tools in this Server (8)

Plaud Get Ai Task Status

Poll the Plaud AI pipeline status for a batch of recordings. Returns one status row per file_id reporting whether transcript / summary / other AI arti...

Plaud Get Audio Download Url

Build a downloadable URL for a recording's original audio (MP3 with proper ID3 tags). The URL requires the connected Plaud bearer credential, but this...

Plaud Get Summary

Read the auto-generated AI summary for one recording — the auto_sum_note artifact. Plaud returns it as markdown. The body is sometimes inlined on /fil...

Plaud Get Transcript

Read the transcript for one recording: the array of {start_time, end_time, content, speaker} segments produced by Plaud's speech-to-text. The transcri...

Plaud Get User Notes

Read the user's hand-edited markdown note for one recording — the consumer_note artifact. The body is sometimes inlined on /file/detail and sometimes ...

Plaud Get User Profile

Read a compact profile of the connected Plaud account: account id, nickname, email, country/region, membership state, transcription quota, and whether...

Plaud List Devices

List the Plaud devices paired to this account. Returns a count plus device rows carrying serial number, model (Plaud Note vs Plaud NotePin), firmware ...

Plaud Read Recordings

Read recordings from the Plaud account. Without file_id: list compact recording metadata — id, filename, duration, capture timestamps, file size, sour...

Frequently Asked Questions

What is the Plaud MCP server?

Plaud is a hardware-and-AI voice recording platform (Plaud Note, Plaud NotePin). This MCP reads your Plaud account's recordings, the AI-generated transcripts and summaries, your user notes, and the connected Plaud devices — read-only, no audio is uploaded or modified. It provides 8 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Plaud to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/plaud. Authentication is handled automatically.

How many tools does Plaud provide?

Plaud provides 8 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Plaud require?

Plaud uses API Key. Plaud requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Plaud to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/plaud

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Plaud and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Plaud will appear under Not connected — select it and click Connect to complete OAuth.
Name: Plaud
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/plaud
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Plaud?

Sign in to connect your credentials and start running tools from the chat.

Plaud MCP Server & Skill — 8 Tools