
NASA MCP By UnClick
Give your agent NASA space and astronomy APIs during build so science demos, dashboards, or education products pull real missions and imagery without custom NASA client code.
Overview
NASA MCP by UnClick is an MCP server for the Build phase that exposes NASA space and astronomy tools to your coding agent over stdio.
What is this MCP server?
- NASA-focused tools for space, astronomy, and related public datasets via MCP
- Published as @unclick/nasa-mcp with stdio transport and npx runtime hint
- Version 0.1.0 aligned to MCP server schema 2025-12-11
- Part of UnClick’s standalone MCP monorepo on GitHub
- Designed for agent-driven research and feature prototyping during development
- Server version 0.1.0 in published server.json
- npm identifier @unclick/nasa-mcp with registryType npm
- Repository subfolder packages/standalone/nasa-mcp in malamutemayhem/unclick
Community signal: 4 GitHub stars.
What problem does it solve?
Solo builders waste sprint time wiring NASA HTTP APIs and parsing responses by hand when an agent could fetch space data inline.
Who is it for?
Developers building space education sites, science side projects, or agent-assisted research apps that need NASA APIs in the loop.
Skip if: Production observatory pipelines requiring bespoke HPC, non-NASA domains, or teams that forbid third-party MCP packages.
What do I get? / Deliverables
Once registered, your agent can invoke NASA-oriented MCP tools during implementation so features use live public space and astronomy data.
- Configured NASA MCP stdio server in your agent environment
- Agent-accessible NASA space and astronomy operations
- Faster iteration on science or education features backed by NASA data
Recommended MCP Servers
Journey fit
NASA-facing features are implemented when you integrate external APIs into the product, which maps to the build phase for solo shippers. UnClick’s NASA MCP is a packaged remote-data integration for agents—exactly the integrations subphase shelf.
How it compares
MCP integration for NASA public tooling, not a replacement for domain-specific astrophysics compute stacks.
Common Questions / FAQ
Who is NASA MCP By UnClick for?
Indie builders and small teams using AI agents who want NASA space and astronomy capabilities without maintaining their own API glue code.
When should I use NASA MCP By UnClick?
Use it while building features that display mission data, astronomy facts, or NASA media and you want the agent to query APIs during coding sessions.
How do I add NASA MCP By UnClick to my agent?
Run @unclick/nasa-mcp via npx with stdio transport, add the server block to your MCP client configuration, and supply any NASA API keys your chosen tools require.