vscode-notebook-mcp

caryan/vscode-notebook-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
MCP server for VSCode notebook
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vscode-notebook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "caryan/vscode-notebook-mcp"
      ]
    }
  }
}

README Excerpt

A VS Code extension that exposes the Jupyter notebooks in your VSCode editor to MCP-compatible AI agents (e.g. Claude Code). The agent reads, edits, and runs cells against the same kernel VS Code is using. > Status: pre-alpha, single-developer project. Built fresh; not a fork. | Tool | Description | |---|---|

Tools (12)

notebook_clear_all_outputsnotebook_clear_cell_outputnotebook_delete_cellnotebook_edit_cellnotebook_get_cell_contentnotebook_get_cell_outputnotebook_get_kernel_infonotebook_insert_cellnotebook_list_cellsnotebook_list_opennotebook_run_cellnotebook_select_kernel