The Cursor Notebook MCP server allows AI agents to read, write, and manipulate Jupyter Notebook (.ipynb) files. It provides tools for parsing, modifying, and saving notebook content. The server connects to local or remote file systems where notebooks are stored. Developers use it to automate notebook workflows, extract insights, or generate notebooks programmatically.
The Cursor Notebook MCP server allows AI agents to read, write, and manipulate Jupyter Notebook (.ipynb) files. It provides tools for parsing, modifying, and saving notebook content. The server connects to local or remote file systems where notebooks are stored. Developers use it to automate notebook workflows, extract insights, or generate notebooks programmatically.
pip install cursor-notebook-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"jbeno-cursor-notebook-mcp-github": {
"command": "uvx",
"args": [
"pip install cursor-notebook-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from cursor notebook mcp?"
No configuration required. This server works out of the box.
"What resources are available in cursor notebook mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in cursor notebook mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in cursor notebook mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.