> ## 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="2026 年 5 月 12 日" description="v1.0.0">
  MCP 與 CLI — 正式上市

  Plaud MCP (`@plaud-ai/mcp`) 和 Plaud CLI (`@plaud-ai/cli`) 現已正式上市。使用者可以將他們的 Plaud 帳戶連接到任何與 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>
