/ Verzeichnis / Playground / Media-AI Master List
● Community jayeshmepani ⚡ Sofort

Media-AI Master List

von jayeshmepani · jayeshmepani/Media-AI

Ultimate AI media generation tools master list — image, video, audio, 3D across 200+ services.

Ultimate AI media generation tools master list — image, video, audio, 3D across 200+ services.

Live-Demo

In der Praxis

media-ai-master-list.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "media-ai-master-list": {
      "command": "npx",
      "args": [
        "-y",
        "media-ai-master-list"
      ]
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "media-ai-master-list": {
      "command": "npx",
      "args": [
        "-y",
        "media-ai-master-list"
      ]
    }
  }
}

Cursor nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "media-ai-master-list": {
      "command": "npx",
      "args": [
        "-y",
        "media-ai-master-list"
      ]
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "media-ai-master-list": {
      "command": "npx",
      "args": [
        "-y",
        "media-ai-master-list"
      ]
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "media-ai-master-list",
      "command": "npx",
      "args": [
        "-y",
        "media-ai-master-list"
      ]
    }
  ]
}

Continue nutzt ein Array von Serverobjekten statt einer Map.

~/.config/zed/settings.json
{
  "context_servers": {
    "media-ai-master-list": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "media-ai-master-list"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

claude mcp add media-ai-master-list -- npx -y media-ai-master-list

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: Media-AI Master List

Get started with Media-AI Master List

Wann einsetzen: When you want to bring Media-AI Master List into your Claude workflow.

Ablauf
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Media-AI Master List to help me with a task.✓ Kopiert

Ergebnis: Claude can interact with Media-AI Master List directly from your IDE.

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen