Complete MCP server for Jupyter notebook manipulation with position-based operations and VS Code integration
Complete MCP server for Jupyter notebook manipulation with position-based operations and VS Code integration. Exposed over MCP by the mcp jupyter complete mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Everything the assistant can do here goes through one of these:
Function — Parameterslist_cells — notebook_pathget_cell_source — notebook_path, cell_indexedit_cell_source — notebook_path, cell_index, new_sourceinsert_cell — notebook_path, position, cell_type?, source?delete_cell — notebook_path, cell_indexmove_cell — notebook_path, from_index, to_indexconvert_cell_type — notebook_path, cell_index, new_typebulk_edit_cells — notebook_path, operations[]trigger_vscode_reload — notebook_pathTesting — The Testing tool exposed by this serverLinting — The Linting tool exposed by this serverPlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Jupyter Complete's toolset — Function, list_cells, get_cell_source and 9 more — is a fair guide to whether it matches your workflow. It is maintained by tofunori; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Function | Parameters |
| list_cells | notebook_path |
| get_cell_source | notebook_path, cell_index |
| edit_cell_source | notebook_path, cell_index, new_source |
| insert_cell | notebook_path, position, cell_type?, source? |
| delete_cell | notebook_path, cell_index |
| move_cell | notebook_path, from_index, to_index |
| convert_cell_type | notebook_path, cell_index, new_type |
| bulk_edit_cells | notebook_path, operations[] |
| trigger_vscode_reload | notebook_path |
| Testing | The Testing tool exposed by this server. |
| Linting | The Linting tool exposed by this server. |
Or if installed globally via npm:
```json
{
"mcpServers": {
"jupyter-complete": {
"command": "mcp-jupyter-complete"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.