Jupyter Terminal MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JUPYTER_URL | No | URL of the JupyterLab server (e.g., https://myjupyterserver.example.com/user/my-user/lab) | |
| CHROMEDRIVER | No | Path to chromedriver executable (optional if on PATH) | |
| JUPYTER_TOKEN | No | Jupyter API token (required for non-browser mode) | |
| JUPYTER_USERNAME | No | Jupyter username (optional, derived from URL if omitted) | |
| JUPYTER_VERIFY_TLS | No | Whether to verify TLS certificates (default: true) | true |
| JUPYTER_CHROME_BINARY | No | Path to Google Chrome binary (optional) | |
| JUPYTER_CONNECT_TIMEOUT | No | Connection timeout in seconds (default: 10) | 10 |
| JUPYTER_MCP_SOCKET_HOST | No | Host for the socket-client to connect (default: 127.0.0.1) | 127.0.0.1 |
| JUPYTER_MCP_SOCKET_PORT | No | Port for the socket-client to connect (default: 8765) | 8765 |
| JUPYTER_BROWSER_KEEP_OPEN | No | Whether to keep Chrome open when daemon exits (default: false) | false |
| JUPYTER_WEBSOCKET_RETRIES | No | Number of websocket retries (default: 3) | 3 |
| JUPYTER_CHROME_USER_DATA_DIR | No | Path to Chrome user data directory (optional) | |
| JUPYTER_WEBSOCKET_RETRY_DELAY | No | Delay between websocket retries in seconds (default: 1) | 1 |
| JUPYTER_CHROME_PROFILE_DIRECTORY | No | Chrome profile directory inside user data dir (default: Default) | Default |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/TheManchineel/jupyter-terminal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server