# Plaud [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/mcp-dir/plaud-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/plaud

## Description
Your Plaud recordings in natural language: list recordings, read speaker-attributed transcripts and

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "plaud": {
    "url": "https://claude.ai/new?modal=add-custom-connector#settings/customize-connectors"
  }
}
```

## Documentation & 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](https://github.com/mcp-dir/plaud-mcp/blob/HEAD/README.pt.md) · [Full docs (PT-BR)](https://github.com/mcp-dir/plaud-mcp/blob/HEAD/docs/) · [Agent skill](https://github.com/mcp-dir/plaud-mcp/blob/HEAD/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](https://github.com/mcp-dir/plaud-mcp/blob/HEAD/cursor://anysphere.cursor-deeplink/mcp/install?name=plaud&config=eyJ1cmwiOiJodHRwczovL2FwaS5tY3AuYWkvcF9wbGF1ZCJ9)

### VS Code (Copilot Chat)

[➕ Install Plaud in VS Code](https://github.com/mcp-dir/plaud-mcp/blob/HEAD/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](https://github.com/mcp-dir/plaud-mcp/blob/HEAD/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](https://github.com/mcp-dir/plaud-mcp/blob/HEAD/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](https://github.com/mcp-dir/plaud-mcp/blob/HEAD/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/](https://github.com/mcp-dir/plaud-mcp/blob/HEAD/docs/)

---

## License

MIT — see [LICENSE](https://github.com/mcp-dir/plaud-mcp/blob/HEAD/LICENSE). The MCP server at `api.mcp.ai/p_plaud` is proprietary (hosted); this repo (manifests, docs, skills) is MIT.

