connect_to_jupyter
Dynamically connect to any Jupyter server by providing its URL and token, enabling easy switching between instances.
Instructions
Connect to a Jupyter server dynamically with URL and token.
This tool allows you to connect to different Jupyter servers without needing to
restart the MCP server or modify configuration files. Particularly useful when:
- Working with multiple Jupyter servers with different ports/tokens
- Jupyter server token changes dynamically
- Need to switch between different Jupyter instances
Example usage:
- "Connect to http://localhost:8888 with token abc123"
- "Connect to http://localhost:8889 without authentication"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | No | Provider type | jupyter |
| jupyter_url | Yes | Jupyter server URL to connect to (e.g., 'http://localhost:8888') | |
| jupyter_token | No | Jupyter server authentication token |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Connection status message |