mcpbeat Sign in

Nasa Images MCP Server

local only

Nasa Images runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 20 Mar 2026.

MCP server with UI for NASA images

Installs per day peak 15 · avg 6 · +18% w/w
a month agotoday
24
Installs / week
npm · @kaitoy/nasa-images-mcp-server
1
Stars
0 open issues
20 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Nasa Images every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add nasa-images -- npx -y @kaitoy/nasa-images-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nasa-images": {
      "args": [
        "-y",
        "@kaitoy/nasa-images-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nasa-images]
command = "npx"
args = ["-y", "@kaitoy/nasa-images-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "nasa-images": {
      "args": [
        "-y",
        "@kaitoy/nasa-images-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nasa-images": {
      "args": [
        "-y",
        "@kaitoy/nasa-images-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NASA_API_KEY (Your API key for the NASA Images API). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nasa Images

same job, measured the same way
ClaudeSmalltalk
by johnmci

MCP server for AI interaction with live Smalltalk images

72 installs/wk local only
Qnap
by marcelo-ochoa

MCP server for QNAP NAS API

32 installs/wk local only
MCP Memos
by jkawamoto

An MCP server for interacting with Memos.

local only
MCP Florence2
by jkawamoto

An MCP server for processing images using Florence-2

local only
MCP Flux Pro
by acedatacloud

MCP server for Flux AI image generation

815 installs/wk answering
MCP Turso Cloud
by spences10

MCP server for integrating Turso with LLMs

78 installs/wk local only
Matomo
by pipeworx-io

MCP server for matomo

40 tools answering
MCP Sanity Images
by pijusz

MCP server for uploading local images to Sanity CMS

53 installs/wk local only

Nasa Images — questions

Answers built from our own checks of this server.

Why is there no uptime for Nasa Images?
Nasa Images runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @kaitoy/nasa-images-mcp-server was installed 24 times last week.
How do I connect Nasa Images?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @kaitoy/nasa-images-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Nasa Images?
The npm package @kaitoy/nasa-images-mcp-server was installed 24 times in the last week. Week over week that is +18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nasa Images open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.