NASA-MCP
NASA-MCP. Integration über MCP mit NASA-APIs
NASA ist die nationale Luft- und Raumfahrtbehörde der Vereinigten Staaten.
Mit NASA-MCP können Sie astronomische Daten, Weltraumwetterinformationen, Bilder der Erde und mehr von den APIs der NASA direkt von Claude AI und anderen MCP-kompatiblen Clients abrufen, indem Sie das Model Context Protocol (MCP) verwenden.
NASA-MCP ist ein MCP-Server, der Tools bereitstellt, mit denen LLMs Daten von verschiedenen NASA-APIs abfragen können, darunter APOD (Astronomy Picture of the Day), Asteroids NeoWs, DONKI (Space Weather Database), Erdbilder, EPIC (Earth Polychromatic Imaging Camera) und Exoplanetendaten.
Es umfasst die sichere Handhabung von API-Schlüsseln und ein ordnungsgemäßes Fehlermanagement für alle API-Anfragen.
Hauptmerkmale
Zugriff auf das Astronomy Picture of the Day (APOD) mit Erklärungen und Bildern
Abfrage von Daten zu erdnahen Objekten und Asteroideninformationen
Rufen Sie Weltraumwetterdaten von DONKI ab, darunter Sonneneruptionen, geomagnetische Stürme und mehr
Erhalten Sie Erdbilder vom Satelliten Landsat 8 für bestimmte Koordinaten
Greifen Sie auf EPIC -Kamerabilder zu, die die gesamte Erdscheibe zeigen
Abfrage der Exoplanet Archive -Datenbank nach Informationen über Planeten außerhalb unseres Sonnensystems
Related MCP server: nasa-exoplanet-mcp
Installation
Voraussetzungen
Python 3.10 oder höher
UV -Paketmanager
UV installieren
Der erste Schritt besteht darin, uv zu installieren, einen Paketmanager für Python.
Es kann über die Befehlszeile installiert werden .
Unter macOS und Linux:
curl -LsSf https://astral.sh/uv/install.sh | shUnter Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Sie können es auch mit pip installieren:
pip install uvWeitere Informationen zur Installation von UV finden Sie in der UV-Dokumentation .
Integration mit Clients wie Claude für Desktop
Sobald uv installiert ist, können Sie den MCP-Server von jedem kompatiblen Client wie z. B. Claude für Desktop verwenden. In diesem Fall sind die folgenden Schritte erforderlich:
Gehen Sie zu Claude > Einstellungen > Entwickler > Konfiguration bearbeiten >
claude_desktop_config.jsonFügen Sie den folgenden Block innerhalb von
"mcpServers"hinzu:
"nasa-mcp": {
"command": "uvx",
"args": [
"nasa_mcp"
],
"env": {
"NASA_API_KEY": "YOUR_NASA_API_KEY"
}
}Holen Sie sich einen kostenlosen API-Schlüssel von der NASA unter: https://api.nasa.gov/
Ersetzen Sie
YOUR_NASA_API_KEYdurch Ihren tatsächlichen API-Schlüssel (ohne Anführungszeichen). Sie können für begrenzte Tests auch "DEMO_KEY" verwenden.Wenn Sie bereits einen anderen MCP-Server konfiguriert haben, trennen Sie jeden durch ein Komma
,.
Um es in einen anderen MCP-kompatiblen Client wie Cursor, CODEGPT oder Roo Code zu integrieren, gehen Sie einfach zur MCP-Serverkonfiguration Ihres Clients und fügen Sie denselben Codeblock hinzu.
Anwendungsbeispiele
Nach der ordnungsgemäßen Konfiguration können Sie Fragen stellen wie:
- "Show me today's astronomy picture of the day"
- "Find asteroids that will pass near Earth in the next week"
- "Get information about solar flares from January 2023"
- "Show me Earth imagery for coordinates 29.78, -95.33"
- "Find exoplanets in the habitable zone"Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceA Model Context Protocol server that provides a standardized interface for AI models to interact with NASA's vast array of data sources including APOD, Mars Rover photos, satellite imagery, and space weather data.239892ISC
- AlicenseAqualityCmaintenanceAn MCP server that gives AI assistants direct access to NASA's Exoplanet Archive — the authoritative database of every confirmed exoplanet, candidate planet, and host star.6MIT
- AlicenseAqualityCmaintenanceMCP server providing AI agents with access to NASA and space/astronomy data including APOD, Mars rover photos, near-Earth asteroids, exoplanets, Earth imagery, natural events, and space weather.11MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that wraps three NASA public APIs (Astronomy Picture of the Day, Mars rover photos, and near-Earth objects) as tools for AI assistants.
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnCode666/nasa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server