Kinescope MCP Server
Kinescope MCP Server — Integrates Kinescope's video platform with AI assistants via the Model Context Protocol. Manage videos, access analytics, control live streams, and automate workflows through n…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add kinescope/kinescope-mcp
# Browse available tools
npx -y smithery tool list kinescope/kinescope-mcpDirect MCP Connection
Endpoint: https://kinescope-mcp--kinescope.run.tools
Optional config:
your_api_token(query) — You can generate your Kinescope API token at https://app.kinescope.io/workspace/api_token
Resources
kinescope://examples/categories— List of available example categorieskinescope://examples/index— Index of available Kinescope API usage examples (search by query/category/tags)kinescope://examples/live/create— Create a live event for streamingkinescope://examples/playlists/create— Create playlist and add videoskinescope://examples/projects/create— Create a new projectkinescope://examples/projects/file-request— Create a file request to upload videoskinescope://examples/videos/by-project— Get project_id first, then list project videoskinescope://examples/videos/get— Fetch video details by IDkinescope://examples/videos/list— List videos with filters and paginationkinescope://examples/videos/subtitles— Attach subtitles to a videokinescope://examples/videos/update— Update title/description and other metadatakinescope://examples/webhooks/create— Create webhook to receive eventskinescope://playbooks/file-request-workflow— Playbook: create file request → update → deletekinescope://playbooks/live-stream-workflow— Playbook: create event → enable → chat → finishkinescope://playbooks/project-organization— Playbook: create project → create folders → move videoskinescope://playbooks/video-workflow— Playbook: find videos → update metadata → add subtitles → create posterkinescope://playbooks/webhook-setup— Playbook: create webhook → list → update → deletekinescope://quickstart— How to use Kinescope API via MCP tools (no code generation)