/ Annuaire / Playground / NASA MCP Server
● Communauté ProgramComputer ⚡ Instantané

NASA MCP Server

par ProgramComputer · ProgramComputer/NASA-MCP-server

NASA APIs MCP — APOD, NeoWs, DONKI, Earth imagery, EPIC, and more.

NASA APIs MCP — APOD, NeoWs, DONKI, Earth imagery, EPIC, and more.

Démo en direct

Aperçu en pratique

nasa-mcp-server-programcomputer.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "nasa-mcp-server-programcomputer": {
      "command": "npx",
      "args": [
        "-y",
        "nasa-mcp-server-programcomputer"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "nasa-mcp-server-programcomputer": {
      "command": "npx",
      "args": [
        "-y",
        "nasa-mcp-server-programcomputer"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "nasa-mcp-server-programcomputer": {
      "command": "npx",
      "args": [
        "-y",
        "nasa-mcp-server-programcomputer"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nasa-mcp-server-programcomputer": {
      "command": "npx",
      "args": [
        "-y",
        "nasa-mcp-server-programcomputer"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "nasa-mcp-server-programcomputer",
      "command": "npx",
      "args": [
        "-y",
        "nasa-mcp-server-programcomputer"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "nasa-mcp-server-programcomputer": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "nasa-mcp-server-programcomputer"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add nasa-mcp-server-programcomputer -- npx -y nasa-mcp-server-programcomputer

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : NASA MCP Server

Get started with NASA MCP Server

Quand l'utiliser : When you want to bring NASA MCP Server into your Claude workflow.

Déroulement
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use NASA MCP Server to help me with a task.✓ Copié

Résultat : Claude can interact with NASA MCP Server directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills