mcpbeat Sign in

Jupyter MCP Server

by chengjiale150 Your server? Claim it
local only

Jupyter MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 353 installs a week from pypi. Last commit 1 Nov 2025.

A powerful MCP server for AI-driven Jupyter Notebook management and execution

Installs per day peak 211 · avg 55 · +126% w/w
a month agotoday
353
Installs / week
pypi · better-jupyter-mcp-server
9
Stars
0 open issues
1 Nov 2025
Last commit
0 releases in 90 days
MIT
License
Jupyter Notebook

Nothing serious here today

Today is the operative word: we check Jupyter MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add jupyter-mcp-server -- uvx better-jupyter-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jupyter-mcp-server": {
      "args": [
        "better-jupyter-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jupyter-mcp-server]
command = "uvx"
args = ["better-jupyter-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "jupyter-mcp-server": {
      "args": [
        "better-jupyter-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jupyter-mcp-server": {
      "args": [
        "better-jupyter-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Jupyter MCP Server

same job, measured the same way
Google Drive Files MCP
by zayansalman

Minimal MCP server for Google Drive file management and Google Sheets editing.

59 installs/wk local only
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
I
NetLicensing MCP Server
by labs64

Labs64 NetLicensing MCP server for AI-driven software license lifecycle management.

357 installs/wk local only
junai Pipeline MCP
by saajunaid

Agentic pipeline orchestration MCP server for AI-driven development workflows.

205 installs/wk local only
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only
Rivemcp
by paradoxsyn

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

615 installs/wk local only
D
Ceraph
by ceraph

MCP server for agent-driven React Native and Expo development and mobile testing

656 installs/wk local only
N8n MCP
by ratamaha-git

MCP server for n8n: generate, lint, explain failed executions, drive live n8n via REST.

120 installs/wk local only

Jupyter MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Jupyter MCP Server?
Jupyter MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package better-jupyter-mcp-server was installed 353 times last week.
How do I connect Jupyter MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls better-jupyter-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Jupyter MCP Server?
The pypi package better-jupyter-mcp-server was installed 353 times in the last week. Week over week that is +126%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Jupyter MCP Server open source?
Yes — it is published under the MIT licence, written in Jupyter Notebook and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.