Price Per TokenPrice Per Token

Jupyter MCP Server

by datalayer

0

About

Jupyter MCP Server enables AI assistants to connect to and interact with Jupyter Notebooks in real-time through the Model Context Protocol. Key capabilities include: - Real-time notebook monitoring and instant visibility into cell changes - Smart code execution with automatic error handling and feedback-based adjustments - Context-aware interactions that understand the full notebook state - Multimodal output support including text, images, and plots - Multi-notebook management with seamless switching between different notebooks - JupyterLab integration with automatic notebook opening and enhanced UI features - Compatible with any MCP client (Claude Desktop, Cursor, Windsurf) and any Jupyter deployment including local installations, JupyterHub, and Google Colab

README

[](https://datalayer.io)

[](https://github.com/sponsors/datalayer)

🪐🔧 Jupyter MCP Server

An MCP server developed for AI to connect and manage Jupyter Notebooks in real-time

*Developed by Datalayer*

[](https://pypi.org/project/jupyter-mcp-server) [](https://pepy.tech/project/jupyter-mcp-server) [](https://hub.docker.com/r/datalayer/jupyter-mcp-server) [](https://opensource.org/licenses/BSD-3-Clause)

> [!NOTE] > We Need Your Feedback! > > We're actively developing support for JupyterHub and Google Colab deployments. If you're using or planning to use Jupyter MCP Server with these platforms, we'd love to hear from you! > > - 🏢 JupyterHub users: Share your deployment setup and requirements > - 🌐 Google Colab users: Help us understand your use cases and workflows > > Join the conversation in our Community page - your feedback will help us prioritize features and ensure these integrations work seamlessly for your needs.

📖 Table of Contents

  • Key Features
  • MCP Overview
  • Getting Started
  • Best Practices
  • Contributing
  • Resources
  • 🚀 Key Features

  • Real-time control: Instantly view notebook changes as they happen.
  • 🔁 Smart execution: Automatically adjusts when a cell run fails thanks to cell output feedback.
  • 🧠 Context-aware: Understands the entire notebook context for more relevant interactions.
  • 📊 Multimodal support: Support different output types, including images, plots, and text.
  • 📚 Multi-notebook support: Seamlessly switch between multiple notebooks.
  • 🎨 JupyterLab integration: Enhanced UI integration like automatic notebook opening.
  • 🤝 MCP-compatible: Works with any MCP client, such as Claude Desktop, Cursor, Windsurf, and more.
  • Compatible with any Jupyter deployment (local, JupyterHub, ...) and with Datalayer hosted Notebooks.

    🔧 MCP Overview

    🔧 Tools Overview

    The server provides a rich set of tools for interacting with Jupyter notebooks, categorized as follows. For more details on each tool, their parameters, and return values, please refer to the official Tools documentation.

    #### Server Management Tools

    | Name | Description | | :--------------- | :----------------------------------------------------------------------------------------- | | list_files | List files and directories in the Jupyter server's file system. | | list_kernels | List all available and running kernel sessions on the Jupyter server. | | connect_to_jupyter | Connect to a Jupyter server dynamically without restarting the MCP server. *Not available when running as Jupyter extension. Useful for switching servers dynamically or avoiding hardcoded configuration.* Read more |

    #### Multi-Notebook Management Tools

    | Name | Description | | :----------------- | :--------------------------------------------------------------------------------------- | | use_notebook | Connect to a notebook file, create a new one, or switch between notebooks. | | list_notebooks | List all notebooks available on the Jupyter server and their status | | restart_notebook | Restart the kernel for a specific managed notebook. | | unuse_notebook | Disconnect from a specific notebook and release its resources. | | read_notebook | Read notebook cells source content with brief or detailed format optio

    Related MCP Servers

    AI Research Assistant

    AI Research Assistant

    hamid-vakilzadeh

    AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar

    Web & Search
    12 8
    Linkup

    Linkup

    LinkupPlatform

    Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages

    Web & Search
    2 24
    Math-MCP

    Math-MCP

    EthanHenrickson

    Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support

    Developer Tools
    22 81