El catálogo/PLAUD

PLAUD

app.plaud

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

OAuth 2productivityLeer el código
Versión2.0.0
Categoríaproductivity
AutenticaciónOAuth 2
Herramientas7
Transportestdio
LicenciaMIT
01

Qué hace

La aplicación, en sus propias palabras.

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

Herramientas

7 herramientas que el agente puede llamar.

Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.

  • 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

Autenticación y permisos

Qué pide.

Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.

Permisos

recordings:read

Secretos de sistema

CLIENT_ID

Secretos de usuario

ACCESS_TOKENREFRESH_TOKENEXPIRY_DATE

Seguir leyendo

El manifiesto y el código de PLAUD están en el monorepo, junto al resto de aplicaciones.

Leer el códigoVolver al catálogo

PLAUD · Agent Apps