14 lines
399 B
JSON
14 lines
399 B
JSON
{
|
|
"mcpServers": {
|
|
"jupyter": {
|
|
"description": "Model Context Protocol server for Jupyter notebooks. Execute code, manage notebooks, and interact with Jupyter kernels directly from Claude.",
|
|
"command": "uvx",
|
|
"args": ["jupyter-mcp-server@latest"],
|
|
"env": {
|
|
"JUPYTER_URL": "<your-jupyter-url>",
|
|
"JUPYTER_TOKEN": "<your-jupyter-token>"
|
|
}
|
|
}
|
|
}
|
|
}
|