Loading MCP server directory, please wait...
MCP server with UI for NASA images
npx @getmcp/cli add io.github.kaitoy/nasa-imagesRequires Node.js 18+. Community-contributed server. Review source before installing.
NASA_API_KEYYour API key for the NASA Images API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.kaitoy/nasa-images": {
"command": "npx",
"args": [
"-y",
"@kaitoy/nasa-images-mcp-server"
],
"env": {
"NASA_API_KEY": ""
}
}
}
}