Skip to content

Instantly share code, notes, and snippets.

@jtpio
Last active November 7, 2025 22:48
Show Gist options
  • Select an option

  • Save jtpio/dbd96b5488c7089a28d350f99381ff40 to your computer and use it in GitHub Desktop.

Select an option

Save jtpio/dbd96b5488c7089a28d350f99381ff40 to your computer and use it in GitHub Desktop.
JupyterLab with Claude Code or Copilot CLI

Jupyter Server MCP demo

1. Install dependencies

python -m pip install -r ./requirements.txt

2. Configuration

Claude

claude mcp add --transport http jupyter-mcp http://localhost:8080/mcp

Copilot

Start copilot in a terminal, then:

  • /mcp add
  • Fill in the details for the MCP server:
image
  • Then, asking to perform an action in JupyterLab should trigger the following tool call:
image
jupyter-server-mcp>=0.1.2
jupyterlab-commands-toolkit>=0.1.2
jupyterlab>=4.5.0rc0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment