servers icon indicating copy to clipboard operation
servers copied to clipboard

add jupyter-mcp-server

Open eleonorecharles opened this issue 7 months ago • 0 comments

Description

Adds the Jupyter MCP Server, which allows real-time cell execution and interaction in JupyterLab.

Server Details

  • Server: https://github.com/datalayer/jupyter-mcp-server

Motivation and Context

New MCP server listed in the README.

How Has This Been Tested?

Yes.

Breaking Changes

No.

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [X] Documentation update

Checklist

  • [X] I have read the MCP Protocol Documentation
  • [X] My changes follows MCP security best practices
  • [X] I have updated the server's README accordingly
  • [X] I have tested this with an LLM client
  • [X] My code follows the repository's style guidelines
  • [X] New and existing tests pass locally
  • [X] I have added appropriate error handling
  • [X] I have documented all environment variables and configuration options

eleonorecharles avatar May 23 '25 09:05 eleonorecharles