loading…
Search for a command to run...
loading…
MCP server for Sonsuchup web tool that allows AI assistants to manage mystery cases, including people, alibis, timelines, and records via natural language.
MCP server for Sonsuchup web tool that allows AI assistants to manage mystery cases, including people, alibis, timelines, and records via natural language.
손수첩(Sonsuchup) — 추리·사건 정리용 개인 웹 도구를 Claude Desktop, Cursor 등 MCP 클라이언트에 연결하는 stdio 서버. Sonsuchup MCP server — Stdio bridge that lets Claude Desktop, Cursor, and other MCP clients read and write your case-investigation data on https://sonsuchup.vercel.app.
손수첩은 추리소설·미스터리·실제 사건을 정리하기 위한 개인 웹 도구입니다. 사건 개요, 인물관계도, 알리바이, 타임라인, 기록을 한 곳에서 다룰 수 있습니다. 이 MCP 서버는 그 데이터를 AI 도구로도 다룰 수 있게 해 줍니다.
손수첩 웹 → 회원가입/로그인 → 우측 상단 ⚙ 설정 → MCP 연결 → 새 토큰 발급. 평문 토큰(sonsu_mcp_...)은 발급 직후 한 번만 표시되니 즉시 복사하세요.
Claude Desktop 메뉴 → Settings → Developer → Edit Config 클릭. 열린 claude_desktop_config.json에 아래를 추가:
{
"mcpServers": {
"sonsuchup": {
"command": "npx",
"args": ["-y", "sonsuchup-mcp"],
"env": {
"SONSUCHUP_TOKEN": "여기에-발급한-sonsu_mcp_xxx-붙여넣기"
}
}
}
}
저장 후 Claude Desktop 완전 종료(Cmd+Q) → 재실행.
새 채팅에서:
sonsuchup MCP로 내 사건 목록 보여줘
"월광 호텔 401호 살인 사건"의 알리바이 모순을 찾아줘
"테스트 사건"을 만들고 인물 두 명을 추가해줘
| 이름 | 용도 |
|---|---|
list_cases |
내 사건 목록 (메타 + 손수첩 웹 링크 동봉) |
get_case_detail |
사건 한 건의 전체 (인물·알리바이·관계·기록) |
create_case |
새 사건 생성 |
update_case_info |
사건 개요 부분 수정 |
add_person |
인물 추가 |
add_alibi |
인물에 알리바이 추가 |
add_record |
사건 기록 추가 |
add_edge |
인물 간 관계 추가 |
delete_case |
사건 삭제 (되돌릴 수 없음) |
모든 응답에 손수첩 웹의 직접 링크(url)가 포함됩니다 — Claude가 답변에 클릭 가능한 링크로 인용합니다.
| 이름 | 필수 | 설명 |
|---|---|---|
SONSUCHUP_TOKEN |
✅ | 손수첩 웹에서 발급한 MCP 토큰 |
SONSUCHUP_WEB_URL |
❌ | 응답 url의 베이스. 기본 https://sonsuchup.vercel.app |
SONSUCHUP_SUPABASE_URL |
❌ | 기본값 = 손수첩 운영 인스턴스 |
SONSUCHUP_SUPABASE_ANON_KEY |
❌ | 기본값 내장 (anon, 공개 정보) |
Server disconnected / Could not attach to MCP server
command가 npx가 아니라 node로 잘못 들어갔는데 args에 스크립트 경로가 빠진 경우 자주 발생. npx 사용을 권장.MCP 토큰이 유효하지 않거나 폐기되었습니다
SONSUCHUP_TOKEN을 교체. Claude Desktop 재시작.도구가 안 보임 / 채팅이 커넥터 검색만 시도함
running인지 확인.failed면 "로그 보기" 또는 tail ~/Library/Logs/Claude/mcp-server-sonsuchup.log로 원인 확인.nvm 등으로 node 경로가 비표준일 때
which node 결과를 command 값으로 사용.git clone https://github.com/dalboki/sonsuchup-mcp.git
cd sonsuchup-mcp
npm install
npm run build
SONSUCHUP_TOKEN=... node dist/index.js # stdio 대기 상태면 정상 (Ctrl+C 종료)
Claude Desktop에서 publish 전 버전 테스트하려면:
{
"mcpServers": {
"sonsuchup": {
"command": "node",
"args": ["/절대/경로/sonsuchup-mcp/dist/index.js"],
"env": { "SONSUCHUP_TOKEN": "..." }
}
}
}
Sonsuchup (손수첩, "hand notebook") is a personal web tool for organizing detective fiction, mysteries, and real-life cases — overview, people graph, alibis, timeline, and field notes in one place. This MCP server exposes that data to AI assistants.
On sonsuchup.vercel.app, sign up / log in → ⚙ Settings → MCP 연결 → 새 토큰 발급. The plaintext token (sonsu_mcp_...) is shown once — copy it immediately.
Claude Desktop → Settings → Developer → Edit Config → add:
{
"mcpServers": {
"sonsuchup": {
"command": "npx",
"args": ["-y", "sonsuchup-mcp"],
"env": {
"SONSUCHUP_TOKEN": "paste-your-sonsu_mcp_xxx-here"
}
}
}
}
Save and fully quit Claude Desktop (Cmd+Q), then reopen.
In a new chat:
Show my Sonsuchup cases via MCP
Find alibi contradictions in the "Moonlight Hotel Room 401" murder case
Create a test case and add two people to it
| Name | Purpose |
|---|---|
list_cases |
List my cases (meta + direct web links) |
get_case_detail |
Full case content (people, alibis, edges, records) |
create_case |
Create a new case |
update_case_info |
Patch a case's overview fields |
add_person |
Add a person |
add_alibi |
Add an alibi to a person |
add_record |
Add a case record |
add_edge |
Add a relationship between two people |
delete_case |
Delete a case (irreversible) |
Every response includes a url to the case page in the Sonsuchup web app so the model can cite a clickable link.
| Name | Required | Description |
|---|---|---|
SONSUCHUP_TOKEN |
✅ | MCP token issued from the Sonsuchup web app |
SONSUCHUP_WEB_URL |
❌ | Base URL used in response url fields. Default https://sonsuchup.vercel.app |
SONSUCHUP_SUPABASE_URL |
❌ | Defaults to the production Sonsuchup instance |
SONSUCHUP_SUPABASE_ANON_KEY |
❌ | Built-in default (anon, publishable) |
git clone https://github.com/dalboki/sonsuchup-mcp.git
cd sonsuchup-mcp
npm install
npm run build
SONSUCHUP_TOKEN=... node dist/index.js # Stdio waiting = healthy (Ctrl+C to exit)
To test a pre-publish build in Claude Desktop, point command to node and args to the absolute path of dist/index.js.
MIT © dalboki
Выполни в терминале:
claude mcp add sonsuchup-mcp -- npx