# 내 메모가 갇혀 있습니다. 꺼내 봅시다.

Exporter는 Apple 메모, 메시지, 연락처, 스크린 타임, Bear, Logseq를 Mac에서 바로 읽어 일반 Markdown으로 돌려줍니다. 어떤 앱에서든 열고 어떤 에이전트든 읽을 수 있는, 내가 간직하는 파일입니다.

[Mac용 다운로드](https://apps.apple.com/us/app/exporter-notes-to-markdown/id6741618455?mt=12) · 메모 100개 무료 · $4.99 1회 구매 · macOS 15+ (US price, set per country)

## Exporter가 읽는 앱.

Exporter는 각 앱이 Mac에 데이터를 두는 곳에서 그 데이터를 읽고, 앱을 계속 쓰는 동안 파일을 갱신합니다.

### 앱

- [Apple Notes](https://exporter.dev/ko/notes.md): Notes with their folders, tags and attachments, drawings included. (free for your first 100 notes)
- [Messages](https://exporter.dev/ko/messages.md): One file per conversation, with a heading per day, reactions and photos. (free for your 10 most recent conversations)
- [Contacts](https://exporter.dev/ko/contacts.md): One file per card, with every field in the front matter. (free for your first 100 contacts)
- [Screen Time](https://exporter.dev/ko/screen-time.md): One file per day, kept after macOS deletes it about four weeks later. (free for your 10 most recent days)
- [Bear](https://exporter.dev/ko/bear.md): Tagged notes, one folder per tag, read from Bear's database. (free, no limit)
- [Logseq](https://exporter.dev/ko/logseq.md): Pages and journals, namespaces as folders. (free, no limit)
- [Documents](https://exporter.dev/ko/documents.md): Word, PowerPoint, Excel, PDF and more, from a folder you pick. (free for your 10 most recently modified documents)

## 직접, 또는 에이전트와 함께 시작하세요.

앱과 폴더 하나만 있으면 됩니다. 에이전트에게는 명령줄과 MCP 서버도 필요합니다.

### 내가 직접

1. Exporter 받기: Mac App Store에서 받습니다. macOS 15 이상, 계정 불필요.
2. 열고 폴더 고르기: 원하는 앱을 연결합니다. 앱마다 해당 앱의 폴더에서 패널이 열리면 “이 폴더 선택”을 누릅니다. 그다음 내보내기 폴더를 고릅니다.
3. 무료로 내보내기: 앱마다 무료 한도가 있습니다: 메모 100개, 연락처 100개, 최근 대화 10개, 스크린 타임 10일, 문서 10개. Bear와 Logseq는 제한이 없습니다. 내보낸 것은 계속 무료로 동기화됩니다.
4. 앱을 한 번 잠금 해제: 한 앱의 모든 것을 내보내려면 Exporter 안에서 일회성 구매로 잠금 해제합니다.
5. 사용하기: 앱을 쓰는 동안 파일이 갱신됩니다. Obsidian이나 어떤 편집기로든 여세요.

[시작하기](https://exporter.dev/docs/getting-started) · [다운로드](https://exporter.dev/download) · [가격](https://exporter.dev/pricing)

### 에이전트용 · 터미널

1. 스킬 설치: 스킬 다섯 개가 에이전트에게 Exporter로 내보내고, 백업하고, 검색하는 방법을 가르칩니다.

   ```sh
   npx skills add https://exporter.dev
   ```

2. 명령줄 설치: 앱은 샌드박스 안에 있으므로, 명령줄 카드의 “설치 명령 복사”로 복사한 한 줄을 터미널에 한 번 붙여넣습니다. 그러면 에이전트가 무엇이 연결되어 있는지 확인할 수 있습니다.

   ```sh
   exporter status --json
   ```

3. Claude 연결: Claude Code에서는 아래 명령을 실행합니다. Cursor와 VS Code는 앱의 MCP 서버 카드에 있는 버튼으로 연결하고, “claude desktop” 버튼은 Claude 설정에 넣을 항목을 복사합니다.

   ```sh
   claude mcp add --transport http exporter http://localhost:8744/mcp
   ```

4. 물어보기: “주방 리모델링에 관한 내 메모를 찾아서 어떻게 결론 났는지 요약해 줘.”

[에이전트용](https://exporter.dev/agents) · [명령줄](https://exporter.dev/docs/cli) · [MCP 서버](https://exporter.dev/docs/mcp)

## Claude가 내보낸 파일을 검색합니다.

Exporter는 로컬 MCP 서버를 실행하므로, Claude가 Mac에서 내보낸 메모, 메시지, 연락처를 검색할 수 있습니다. [설정하기](https://exporter.dev/agents).

```sh
claude mcp add --transport http exporter http://localhost:8744/mcp
```

---

human version: https://exporter.dev/ko
every page: https://exporter.dev/llms.txt
