heasarc-mcp-server

tefimarcel/heasarc-mcp-server
★ 0 stars Python 🔍 Search Updated 1d ago
MCP server to search and download X-ray astronomy observations from NASA's HEASARC archive using natural language. Supports XMM-Newton, Chandra, NuSTAR and NICER.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install heasarc-mcp-server