Skip to content
MCP-Bridge
Design & Creative

api.video Claude Desktop Config

Add the api.video MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "api-video": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/api-video"
      ],
      "env": {
        "API_VIDEO_API_KEY": "your_api_video_api_key"
      }
    }
  }
}

Environment Variables

API_VIDEO_API_KEY

Replace your_api_video_api_key with your actual api video api key

Endpoints

GET/account

Show account

GET/analytics/live-streams/{liveStreamId}

List live stream player sessions

GET/analytics/sessions/{sessionId}/events

List player session events

GET/analytics/videos/{videoId}

List video player sessions

POST/auth/api-key

Authenticate

POST/auth/refresh

Refresh token

GET/live-streams

List all live streams

POST/live-streams

Create live stream

GET/live-streams/{liveStreamId}

Show live stream

DELETE/live-streams/{liveStreamId}

Delete a live stream