jupyter-book-writer
Click on "Install 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: Notemd 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/diligejy/jupyter-book-writer-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server