Skip to main content

Jupyter + MCP

Project description

JupyMCP

JupyMCP is a Model Context Protocol (MCP) for Jupyter Notebooks.

Usage

{
    "mcpServers": {
        "jupymcp": {
            "command": "uvx",
            "args": ["jupymcp",
                "--server-url", "http://localhost:8888",
                "--token", "<token>",
                "--path", "<path>"]
        }
    }
}
from mcp.client.stdio import StdioServerParameters
from swarmx import Swarm

swarm = Swarm(
    jupyter=StdioServerParameters(
        command="uvx",
        args=["jupymcp", "--server-url", "http://localhost:8890", "--token", "MY_TOKEN", "--path", "main.ipynb"],
    )
)

Alternatives

Why yet another one?

I personally want a full-featured Jupyter Notebook server that can be used as a MCP server. All of the above alternatives are either not meeting my requirements (e.g. lack of editing).

Why not a folk of one of the above?

I think it's better to start from scratch with LLM assistance. LLM-driven bootstrap is fun.

Roadmap

  • Multiple Kernel support
  • Multiple Notebook support
  • Notebook import/export

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupymcp-0.1.0.tar.gz (45.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jupymcp-0.1.0-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file jupymcp-0.1.0.tar.gz.

File metadata

  • Download URL: jupymcp-0.1.0.tar.gz
  • Upload date:
  • Size: 45.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.6

File hashes

Hashes for jupymcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5b38783e753adfb061a94607420a2ba8ae461862a56ac9cc99b4837bcd88e62d
MD5 b704824eac26d0ff0b2160dc6085e850
BLAKE2b-256 e5dd4a484493808d836da24550a8f2efa695a29765dd59b77ed8c7c433164b60

See more details on using hashes here.

File details

Details for the file jupymcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: jupymcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.6

File hashes

Hashes for jupymcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d43bfac0222a9aa88e30792273cc3d70f9fbab250ffc700160736721cc2e7055
MD5 c08ce00db7a64ece1586ebc25dede8df
BLAKE2b-256 ca382b8650ea85e1e0e9b32039931c24844ccc69d80a7dd4a046e1142f468ea8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page