Jupyter Notebook
Enables AI agents within Cursor to interact with and manipulate Jupyter Notebook files.
소개
This Model Context Protocol (MCP) server bridges the gap between Cursor's AI agents and Jupyter Notebooks, allowing direct manipulation of notebook cells. Overcoming limitations in Cursor's native notebook editing capabilities, it empowers AI agents to create, edit, and export notebooks seamlessly. Supporting various operations from cell manipulation to metadata editing, it ensures notebook integrity while facilitating AI-driven notebook workflows.
주요 기능
- Allows AI agents to create, edit, and manipulate Jupyter Notebooks
- Restricts operations to user-defined directories for security
- Uses nbformat library for safe notebook structure manipulation
- 1 GitHub stars
- Exports notebooks to formats like Python scripts and HTML
- Maintains notebook integrity through a clean API
사용 사례
- Exporting notebooks to different formats via AI requests
- Editing and modifying notebook cells using AI commands
- Automating notebook creation from AI chat instructions