MCP.so
Sign In
Servers

NASA MCP Server

@ProgramComputer

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.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "NASA-MCP-server": {
      "command": "npx",
      "args": [
        "-y",
        "@programcomputer/nasa-mcp-server@latest",
        "--nasa-api-key=YOUR_API_KEY"
      ]
    }
  }
}

More from Other