Productivity|Development|Data|Communication|Finance|Security|AI / ML|Cloud|Database|DevOps|IoT|Media|E-Commerce|Analytics|Social|UtilitiesPython
cursor-notebook-mcp
Model Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files.
N/A rating (0 reviews)0 installs155 GitHub stars
MCPJupyterAI
This MCP server provides AI agents with a suite of tools for direct notebook cell manipulation, overcoming limitations in Cursor's Agent mode. It can also be configured for use with other models or agents that support MCP.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"cursor-notebook-mcp": {
"args": [
"cursor-notebook-mcp"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.