NASA-MCP-server

ProgramComputer/NASA-MCP-server
★ 83 stars TypeScript 🤖 AI/LLM Updated 26d ago
A Model Context Protocol (MCP) server for NASA APIs, providing a standardized interface for AI models to interact with NASA's vast array of data sources.
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": {
    "nasa-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ProgramComputer/NASA-MCP-server"
      ]
    }
  }
}