> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plaud.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

<Update label="May 12, 2026" description="v1.0.0">
  MCP & CLI — General Availability

  Plaud MCP (`@plaud-ai/mcp`) and Plaud CLI (`@plaud-ai/cli`) are now generally available. Individuals can connect their Plaud account to any MCP-compatible AI client or access recordings directly from the terminal.

  **MCP** — works with Claude, Codex, Cursor, ChatGPT, VS Code, Windsurf, Zed, and other MCP-compatible clients:

  ```bash theme={"system"}
  npx -y @plaud-ai/mcp@latest install
  ```

  **CLI** — terminal access to recordings, transcripts, and AI summaries:

  ```bash theme={"system"}
  npm install -g @plaud-ai/cli
  ```
</Update>
