Manual setup required. The maintainer's config contains paths only you know — edit the placeholders below before adding it to Claude Code.
1
Prepare the server locally
Run this once before adding it to Claude Code.
git clone https://github.com/YOUR_USERNAME/plaud-mcp.git
cd plaud-mcp
pip install -r requirements.txt2
Register it in Claude Code
claude mcp add -e "PLAUD_TOKEN=${PLAUD_TOKEN}" plaud-mcp -- python /path/to/plaud-mcp/server.pyReplace any placeholder paths in the command with the real path on your machine.
Required:
PLAUD_TOKENEnvironment Variables
Set these before running Plaud MCP Server.
VariableDescriptionRequired
PLAUD_TOKENSession token obtained from web.plaud.ai network headersYesAvailable Tools (5)
Once configured, Plaud MCP Server gives your AI agent access to:
plaud_verify_tokenCheck if your auth token is validplaud_list_recordingsList recordings with paginationplaud_get_transcriptGet full transcript and AI summary for a recordingplaud_search_recordingsSearch recordings by title keywordplaud_get_recentGet recent recordings with full transcriptsTry It Out
After setup, try these prompts with your AI agent:
→List my recent Plaud recordings.
→What did I discuss in my last meeting?
→Search for recordings with the title 'Project Alpha'.
→Get the transcript and summary for my most recent meeting.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Python 3.8+ with pip installed
PLAUD_TOKEN— Session token obtained from web.plaud.ai network headers
Alternative installation methods
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.jsonKeep this setup from going cold
Save the docs, env vars, and workflow around Plaud MCP Server in Conare so Claude Code, Codex, and Cursor remember it next time.