Plaud Notes MCP Server
by jameshenning
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLAUD_TOKEN | Yes | Your Plaud bearer token. Required. Obtain from web.plaud.ai Local Storage. | |
| PLAUD_REGION | No | Region: 'us' or 'eu'. | us |
| PLAUD_MCP_HOST | No | Bind address for HTTP transport. Set to '0.0.0.0' for Docker/cloud. | 127.0.0.1 |
| PLAUD_MCP_PORT | No | Listen port for HTTP transport. | 8000 |
| PLAUD_TRANSPORT | No | Transport mode: 'stdio' for local, 'http' for remote deployment. | stdio |
| PLAUD_API_DOMAIN | No | Override the Plaud API URL directly. | |
| PLAUD_MCP_API_KEY | No | API key for HTTP authentication (Bearer token). Recommended for remote deployment. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jameshenning/PlaudNotes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server