olavocarvalho/vscode-runtime-notebook-mcp
Embedded MCP server for the VS Code Jupyter runtime: edit cells, run code, fetch outputs.
Platform-specific configuration:
{
"mcpServers": {
"vscode-runtime-notebook-mcp": {
"command": "npx",
"args": [
"-y",
"vscode-runtime-notebook-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...