The catalogue/PLAUD

PLAUD

app.plaud

Browse, search, and retrieve your PLAUD voice recordings and transcripts

OAuth 2productivityRead the source
Version2.0.0
Categoryproductivity
AuthOAuth 2
Tools7
Transportstdio
LicenceMIT
01

What it does

The app, in its own words.

Access your PLAUD voice recordings, transcripts, and AI summaries through the official Plaud MCP server. Search and retrieve notes from your PLAUD library.

plaudvoicerecordingstranscriptsnotesai-summaryproductivity
02

Tools

7 tools the agent can call.

Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.

  • download-recordingDownload a PLAUD recording audio file. Returns a public or presigned URL to the recording audio.
  • get-current-userGet the current PLAUD user profile (id, email, name). Useful for health checks and confirming OAuth connectivity.
  • get-noteGet full details for a PLAUD recording: transcript (concatenated), AI summary, and metadata.
  • get-transcriptGet raw transcript segments for a PLAUD recording. Returns each segment with text and optional timing. Use this instead of get-note when you only need the transcript and want to save token budget.
  • list-notesList PLAUD voice recordings. Returns metadata for each recording ordered by creation date (most recent first).
  • list-tagsList all tags and folders in your PLAUD library. Each tag includes its ID, name, and recording count if available.
  • search-notesSearch PLAUD recordings by keyword and/or date range. Filters are passed to the official Plaud MCP server; results are sorted by creation date (most recent first). At least one filter parameter is required.
03

Auth and permissions

What it asks for.

Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.

Scopes

recordings:read

System secrets

CLIENT_ID

User secrets

ACCESS_TOKENREFRESH_TOKENEXPIRY_DATE

Reading further

The manifest and the source for PLAUD live in the monorepo, alongside the other apps.

Read the sourceBack to the catalogue

PLAUD · Agent Apps