Odel
nasa images mcp server

nasa images mcp server

Local
@kaitoy1TypeScriptMITUpdated 5mo ago

MCP server with UI for NASA images

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kaitoy/nasa-images-mcp-serverv1.1.3

Run

npx -y @kaitoy/nasa-images-mcp-server

MCP client config

{
  "mcpServers": {
    "nasa-images-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@kaitoy/nasa-images-mcp-server"
      ]
    }
  }
}