Metadata-Version: 2.4
Name: nbclassic-mcp-bridge
Version: 1.0
Summary: nbclassic frontend extension + relay server extension bridging the classic Notebook to an MCP server
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: jupyter-server>=2
Provides-Extra: test
Requires-Dist: nbclassic; extra == 'test'
Requires-Dist: playwright; 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

The Jupyter-side half of [nbclassic-mcp-bridge](https://github.com/jessegrabowski/nbclassic-mcp-bridge):
an `nbclassic` frontend extension plus a relay server extension that give an MCP server a live handle on a
notebook open in the classic Notebook UI.

```bash
pip install nbclassic-mcp-bridge      # in the Jupyter environment
```

Installing registers both the relay and the frontend extension automatically — nothing else to enable.
Pair it with the [`nbclassic-mcp-bridge-mcp`](https://pypi.org/project/nbclassic-mcp-bridge-mcp/) package
in your MCP client's environment. See the repository README for setup and usage.
