Skip to main content
Glama
package.json1.17 kB
{ "name": "mcp-jupyter", "version": "1.0.1", "description": "MCP server for Jupyter notebook manipulation with position-based operations and VS Code integration", "type": "module", "main": "src/index.js", "bin": { "mcp-jupyter": "src/index.js" }, "scripts": { "start": "node src/index.js", "dev": "node --inspect src/index.js", "test": "node test/test.js", "lint": "eslint src/" }, "keywords": [ "mcp", "jupyter", "notebook", "vscode", "ai", "claude" ], "author": "azharlabs", "license": "MIT", "dependencies": { "@jupyterlab/coreutils": "^6.2.0", "@jupyterlab/services": "^7.2.0", "@modelcontextprotocol/sdk": "^1.24.3", "chokidar": "^4.0.1", "fs-extra": "^11.2.0", "ws": "^8.18.0" }, "devDependencies": { "eslint": "^9.0.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/azharlabs/jupyter-notebook-mcp-server.git" }, "bugs": { "url": "https://github.com/azharlabs/jupyter-notebook-mcp-server/issues" }, "homepage": "https://github.com/azharlabs/jupyter-notebook-mcp-server#readme" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/azharlabs/mcp-jupyter-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server