Google PageRank for AI agents. 25,000+ tools indexed.

KJH-Sun/jupyter-kernel-mcp

Score: 47.3 Rank #94 MCP Server

Stateful Jupyter notebook execution MCP server for AI agents

Use KJH-Sun/jupyter-kernel-mcp in Claude Code Install AgentRank MCP — your AI finds the right tool automatically
Get API Access →
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

Python No license 27 pypi/wk

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 1d ago

Last commit 1d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads 13% 27/wk

27 weekly installs → early adoption

Forks 0
Description Good
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for KJH-Sun/jupyter-kernel-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/KJH-Sun--jupyter-kernel-mcp)](https://agentrank-ai.com/tool/KJH-Sun--jupyter-kernel-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/KJH-Sun--jupyter-kernel-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/KJH-Sun--jupyter-kernel-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="KJH-Sun/jupyter-kernel-mcp"></script>

Matched Queries

"mcp server""mcp-server"

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 →
Are you the maintainer of KJH-Sun/jupyter-kernel-mcp?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.