jupyter-book-writer
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jupyter-book-writerAdd a markdown cell to chapter2.ipynb with bold examples."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
jupyter-book-writer MCP
Claude Code용 MCP 서버 — 책을 읽고 Jupyter Book 노트북으로 정리하는 Study Note 작업의 반복 워크플로우를 자동화합니다.
왜 만들었나
Jupyter Book은 배포(git push)해야 렌더링을 볼 수 있습니다. 그 전에 발생하는 3가지 렌더링 실패가 반복되었습니다:
실패 패턴 | 원인 | 자동 수정 |
| CommonMark right-flanking delimiter rule — |
|
수식이 빨간 코드 블록으로 렌더링 |
|
|
마크다운 미렌더링 |
| per-line list 포맷 강제 |
Related MCP server: Jupyter Notebook MCP Server
도구
툴 | 역할 |
| 셀 추가 — 위 3가지 수정 자동 적용 |
| 배포 전 검증 — 렌더링 이슈 사전 감지 |
|
|
| git add/commit/push + CI 결과 대기 |
설치
pip install mcp pyyaml
claude mcp add jupyter-book-writer --scope user -- python /path/to/server.py개발 (TDD)
테스트를 먼저 작성하고, 서버가 통과할 때까지 구현합니다.
pip install -e ".[dev]"
pytest tests/ -v새 기능 추가 순서:
tests/에 실패하는 테스트 작성server.py수정해서 통과validate_notebook에 해당 체크 추가 (재발 방지)
This server cannot be deployed
Maintenance
Related MCP Connectors
Publish, update, list, and delete Markdown pages on Booklet directly from your AI assistant.
- mcpOAuthcom.mdtidy
Clean, repair, and convert AI-generated Markdown to HTML/PDF/DOCX/PNG; save and share documents.
Create, validate, edit, export (markdown/svg/png/mermaid), and search JSON Canvas files.
Manage repositories, users, releases, and automate GitHub workflows
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables inspection and editing of Jupyter notebook files (.ipynb) through tools for reading, adding, updating, deleting, moving, and converting cells while preserving metadata.132 npmMIT
- FlicenseAqualityCmaintenanceProvides tools for interacting with Jupyter notebooks, allowing users to read, add, and execute notebook cells. It supports full notebook execution and metadata retrieval through the FastMCP framework.52-
- AlicenseNot gradedqualityBmaintenanceEnables local-first book writing with AI assistance, allowing users to scaffold, create, search, validate, and enrich a book repository through natural language using OpenCode or Claude.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to read, write, and manage markdown books with multi-format support and interactive features.MIT