api.video Claude Desktop Config
Add the api.video MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_api_video_api_key with your actual api video api key
Endpoints
GET
/accountShow account
GET
/analytics/live-streams/{liveStreamId}List live stream player sessions
GET
/analytics/sessions/{sessionId}/eventsList player session events
GET
/analytics/videos/{videoId}List video player sessions
POST
/auth/api-keyAuthenticate
POST
/auth/refreshRefresh token
GET
/live-streamsList all live streams
POST
/live-streamsCreate live stream
GET
/live-streams/{liveStreamId}Show live stream
DELETE
/live-streams/{liveStreamId}Delete a live stream