Skip to content

Nasa

Free

by MCP Community

Model Context Protocol (MCP) server for NASA APIs

v1.0.13Added Apr 12, 2026
nasaapimcptypescript
Works with:ClaudeGPTGeminiCopilot

Nasa MCP Server

Model Context Protocol (MCP) server for NASA APIs

Installation

npx -y @programcomputer/nasa-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @programcomputer/nasa-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "nasa": {
      "command": "npx",
      "args": ["-y", "@programcomputer/nasa-mcp-server"]
    }
  }
}