MCP server that brings NASA's data to AI assistants - Astronomy Picture of the Day, current date, and more via the Model Context Protocol
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nasa-mcp-server": {
"command": "npx",
"args": [
"-y",
"Gianneves/nasa-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add nasa-mcp-server npx -y Gianneves/nasa-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"nasa-mcp-server": {
"command": "npx",
"args": [
"-y",
"Gianneves/nasa-mcp-server"
]
}
}
}