Design & CreativeAuto-generated
api.video MCP Server
api.video is an API that encodes on the go to facilitate immediate playback, enhancing viewer streaming experiences across multiple devices and platforms. You can stream live or on-demand online videos within minutes.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/api-video
Environment Variables
API_VIDEO_API_KEYExample: your_api_video_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"api-video": {
"command": "npx",
"args": ["-y","@mcp/api-video"],
"env": {
"API_VIDEO_API_KEY": "your_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