atainter/nasa-mcp-server
If you are the rightful owner of nasa-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a simple MCP server implemented in Typescript that fetches the NASA image of the day.
The NASA MCP server is a lightweight and efficient server application written in Typescript. It is designed to fetch and serve the NASA image of the day using the Model Context Protocol (MCP). The server leverages the capabilities of MCP to handle requests and deliver the image data efficiently. By utilizing Typescript, the server benefits from static typing, which enhances code quality and maintainability. The server is easy to set up and run, requiring minimal configuration. It is ideal for developers and enthusiasts who want to integrate NASA's daily imagery into their applications or websites. The server can be run locally or deployed on a cloud platform, making it versatile for various use cases. With its simple setup process and clear code structure, the NASA MCP server serves as an excellent example of how to implement MCP in a real-world application.
Features
- Fetches NASA's image of the day
- Implemented in Typescript for better code quality
- Utilizes Model Context Protocol for efficient data handling
- Easy setup and deployment
- Versatile for local or cloud use
Usages
usage with local development
{ "mcpServers": { "nasa-image": { "command": "npm", "args": ["start"] } } }
usage with vscode
{ "mcp": { "servers": { "nasa-image": { "command": "npm", "args": ["start"] } } } }