Plaud
Your Plaud recordings in natural language: list recordings, read speaker-attributed transcripts and
Open source Repository Open in the app JSON README (API)
About
Your Plaud recordings in natural language: list recordings, read speaker-attributed transcripts and
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- mcp-dir
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 0.1.0
- Last push
- 2026-08-30T19:46:05Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-29 04:00:41
- Updated
- 2026-08-29 04:00:41
- Origin id
io.github.mcp-dir/plaud-mcp
README
# Plaud ### Your Plaud recordings in Claude, ChatGPT and AI agents Bring your Plaud voice recordings into your AI: list recordings, read speaker-attributed transcripts and the AI-generated summaries and action items. Connect your Plaud account in one click. Read-only, nothing is changed on your Plaud account. - 🎙️ **Recordings as text**: list recordings and read full transcripts - 🗣️ **Speaker-attributed transcripts**: who said what - ✅ **AI summaries and action items** for each recording - 🔒 **Read-only** · 🎁 **Free** - 🔗 **One-click connect**: authorize your Plaud account, no API keys - 💬 **Works with any MCP client**: Claude Desktop, Cursor, VS Code, Cline, Continue [Versão em português](README.pt.md) · [Full docs (PT-BR)](docs/) · [Agent skill](skills/) --- ## One-click install ### Claude (Web and Desktop) Anthropic unified MCP installation at `claude.ai/customize/connectors`. **The same link works for Claude Web and Claude Desktop** (just be logged in): [➕ Open in Claude and connect](https://claude.ai/new?modal=add-custom-connector#settings/customize-connectors) **Manual** (if the deeplink does not open): [claude.ai/customize/connectors](https://claude.ai/customize/connectors?surface=cowork) → **+** → **Add custom connector** → paste **Name** `Plaud` and **URL** `https://api.mcp.ai/p_plaud`. ### Cursor [➕ Install Plaud in Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=plaud&config=eyJ1cmwiOiJodHRwczovL2FwaS5tY3AuYWkvcF9wbGF1ZCJ9) ### VS Code (Copilot Chat) [➕ Install Plaud in VS Code](vscode:mcp/install?name=plaud&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapi.mcp.ai%2Fp_plaud%22%7D) ### ChatGPT, Manus, OpenClaw and 40+ other clients Works with any MCP client that speaks **MCP over HTTP**. The server URL is always: ``` https://api.mcp.ai/p_plaud ``` Per-client details: [INSTALL.md](INSTALL.md). --- ## Example prompts ``` List my latest Plaud recordings Summarize my last meeting recording What were the action items from yesterday's call? Show the transcript of my recording from this morning ``` --- ## 5 tools available | Tool | Description | |---|---| | `plaud_list_recordings` | Lista gravações Plaud. Filtros opcionais: `query` (substring do nome, case-insensitive), `date_from`/`date_to` (YYYY-MM-DD, inclusivo). Com filtro, pagina até 5×100 e retorna todas. | | `plaud_get_recording` | Detalhes de uma gravação Plaud por ID. | | `plaud_get_notes` | Notas geradas por IA de uma gravação: resumo compacto, action items e tópicos-chave. | | `plaud_get_transcript` | Transcrição completa com timestamps e atribuição de falantes de uma gravação. | | `plaud_get_user` | Dados do usuário Plaud autenticado. | Details for each tool: [docs/ferramentas.md](docs/ferramentas.md) (PT-BR) --- ## Pricing Free. --- ## Privacy & data protection - **Read-only**, no tool changes data at the source. - **Sub-processors**: Plaud, the LLM host you choose (Claude, ChatGPT, Cursor, your own agent). Full list in [docs/privacidade-lgpd.md](docs/privacidade-lgpd.md). - Data returned by the tools is sent to **the LLM host you choose**, a sub-processor outside our control. We recommend plans with training opt-out. --- ## FAQ **How do I connect?** Click connect and authorize your Plaud account. There are no API keys to paste. It is read-only. **Does it change anything in Plaud?** No. Every tool is read-only: it lists recordings and reads transcripts, summaries and action items. **How much does it cost?** Free. **Is the server open source?** The server is proprietary (hosted). This repository is the public wrapper with manifests, docs and skills, all MIT. --- ## Support - 📧 [plaud@mcp.ai](mailto:plaud@mcp.ai) - 🐛 [GitHub Issues](https://github.com/mcp-dir/plaud-mcp/issues) - 📄 [docs/](docs/) --- ## License MIT — see [LICENSE](LICENSE). The MCP server at `api.mcp.ai/p_plaud` is proprietary (hosted); this repo (manifests, docs, skills) is MIT.