jupyter-mcp-server

🪐 ✨ Model Context Protocol (MCP) Server for Jupyter.

GitHub Stars

649

User Rating

Not Rated

Favorites

0

Views

39

Forks

110

Issues

12

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
JupyterLab: 4.4.1
jupyter-collaboration: 4.0.2
ipykernel: Latest version
datalayer_pycrdt: 0.12.17

Installation Steps

1. Set Up Your Environment

bash
pip install jupyterlab==4.4.1 jupyter-collaboration==4.0.2 ipykernel
pip uninstall -y pycrdt datalayer_pycrdt
pip install datalayer_pycrdt==0.12.17

2. Start JupyterLab

bash
jupyter lab --port 8888 --IdentityProvider.token MY_TOKEN --ip 0.0.0.0

Troubleshooting

Common Issues

Issue: JupyterLab won't start Solution: Ensure all required packages are installed correctly. Issue: MCP client cannot connect Solution: Verify that the port settings are correct.