Plaud Access Layers · Updated 2026-09-03 Plaud 접근 6채널 · 2026-09-03 업데이트

One Plaud account.
Six channels to use it.
하나의 Plaud 계정,
여섯 가지 채널로 다루는 법.

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.

6
channels
채널
2
roles
역할
4
official
공식 채널
3
can write
쓰기 가능
The Idea
핵심 아이디어

Plaud Note is just the device — the cloud is the platform. And every channel into that cloud has its own ceiling. Plaud Note는 디바이스일 뿐 — 플랫폼은 클라우드입니다. 그 클라우드로 들어가는 모든 채널은 각자의 천장을 가집니다.

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만 가능합니다.

The 6 Channels 6채널

Six doors into the same cloud. 같은 클라우드로 들어가는 여섯 개의 문.

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 리버스 기반의 비공식 채널.

1
Web✅ Official
web.plaud.ai — full management surface (rename, folders, speaker labels, delete, share).
web.plaud.ai — 풀 매니지 표면 (제목·폴더·스피커 라벨·삭제·공유).
Manage
2
Desktop✅ Official
Native Mac / Windows app — auto-detects Zoom · Meet · Teams, records system audio, takes screenshots, runs AutoFlow.
Mac / Windows 네이티브 앱 — Zoom · Meet · Teams 자동 감지, 시스템 오디오 녹음, 스크린샷, AutoFlow.
Capture + Manage
3
MCP✅ Official
mcp__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.
Claude Code · Cursor · Zed 등에서 호출하는 mcp__plaud__* — OAuth, 읽기 전용, 7개 도구. 2026-09 조용히 확장: get_transcript에 block 파라미터(정제 전사 — 화자 실명 포함 · 아웃라인 · markMemo)와 페이지네이션이, get_note에 탭 전량 반환이 추가됐습니다.
Manage (LLM)
4
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를 스크립팅하는 유일한 공식 수단.
Manage (shell)
5
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 노출.
Manage (CLI)
6
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이 정해진 폴더 메뉴 안에서 중재합니다.
Manage + Power
Two roles, one cloud 두 역할, 하나의 클라우드

Every channel does Manage. Only two do Capture. 모든 채널이 매니지를 합니다. 캡쳐는 단 두 채널만.

Capture = create a new recording. Manage = read / edit / process existing recordings. Mixing these up is the #1 reason people pick the wrong channel. 캡쳐 = 신규 녹음 생성. 매니지 = 기존 녹음 읽기·편집·가공. 이 둘을 혼동하는 게 채널 선택 실수의 1번 원인입니다.

HW
Plaud Note
Capture · device
Hardware recorder for in-person meetings, lectures, offline talks.
대면 회의 · 강의 · 오프라인 토크용 하드웨어 녹음기.
D
Desktop
Capture + Manage
Software recorder for online meetings (Zoom · Meet · Teams) — no bot, no joining.
온라인 회의용 소프트웨어 녹음기 (Zoom · Meet · Teams) — 봇 미참여, 시스템 오디오.
☁︎
Plaud Cloud
Shared backend
Every channel reads from / writes to the same cloud. file_id is the permanent URL key.
모든 채널이 같은 클라우드를 읽고 씁니다. file_id가 영구 URL 키.
M
Web · MCP · CLI · Skill · App
Manage only
Browse, read, summarize, classify, export. Five of the six channels can never create a recording.
브라우징 · 읽기 · 요약 · 분류 · 송출. 6채널 중 5개는 신규 녹음을 만들 수 없습니다.
Read vs Write — at a glance 읽기 vs 쓰기 — 한눈에

Who can do what. 누가 무엇을 할 수 있는가.

Read — everyone reads, but unevenly
읽기 — 모두가 읽지만 깊이가 다름

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

  • ✅ All 6 — transcripts, summaries6채널 모두 — 트랜스크립트 · 요약
  • ✅ MCP — polished transcript with real speaker names, all note tabsMCP — 화자 실명 정제 전사 · 노트 전 탭
  • ⚠️ Skill / App / MCP — markMemo & highlight (MCP: only if the button was pressed)Skill · App · MCP — markMemo · highlight (MCP는 버튼을 누른 녹음만)
  • ⚠️ Web / Desktop / App — folder tree · App only — body-text searchWeb · Desktop · App — 폴더 트리 · App만 — 본문 검색
  • ⚠️ Desktop / Web — Ask Plaud (cited Q&A)Desktop · Web — Ask Plaud (인용 Q&A)
Write — only 3 of 6 can write
쓰기 — 6채널 중 3개만 가능

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 밖에서는 서버의 어떤 것도 바꿀 수 없습니다.

  • ✅ Web · Desktop — full editWeb · Desktop — 풀 편집
  • ✅ App — rename · folder CRUD · move · speaker renameApp — 제목 변경 · 폴더 CRUD · 이동 · 화자 변경
  • ⭐ App only — safe AI auto-classify (preview + undo) · full-content search · tagsApp만 — 안전한 AI 자동 분류(미리보기·되돌리기) · 전체 내용 검색 · 태그
  • ❌ MCP · CLI · Skill — no write at allMCP · CLI · Skill — 쓰기 0건
Decision Guide 의사결정 가이드

Which channel for which task? 어떤 작업에 어떤 채널?

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"는 다른 채널에선 불가능한 작업.

Capture
Online meeting
Desktop (Zoom · Meet · Teams 자동 감지 + 시스템 오디오)
Capture
In-person talk
Plaud Note HW (디바이스 휴대)
Browse
"최근 녹음 / 요약"
MCP (Claude 대화 중 자연어 호출)
Script
크론 · 배치로 파일 뽑기
CLI (공식) — plaud summary <id> -o out.md
Script
헤드리스 서버 · 공식 경로만
CLI (리버스 엔지니어링 없이 OAuth로)
Browse
GUI 빠른 탐색
Desktop 또는 Web (Ask Plaud 인용 Q&A 포함)
Edit
제목 / 폴더 변경
Web · Desktop · App (셋 다 가능)
Edit
스피커 라벨
Web 또는 Desktop (Plaud 서버 반영)
⭐ App only
AI 자동 분류
plaud classify --apply (14 카테고리 SSOT)
⭐ App only
Obsidian 회의록
plaud meeting-note · plaud obsidian
⭐ App only
자체 STT 재전사
plaud cmds-transcribe (ElevenLabs)
Export
노션 / Slack / 이메일
MCP → plaud-export · 또는 Desktop → Zapier
Export
27+ 형식
Desktop (공식 export)
Bulk
오디오 일괄 백업
Skill (download-file.sh) 또는 App (plaud download)
Real-world combos 실전 조합 패턴

A full meeting workflow stitches several. 제대로 된 회의 워크플로우는 여러 채널을 엮습니다.

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. 한 채널로 풀스택 워크플로우가 돌아가지 않습니다. 잘 쓰는 사람은 체이닝합니다 — 각 채널이 가장 잘하는 일만 시키는 방식.

# 1) Desktop — Zoom 회의 자동 감지 + 슬라이드 스크린샷 # (사용자 액션 없음, Plaud Cloud로 자동 sync) # 2) App — 로컬 sync + AI 자동 분류 $ cd ~/DEV/plaud-note-manager $ uv run plaud sync $ uv run plaud classify --apply # 14 카테고리 SSOT로 자동 폴더 배치 # 3) App — Obsidian 회의록 송출 $ uv run plaud meeting-note 07a961a46137012b9e1928bb9c088f6c # 4) MCP — Claude 대화 중 follow-up 이메일 초안 "이 회의로 follow-up 이메일 만들어줘" # → plaud-followup 자동 라우팅 # 5) CLI(공식) — 크론으로 매일 요약본만 따로 아카이브 $ plaud today --json | jq -r '.[].id' \ | xargs -I{} plaud summary {} -o ~/archive/{}.md # ↑ 전역 `plaud` = 공식 CLI · `uv run plaud` = 이 앱 (이름이 겹칩니다) # 6) Web — 외부 메모/노션에 박을 영구 URL $ uv run plaud web 07a961a4... --copy https://web.plaud.ai/file/07a961a46137012b9e1928bb9c088f6c
What changed · Aug–Sep 2026 무엇이 바뀌었나 · 2026년 8–9월

This page said five for three months. 이 페이지는 석 달 동안 다섯이라고 적혀 있었습니다.

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. 아래 변화 중 둘은 공지 없이 왔습니다 — 도구 개수는 그대로인데 도구 내부가 넓어진 형태로. 이전 버전을 보고 설계하셨다면, 바뀐 건 이 줄들입니다.

08-24
CLI✅ 신규 공식 채널
Plaud shipped @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가 공식 개발자 API 위에서 @plaud-ai/cli를 출시. 읽기 전용 자동화(목록 · 전사 · 요약 · 오디오 URL · 검색)에 더는 리버스 엔지니어링이 필요 없어졌습니다. 이날부로 "5축" 문서는 전부 틀린 문서가 됐습니다.
신규
09-02
MCP확장
Still 7 tools, but two of them grew. 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.
도구는 여전히 7개지만 그중 둘이 넓어졌습니다. get_transcript가 block(transaction_polish · outline · mark_memo)과 커서 페이지네이션을 받고, 정제 블록에는 화자 실명이 실려 옵니다. get_note는 템플릿 탭까지 전 탭을 반환합니다. 문서가 아니라 라이브 호출로 확인한 사실.
확장
09-03
Appv0.8
Auto-foldering became two-stage: deterministic rules decide first, and an LLM arbitrates only the low-confidence cases — choosing from a closed folder menu so it can never invent a destination. Placement still requires an explicit apply step.
자동 폴더링이 2단계가 됐습니다. 규칙이 먼저 판단하고, 확신이 낮은 건에 대해서만 LLM이 정해진 폴더 메뉴 안에서 중재합니다 — 없는 폴더를 지어낼 수 없는 구조. 실제 배치는 여전히 명시적 적용 단계를 거칩니다.
v0.8
# 공식 CLI와 이 앱의 실행 명령이 둘 다 `plaud` 입니다. # transcript · summary · search 는 이름이 같고 동작이 다릅니다. $ plaud summary <id> # → 전역 npm, 공식 CLI (읽기 전용) $ uv run plaud summary <id> # → 이 저장소의 앱 (쓰기·분류·볼트 송출) # 앱 명령에는 항상 `uv run` 을 붙이세요.

Pick the right door.
Chain when you must.
알맞은 문을 고르세요.
필요하면 엮으세요.

The 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는 아래 오픈소스 저장소에 있습니다. 이 페이지는 그 요약본입니다.

CMDSPACE CMDSPACE

A CMDSPACE field note on Plaud. CMDSPACE의 Plaud 사용 필드노트.