earthdata-mcp

nasa/earthdata-mcp
★ 24 stars Python AI/LLM Updated 3d ago ✓ Clean
An MCP (Model Context Protocol) server providing LLM agents with direct access to NASA's Common Metadata Repository (CMR).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "earthdata-mcp": {
      "command": "uvx",
      "args": [
        "earthdata-mcp"
      ]
    }
  }
}

Or install with pip: pip install earthdata-mcp

README Excerpt

An MCP (Model Context Protocol) server providing LLM agents with direct access to NASA's Common Metadata Repository (CMR). This integration enables users to agentically discover, verify, and access Earth science datasets through natural language interfaces. To start querying Earthdata immediately, see **[Connecting to the Server](#for-consumers-connecting-to-the-server)**.