connect_to_jupyter
Connect to a Jupyter server dynamically using its URL and optional token, enabling switching between different instances without server restart.
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 |