

Plaud
Connector
Available ActionsEach successful request consumes credits as outlined below.
list_files5crget_file5crget_note5crget_transcript5crget_current_user5cr
Details
Bring your Plaud recordings into every tool you already use. Plaud captures your meetings, calls, and voice memos as recordings, AI summaries, and full transcripts — and this makes all of it available to your AI assistant so nothing stays trapped in the app. Search recordings by name or date, pull speaker-attributed transcripts and AI notes, and build automations and workflows around what was said: follow-up emails, CRM notes, tasks, project updates, and shared documents. Connect Plaud once and every conversation you capture can flow automatically into the tools your team already runs on.
Use Cases
Turn meeting recordings into CRM notes and follow-up tasks, Draft follow-up emails from a call transcript, Summarize interviews and save notes to a shared doc, Extract action items from voice memos into a task manager, Search past recordings by topic, name, or date, Pull speaker-attributed transcripts for analysis or quotes, Review a recording's AI summary before a follow-up, Sync Plaud meeting notes into project and CRM tools
Dynamic MCP Setup
Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.
30 Second Setup
STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.
npm install -g @agentpmt/mcp-routeragentpmt-setupHosted Streamable HTTPS
MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.
https://api.agentpmt.com/mcpConfig Example
Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}Need client videos, organization controls, audit details, and the full feature overview?
More About Dynamic MCPFrequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 6a441cb4bd8063b88c9f375a ("Plaud"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.
Can I find a specific recording?
Yes. You can search recordings by name or filter by a date range, then pull that recording's AI summary or full speaker-attributed transcript.
Can it connect Plaud recordings to my other tools?
Yes — that's the point. Transcripts, notes, and action items from Plaud can flow into the CRMs, task managers, email, docs, and calendars you already use, so conversations become action automatically.
Do I need to share my Plaud password?
No. You connect your Plaud account once through a secure account connection. Your assistant works through that connection and never sees or stores your Plaud password.
What can I do after I connect Plaud?
Once your Plaud account is linked, your AI assistant can search your recordings, pull AI summaries and full transcripts, and turn them into follow-up emails, CRM notes, tasks, and shared documents — without you re-typing anything.
What does the assistant pull from a recording?
It can retrieve recording details, AI-generated notes (summary, action items, and key topics), and the full timestamped transcript with speaker labels.

