Nasa
Freeby MCP Community
Model Context Protocol (MCP) server for NASA APIs
v1.0.13Added Apr 12, 2026
nasaapimcptypescript
Nasa MCP Server
Model Context Protocol (MCP) server for NASA APIs
Installation
npx -y @programcomputer/nasa-mcp-server
Reviews
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"]
}
}
}