loading…
Search for a command to run...
loading…
Enables AI assistants to access Plaud Note recordings, providing direct access to speaker-diarized transcripts and AI-generated meeting summaries. Users can sea
Enables AI assistants to access Plaud Note recordings, providing direct access to speaker-diarized transcripts and AI-generated meeting summaries. Users can search, list, and retrieve recording details directly within MCP-compatible clients like Claude and Cursor.
Connect your Plaud Note recordings directly to Claude, Cursor, or any MCP-compatible AI client. Search, retrieve, and work with your meeting transcripts and AI summaries hands-free.
This MCP server gives your AI assistant direct access to your Plaud recordings:
git clone https://github.com/YOUR_USERNAME/plaud-mcp.git
cd plaud-mcp
pip install -r requirements.txt
Plaud doesn't offer public API keys, so you'll grab your session token from the web app:
Cmd+Option+J (Mac) or Ctrl+Shift+J (Windows)api.plaud.aiAuthorization: Bearer eyJ...Bearer — that's your tokencp .env.example .env
Open .env and paste your token:
PLAUD_TOKEN=eyJhbGciOiJSUzI1NiIs...your_full_token_here
claude mcp add plaud -- python /path/to/plaud-mcp/server.py
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"plaud": {
"command": "python",
"args": ["/path/to/plaud-mcp/server.py"],
"env": {
"PLAUD_TOKEN": "your_token_here"
}
}
}
}
Follow the same pattern — point to server.py as the command with your token as an env var.
Ask your AI: "List my recent Plaud recordings" or "What did I discuss in my last meeting?"
Plaud tokens expire periodically. When you get auth errors, just repeat step 2 to grab a fresh token and update your .env file.
| Tool | Description |
|---|---|
plaud_verify_token |
Check if your auth token is valid |
plaud_list_recordings |
List recordings with pagination |
plaud_get_transcript |
Get full transcript + AI summary for a recording |
plaud_search_recordings |
Search recordings by title keyword |
plaud_get_recent |
Get recent recordings with full transcripts |
MIT — use it however you want.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"plaud-mcp-server": {
"command": "npx",
"args": []
}
}
}