A
Antigravity Jupiter Notebook MCP
by @Ian747-tw
A Jupyter notebook MCP server for [Antigravity](https://antigravity.codes) — lets AI agents read, edit, and execute `.ipynb` notebooks directly inside your workspace.
Created 2/21/2026
Updated 4 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx antigravity-jupiter-notebook-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"ian747-tw-antigravity-jupiter-notebook-mcp": {
"command": "uvx",
"args": [
"antigravity-jupiter-notebook-mcp"
]
}
}
}