Search NASA's image library and display results in an interactive user interface via an MCP server.
This Model Context Protocol (MCP) server enables users to explore NASA's extensive image collection. It leverages the NASA Images API to perform keyword-based searches and presents the findings within an interactive user interface, allowing for seamless navigation through discovered images. The server offers flexible integration with MCP clients through both stdio and Streamable HTTP transport options, making it versatile for desktop applications like Claude Desktop or custom web-based solutions. Furthermore, it incorporates stateful session management to enhance the user experience by maintaining search context.
主要功能
01Interactive UI (using MCP Apps Pattern)
021 GitHub stars
03Image Navigation (sequential display)
04Dual Transport Support (stdio and Streamable HTTP)
05Image Search (using NASA's Images API)
06Session Management (stateful)
使用案例
01Developing custom applications that require programmatic access and an interactive viewer for NASA's image library.
02Integrating NASA image search functionality into MCP clients like Claude Desktop.
03Providing an interactive platform for exploring educational or scientific images from NASA's archives.