Web · Desktop · MCP · CLI · Skill · App — each channel has a different ceiling on what you can read, edit, and automate. Plaud shipped an official CLI in August 2026, so read-only automation no longer needs reverse engineering. This page is the decision SSOT for picking the right door. Web · Desktop · MCP · CLI · Skill · App — 각 채널마다 읽기·편집·자동화 가능 범위가 다릅니다. 2026년 8월 공식 CLI가 나오면서 읽기 전용 자동화는 더 이상 리버스 엔지니어링이 필요 없어졌습니다. 어떤 채널을 언제 써야 하는지 결정하는 SSOT.
Plaud opened its official MCP server in May 2026 and an official CLI in August. Around those sit an unofficial bash skill and a self-hosted Python·SwiftUI app that wrap the web API directly. Add the official Web and Desktop apps and you get six — four official, two of my own.
They are not interchangeable, and the line that matters is not official-vs-unofficial but read-vs-write. MCP, the CLI and the Skill cannot change a single thing on the server. Only Web, Desktop and the App write — and only the App auto-classifies with AI, searches inside every transcript, organizes by tags and pushes to Obsidian. Desktop alone can record a live meeting from system audio.
Plaud는 2026년 5월 공식 MCP 서버를, 8월엔 공식 CLI를 열었습니다. 그 옆에 web API를 직접 감싸는 비공식 bash 스킬과 자체 Python·SwiftUI 앱이 있고, 공식 Web·Desktop을 더하면 여섯 채널 — 공식 넷, 직접 만든 둘입니다.
이들은 서로 대체재가 아닙니다. 그리고 진짜 경계선은 공식이냐 아니냐가 아니라 읽기냐 쓰기냐입니다. MCP · CLI · 스킬은 서버의 어떤 것도 바꾸지 못합니다. 쓰는 건 Web · Desktop · 앱뿐이고, AI 자동 분류 · 전사본 전체 검색 · 태그 정리 · Obsidian 송출은 앱만 할 수 있습니다. 시스템 오디오로 회의를 실시간 녹음하는 건 Desktop만 가능합니다.
Each row shows where the channel lives, how it authenticates, and what its primary surface looks like. Tagged ✅ for official Plaud surfaces and ⚠️ for unofficial reverse-engineered ones. 각 행은 채널의 위치 · 인증 방식 · 주 표면을 보여줍니다. ✅는 공식 채널, ⚠️는 web API 리버스 기반의 비공식 채널.
Web✅ Officialweb.plaud.ai — full management surface (rename, folders, speaker labels, delete, share).web.plaud.ai — 풀 매니지 표면 (제목·폴더·스피커 라벨·삭제·공유).Desktop✅ OfficialMCP✅ Officialmcp__plaud__* via Claude Code / Cursor / Zed — OAuth, read-only, 7 tools. Quietly expanded in 2026-09: get_transcript gained a block parameter (polished transcript with real speaker names, outline, markMemo) with pagination, and get_note now returns every tab.mcp__plaud__* — OAuth, 읽기 전용, 7개 도구. 2026-09 조용히 확장: get_transcript에 block 파라미터(정제 전사 — 화자 실명 포함 · 아웃라인 · markMemo)와 페이지네이션이, get_note에 탭 전량 반환이 추가됐습니다.CLI✅ OfficialNEW · 2026-08@plaud-ai/cli (npm, v0.3.11) — 13 commands on the official developer API (platform.plaud.ai), OAuth, read-only. The only official way to script Plaud from a terminal, cron job, or headless server.@plaud-ai/cli (npm, v0.3.11) — 공식 개발자 API(platform.plaud.ai) 위의 13개 명령, OAuth, 읽기 전용. 터미널·크론·헤드리스 서버에서 Plaud를 스크립팅하는 유일한 공식 수단.Skill⚠️ Unofficial~/.claude/skills/plaud-cloud-tools/ — bash wrappers over the captured web cURL. Exposes markMemo · highlight that MCP can't.~/.claude/skills/plaud-cloud-tools/ — 캡쳐한 web cURL 기반 bash 래퍼. MCP가 못 보는 markMemo · highlight 노출.App⚠️ Unofficial~/DEV/plaud-note-manager/ — Python CLI + SwiftUI macOS app. The only write-capable channel: folder CRUD, title & server-transcript speaker rename, safe AI auto-classify (preview + undo), full-content search (FTS5, Korean substring), tag organization, multi-model AI summaries (Claude/Codex/Gemini/Grok via subscription), and Obsidian export. v0.8 (2026-09) made auto-foldering two-stage — deterministic rules first, an LLM arbitrating only low-confidence cases from a closed folder menu.~/DEV/plaud-note-manager/ — Python CLI + SwiftUI macOS 앱. 쓰기 권한을 가진 유일한 비공식 채널: 폴더 CRUD · 제목/서버 전사본 화자 변경 · 안전한 AI 자동 분류(미리보기·되돌리기) · 전체 내용 검색(FTS5, 한국어 부분 일치) · 태그 정리 · 멀티모델 AI 요약(Claude·Codex·Gemini·Grok 구독 활용) · Obsidian 송출. v0.8(2026-09)에서 자동 폴더링이 2단계로 — 규칙이 먼저 판단하고, 확신이 낮을 때만 LLM이 정해진 폴더 메뉴 안에서 중재합니다.Capture = create a new recording. Manage = read / edit / process existing recordings. Mixing these up is the #1 reason people pick the wrong channel. 캡쳐 = 신규 녹음 생성. 매니지 = 기존 녹음 읽기·편집·가공. 이 둘을 혼동하는 게 채널 선택 실수의 1번 원인입니다.
file_id is the permanent URL key.file_id가 영구 URL 키.List · transcript · AI summary are universal — the official CLI covers exactly this much. Depth differs above that line: MCP now reads polished transcripts, outline and markMemo through its block parameter, and every note tab. Folder tree stays visible to Web / Desktop / App only, and body-text search exists only in the App.
파일 리스트 · 트랜스크립트 · AI 요약은 보편 — 공식 CLI가 커버하는 범위가 딱 여기까지입니다. 그 위부터 깊이가 갈립니다: MCP는 block 파라미터로 정제 전사 · 아웃라인 · markMemo를, get_note로 모든 탭을 읽습니다. 폴더 트리는 Web · Desktop · App만, 본문 검색은 App만.
Web and Desktop have full edit (rename, folder CRUD, speaker labels, delete). App matches rename + folder, renames speakers in the server transcript, and is the only channel that adds AI auto-classification, full-content search, and tag organization. MCP, the official CLI and the Skill are all read-only — no channel outside Web / Desktop / App can change anything on the server.
Web · Desktop은 풀 편집 (제목 · 폴더 CRUD · 스피커 라벨 · 삭제). 앱은 제목 · 폴더에 더해 서버 전사본 화자 변경, 그리고 AI 자동 분류 · 전체 내용 검색 · 태그 정리는 유일. MCP · 공식 CLI · Skill은 모두 읽기 전용 — Web · Desktop · App 밖에서는 서버의 어떤 것도 바꿀 수 없습니다.
Pick by intent. The label inside each card is the recommended channel — sometimes one, sometimes a combination. "App only" means no other channel can do it. 의도로 고르세요. 카드 안의 라벨이 추천 채널 — 단일 또는 조합. "App only"는 다른 채널에선 불가능한 작업.
plaud summary <id> -o out.mdplaud classify --apply (14 카테고리 SSOT)plaud meeting-note · plaud obsidianplaud cmds-transcribe (ElevenLabs)plaud-export · 또는 Desktop → Zapierdownload-file.sh) 또는 App (plaud download)No single channel covers a serious workflow end-to-end. The fluent pattern is to chain them — each channel doing what it's best at. 한 채널로 풀스택 워크플로우가 돌아가지 않습니다. 잘 쓰는 사람은 체이닝합니다 — 각 채널이 가장 잘하는 일만 시키는 방식.
Two of the changes below arrived without an announcement — the tool count stayed the same while the tools themselves grew. If you built on this page earlier, these are the lines that moved. 아래 변화 중 둘은 공지 없이 왔습니다 — 도구 개수는 그대로인데 도구 내부가 넓어진 형태로. 이전 버전을 보고 설계하셨다면, 바뀐 건 이 줄들입니다.
CLI✅ 신규 공식 채널@plaud-ai/cli on an official developer API. Read-only automation — list, transcript, summary, audio URL, search — no longer requires reverse engineering. Every "5 channels" doc became wrong that day.@plaud-ai/cli를 출시. 읽기 전용 자동화(목록 · 전사 · 요약 · 오디오 URL · 검색)에 더는 리버스 엔지니어링이 필요 없어졌습니다. 이날부로 "5축" 문서는 전부 틀린 문서가 됐습니다.MCP확장get_transcript takes a block (transaction_polish · outline · mark_memo) plus cursor pagination, and the polished block carries real speaker names. get_note returns every tab, template tabs included. Verified by live calls, not by docs.get_transcript가 block(transaction_polish · outline · mark_memo)과 커서 페이지네이션을 받고, 정제 블록에는 화자 실명이 실려 옵니다. get_note는 템플릿 탭까지 전 탭을 반환합니다. 문서가 아니라 라이브 호출로 확인한 사실.Appv0.8The full matrix — every read/write capability per channel, endpoint mappings, auth notes — lives in the open-source repo below. This page is its readable summary. 채널별 읽기·쓰기 능력 전체 표, 엔드포인트 매핑, 인증 노트까지 담긴 상세 SSOT는 아래 오픈소스 저장소에 있습니다. 이 페이지는 그 요약본입니다.
A CMDSPACE field note on Plaud. CMDSPACE의 Plaud 사용 필드노트.