KJH-Sun/jupyter-kernel-mcp
Stateful Jupyter notebook execution MCP server for AI agents
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
KJH-Sun/jupyter-kernel-mcp is a Python MCP server. Stateful Jupyter notebook execution MCP server for AI agents
Ranked #94 out of 110 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
27 weekly installs → early adoption
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Notebook Agent — Stateful Notebook Execution System
A local notebook execution system that lets AI agents run Jupyter notebook cells with persistent kernel state, output persistence, and structured JSON control surface.
## Quick Start
### Install
```bash
# GitHub에서 직접 설치
pip install git+https://github.com/KJH-Sun/jupyter-kernel-mcp.git
# 또는 로컬 클론 후 설치
git clone https://github.com/KJH-Sun/jupyter-kernel-mcp.git
cd notebook-agent
pip install -e ".[dev]"
```
### Update
```bash
pip install --no-cache-dir --force-reinstall git+https://github.com/KJH-Sun/jupyter-kernel-mcp.git
```
> 버전 번호가 동일하면 pip이 캐시를 재사용하므로 `--no-cache-dir --force-reinstall` 플래그가 필요합니다.
> 설치 후 Claude Code에서 MCP 서버를 재시작해야 변경사항이 반영됩니다.
### Claude Code MCP 서버로 사용
설치 후 프로젝트의 `.mcp.json`에 추가:
```json
{
"mcpServers": {
"notebook-runtime": {
"command": "notebook-agent-mcp",
"args": []
}
}
}
```
Claude Code를 (재)시작하면 다음 도구들이 자동으로 사용 가능해집니다:
- `open_notebook` — 노트북 열기 + 커널 시작
- `list_cells` — 셀 Read full README on GitHub → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.