---
title: &quot;RunAPI MCP Server — 210+ AI-modellen voor Claude Code, Cursor &amp; VS Code&quot;
url: &quot;https://runapi.ai/nl/mcp.md&quot;
canonical: &quot;https://runapi.ai/nl/mcp&quot;
locale: &quot;nl&quot;
---

# RunAPI MCP Server

Koppel Claude Code, Cursor, VS Code, Windsurf en elke MCP-compatibele host aan RunAPI — genereer afbeeldingen, video&#39;s, muziek en roep LLM&#39;s aan zonder je editor te verlaten.

## What Is RunAPI MCP Server?

RunAPI MCP Server koppelt MCP-compatibele ontwikkeltools aan het RunAPI-platform. Je AI-assistent kan daarmee 210+ modellen van 23 providers doorzoeken, invoerparameters bekijken, realtime prijzen controleren, media-generatietaken aanmaken, taakstatus pollen, je saldo controleren en LLM-endpoints aanroepen — allemaal vanuit je editor. Discovery-tools werken zonder API-key. Voor geauthenticeerde acties is een RunAPI API-key vereist.

## 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

### Heb ik een API-key nodig om RunAPI MCP Server te gebruiken?

Discovery-tools zoals list_models, get_model_info, list_actions en check_pricing werken zonder API-key. Voor het aanmaken van taken, saldo-controles en LLM-chat heb je een gratis RunAPI API-key nodig uit het dashboard.

### Welke ontwikkeltools worden ondersteund?

RunAPI MCP Server werkt met elke MCP-compatibele host: Claude Code, Codex, Cursor, VS Code (via GitHub Copilot), Windsurf en Roo Code. Je kunt het ook configureren met elke tool die het MCP-protocol ondersteunt.

### Welke AI-modellen kan ik via de MCP-server gebruiken?

210+ modellen bij 23 providers en 5 modaliteiten: beeldgeneratie (Flux, Nano Banana, GPT Image), videogeneratie (Kling, Veo, Seedance), muziekcreatie (Suno), audio (ElevenLabs) en LLM’s (Claude, GPT, Gemini, DeepSeek).

### Hoe installeer ik de MCP-server?

Gebruik het commando voor je client. Claude Code gebruikt claude mcp add runapi -s user -- npx -y @runapi.ai/mcp. Codex gebruikt codex plugin install runapi-mcp@agents. Cursor, Windsurf, VS Code en Roo Code gebruiken npx @runapi.ai/mcp init &lt;platform&gt;. Geen globale npm-installatie nodig.

### Is de MCP-server gratis?

De MCP-server zelf is gratis en open source (Apache 2.0). API-gebruik wordt afgerekend via je RunAPI-account met pay-as-you-go-prijzen. Geen abonnementen of minimumafname.

### Kan ik de MCP-server gebruiken in CI of headless omgevingen?

Ja. Stel de omgevingsvariabele RUNAPI_API_KEY in en configureer de MCP-server in je agent of CI-pipeline. De server draait als een stdio-proces en heeft geen browser of GUI nodig.

### Welke tools zijn beschikbaar via de MCP-server?

Er zijn 8 ingebouwde tools — list_models, get_model_info, list_actions en check_pricing werken zonder API-key. create_task, get_task, check_balance en chat vereisen een RunAPI API-key.

### Wat kost het gebruik van RunAPI via de MCP-server?

De MCP-server zelf is gratis. API-gebruik wordt per aanroep gefactureerd via je RunAPI-account, zonder abonnement of minimumafname. Mislukte generaties worden niet in rekening gebracht.


## Links

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