Back to directory
datalayer/jupyter-earth-mcp-server

datalayer/jupyter-earth-mcp-server

@datalayer

Jupyter Earth MCP Server for geospatial analysis in Jupyter notebooks

jupyterearthgeospatialmcppythondata-analysisnasaearthdataautomation

Installation & Configuration

{
  "mcpServers": {
    "jupyter-earth": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "SERVER_URL",
        "-e",
        "TOKEN",
        "-e",
        "NOTEBOOK_PATH",
        "datalayer/jupyter-earth-mcp-server:latest"
      ],
      "env": {
        "SERVER_URL": "http://host.docker.internal:8888",
        "TOKEN": "MY_TOKEN",
        "NOTEBOOK_PATH": "notebook.ipynb"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13