---
title: &quot;RunAPI MCP-Server — 130+ KI-Modelle für Claude Code, Cursor und VS Code&quot;
url: &quot;https://runapi.ai/de/mcp.md&quot;
canonical: &quot;https://runapi.ai/de/mcp&quot;
locale: &quot;de&quot;
---

# RunAPI MCP Server

Verbinde Claude Code, Cursor, VS Code, Windsurf und jeden MCP-kompatiblen Host mit RunAPI — generiere Bilder, Videos und Musik und rufe LLMs auf, ohne deinen Editor zu verlassen.

## What Is RunAPI MCP Server?

Der RunAPI MCP-Server verbindet MCP-kompatible Coding-Tools mit der RunAPI-Plattform. Er ermöglicht deinem KI-Assistenten, über 130 Modelle von 18 Anbietern zu durchsuchen, Eingabeparameter einzusehen, Echtzeitpreise abzufragen, Media-Generierungstasks zu erstellen, den Task-Status zu pollen, den Kontostand zu prüfen und LLM-Endpunkte aufzurufen — alles direkt aus deinem Editor. Discovery-Tools funktionieren ohne API-Key. Authentifizierte Operationen erfordern einen RunAPI API-Key.

## Tools

| Tool | Auth | Purpose |
|---|---|---|
| list_models | No | Browse models by modality, service, or action. |
| get_model_info | No | Inspect input params, constraints, and pricing for a model. |
| list_actions | No | Group endpoint action names by output modality. |
| check_pricing | No | Return pricing snapshot for a service + action + model. |
| create_task | Yes | Create a media task and optionally poll until completion. |
| get_task | Yes | Fetch status and latest payload for an existing task. |
| check_balance | Yes | Return account balance and spending metrics. |
| chat | Yes | Send messages to a RunAPI LLM endpoint. |

## Quick Start

Choose the command for your MCP client.

### Claude Code

```bash
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
export RUNAPI_API_KEY="runapi_xxx"
claude
```

Use project scope when you want the repo to share `.mcp.json`:

```bash
claude mcp add runapi -s project -- npx -y @runapi.ai/mcp
```

### Codex

```bash
codex plugin install runapi-mcp@agents
export RUNAPI_API_KEY="runapi_xxx"
codex
```

### Cursor

```bash
npx @runapi.ai/mcp init cursor
export RUNAPI_API_KEY="runapi_xxx"
cursor .
```

### Windsurf

```bash
npx @runapi.ai/mcp init windsurf
export RUNAPI_API_KEY="runapi_xxx"
windsurf .
```

### VS Code

```bash
npx @runapi.ai/mcp init vscode
export RUNAPI_API_KEY="runapi_xxx"
code .
```

### Roo Code

```bash
npx @runapi.ai/mcp init roo
export RUNAPI_API_KEY="runapi_xxx"
code .
```

Free catalog tools work without a key.
Set `RUNAPI_API_KEY` for `create_task`, `check_balance`, and `chat`.
For GUI-launched clients, add the variable in the client's environment settings.

## Model Coverage

- **Image** — Flux Kontext, Nano Banana, GPT Image, Seedream, Ideogram, Qwen
- **Video** — Kling, Veo, Seedance, Hailuo, Wan, Runway, Luma
- **Music** — Suno v4 / v4.5 / v5 / v5.5
- **Audio** — ElevenLabs TTS, Sound Effects, STT, Isolation
- **LLM** — Claude, GPT, Gemini, DeepSeek

## FAQ

### Brauche ich einen API-Key für den RunAPI MCP-Server?

Discovery-Tools wie list_models, get_model_info, list_actions und check_pricing funktionieren ohne API-Key. Für Task-Erstellung, Kontostand-Abfragen und LLM-Chat benötigst du einen kostenlosen RunAPI API-Key aus dem Dashboard.

### Welche Coding-Tools werden unterstützt?

Der RunAPI MCP-Server funktioniert mit jedem MCP-kompatiblen Host: Claude Code, Codex, Cursor, VS Code (über GitHub Copilot), Windsurf und Roo Code. Er kann auch mit jedem Tool konfiguriert werden, das das MCP-Protokoll unterstützt.

### Auf welche KI-Modelle kann ich über den MCP-Server zugreifen?

Über 130 Modelle von 18 Anbietern und 5 Modalitäten: Bildgenerierung (Flux, Nano Banana, GPT Image), Videogenerierung (Kling, Veo, Seedance), Musikerstellung (Suno), Audio (ElevenLabs) und LLMs (Claude, GPT, Gemini, DeepSeek).

### Wie installiere ich den MCP-Server?

Verwende den Befehl für deinen Client. Claude Code nutzt claude mcp add runapi -s user -- npx -y @runapi.ai/mcp. Codex verwendet codex plugin install runapi-mcp@agents. Cursor, Windsurf, VS Code und Roo Code nutzen npx @runapi.ai/mcp init &lt;platform&gt;. Keine globale npm-Installation erforderlich.

### Ist der MCP-Server kostenlos?

Der MCP-Server selbst ist kostenlos und Open Source (Apache 2.0). Die API-Nutzung wird über dein RunAPI-Konto per Pay-as-you-go abgerechnet. Keine Abonnements oder Mindestausgaben.

### Kann ich den MCP-Server in CI- oder headless-Umgebungen verwenden?

Ja. Setze die Umgebungsvariable RUNAPI_API_KEY und konfiguriere den MCP-Server in deinem Agent oder deiner CI-Pipeline. Der Server läuft als stdio-Prozess und benötigt weder einen Browser noch eine GUI.


## Links

- [Model catalog](https://runapi.ai/de/models)
- [CLI](https://runapi.ai/de/cli)
- [SDKs](https://runapi.ai/de/sdk)
- [Skills](https://runapi.ai/de/skills)
- [Pricing](https://runapi.ai/de/pricing)
- [API docs](https://runapi.ai/de/docs)
- [GitHub](https://github.com/runapi-ai/mcp)
- [npm](https://www.npmjs.com/package/@runapi.ai/mcp)
