Model Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
{
"mcpServers": {
"cursor-notebook": {
"command": "uvx",
"args": [
"cursor-notebook-mcp"
]
}
}
}