> ## 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.

# Wijzigingslogboek

<Update label="12 mei 2026" description="v1.0.0">
  MCP & CLI — Algemene beschikbaarheid

  Plaud MCP (`@plaud-ai/mcp`) en Plaud CLI (`@plaud-ai/cli`) zijn nu algemeen beschikbaar. Particulieren kunnen hun Plaud-account koppelen aan elke MCP-compatibele AI-client of hun opnames rechtstreeks vanuit de terminal openen.

  **MCP** — werkt met Claude, Codex, Cursor, ChatGPT, VS Code, Windsurf, Zed en andere MCP-compatibele clients:

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

  **CLI** — toegang via de terminal tot opnames, transcripties en AI-samenvattingen:

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