Jupyter MCP Server
Rank #17,255io.github.ChengJiale150/jupyter-mcp-server
MCP server providing jupyter-server capabilities
Jupyter MCP Server is a Model Context Protocol (MCP) server published by ChengJiale150. It ranks #17,255 of 115,460 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Jupyter MCP Server is listed across 3 registries — Official MCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Sep 17, 2025 and most recently updated on Sep 17, 2025.
Ranks ahead of 98,205 of 115,460 servers on MCP Toplist.
Use Jupyter MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add jupyter-mcp-server -- uvx better-jupyter-mcp-server[mcp_servers.jupyter-mcp-server]
command = "uvx"
args = ["better-jupyter-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"jupyter-mcp-server": {
"command": "uvx",
"args": [
"better-jupyter-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"jupyter-mcp-server": {
"command": "uvx",
"args": [
"better-jupyter-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"jupyter-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"better-jupyter-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"jupyter-mcp-server": {
"command": "uvx",
"args": [
"better-jupyter-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"jupyter-mcp-server": {
"command": "uvx",
"args": [
"better-jupyter-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ChengJiale150%2Fjupyter-mcp-server)<a href="https://mcptoplist.com/server/io.github.ChengJiale150%2Fjupyter-mcp-server"><img src="https://mcptoplist.com/badge/io.github.ChengJiale150%2Fjupyter-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
ChengJiale150
Other servers by ChengJiale150
View all ChengJiale150 servers →Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Sep 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Jupyter MCP Server?
- Jupyter MCP Server is maintained by ChengJiale150, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Jupyter MCP Server listed on the Official MCP Registry?
- Yes — Jupyter MCP Server is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does Jupyter MCP Server have?
- MCP Toplist tracks 2 versions of Jupyter MCP Server, most recently published on Sep 17, 2025.
- Where can I find the source code for Jupyter MCP Server?
- The source code for Jupyter MCP Server is hosted at github.com/ChengJiale150/jupyter-mcp-server.