Metadata-Version: 2.4
Name: nbclassic-mcp-bridge-mcp
Version: 1.0.1
Summary: MCP server that drives a classic Notebook through the nbclassic-mcp-bridge relay
Project-URL: Homepage, https://github.com/jessegrabowski/nbclassic-mcp-bridge
Project-URL: Repository, https://github.com/jessegrabowski/nbclassic-mcp-bridge
Project-URL: Issues, https://github.com/jessegrabowski/nbclassic-mcp-bridge/issues
Author-email: Jesse Grabowski <jessegrabowski@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: agent,ai,assistant,jupyter,llm,mcp,model-context-protocol,nbclassic,notebook
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Requires-Dist: httpx>=0.27
Requires-Dist: mcp>=1.0
Requires-Dist: websockets>=12
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-randomly; extra == 'test'
Description-Content-Type: text/markdown

# nbclassic-mcp-bridge-mcp

The MCP-server half of [nbclassic-mcp-bridge](https://github.com/jessegrabowski/nbclassic-mcp-bridge):
lets an AI assistant read, edit, and run cells in a notebook you have open in the classic Jupyter
Notebook (`nbclassic`) UI, and follow your edits as you make them.

```bash
pip install nbclassic-mcp-bridge-mcp  # in the MCP client's environment
```

Register with your MCP client as the `nbclassic-mcp-bridge` command, passing `JUPYTER_URL` and
`JUPYTER_TOKEN`. Requires the [`nbclassic-mcp-bridge`](https://pypi.org/project/nbclassic-mcp-bridge/)
package installed in the Jupyter environment. See the repository README for setup and usage.
