notebook
notebook copied to clipboard
Add MCP for jupyter-notebook, so LLM code tools can control notebook
Problem
(I'm new here, so if i made some mistakes, just tell me.)
- Currently LLM tools like claude code etc. can help development on project level, but it cant better communicate with notebook, so currently i cant find any notebook extention or MCP that developed for notebook that these tools can help development on notebooks.
Proposed Solution
- I think there are 2 opssible solutions: 1) develop an extention for jupyterlab, which LLM tools can connect to and control notebook by this extention; 2) develop MCP for notebook, which LLM tools can connect to and control notebook more directly.
Additional context
- Currently I notice a similar project that want to do the similar things: https://github.com/jbeno/cursor-notebook-mcp
Hi @mzl9039, thank you for opening this issue! There is a related discussion in JupyterLab, https://github.com/jupyterlab/jupyterlab/issues/17812, which you might be interested in.
Hi @mzl9039, thank you for opening this issue! There is a related discussion in JupyterLab, jupyterlab/jupyterlab#17812, which you might be interested in.
thx!!!!