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

# Plaud更新履歴

<Update label="2026年5月12日" description="v1.0.0">
  MCP & CLI : 一般提供開始

  Plaud MCP (`@plaud-ai/mcp`) および Plaud CLI (`@plaud-ai/cli`) の一般提供を開始しました。これにより、ユーザーは任意のMCP対応AIクライアントと連携し、ターミナルから録音データに直接アクセスできるようになります。

  **MCP**： Claude、Codex、Cursor、ChatGPT、VS Code、Windsurf、Zed など、各種 MCP 対応クライアントで利用可能。

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

  **CLI**： ターミナルから録音、文字起こし、AI要約のデータへアクセス可能。

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