vidocu-mcp-server
The AI Knowledge Platform as MCP tools. Turn videos, PDFs, and slides into subtitles, voiceovers, translations, and docs from any MCP client. Free plan works.
Documentation
Vidocu MCP Server
> The AI Knowledge Platform as MCP tools. Agents turn videos, PDFs, and slides into
> subtitles, voiceovers, translations, docs, and help articles. Free plan works.
Vidocu is the AI Knowledge Platform for teams that move fast: it turns the materials
you have into the knowledge people need. Product videos, SOPs, how-to guides, help
articles, and training material from one upload.
This is the hosted Model Context Protocol server
that gives AI agents (Claude, Cursor, Windsurf, and any MCP-aware client) the full
Vidocu API as tools: upload a video or connect source material, generate subtitles
in 65+ languages, add AI voiceover, translate the whole asset, and produce
step-by-step documentation with screenshots, all from conversation. Heavy operations
run async with job polling, so agents can fire work and check back. Hosted and
stateless: nothing to deploy.
Endpoint
https://mcp.vidocu.ai/Remote, streamable HTTP.
Auth
OAuth 2.1 (recommended, works on any plan including Free). The server
advertises Vidocu's authorization server via RFC 9728 protected-resource metadata,
with PKCE and dynamic client registration. Clients that support OAuth connect with
no manual key management, and an agent can produce real output without a credit
card.
API key. For clients without OAuth support, pass a Vidocu API key
(`vdo_live_...`) as a Bearer token, available on every plan. Mint one at
.
Install
Claude Code / CLI (OAuth):
claude mcp add --transport http vidocu https://mcp.vidocu.ai/Claude Desktop / Cursor / Windsurf (OAuth, any HTTP-transport client):
{
"mcpServers": {
"vidocu": {
"url": "https://mcp.vidocu.ai/"
}
}
}API key variant:
{
"mcpServers": {
"vidocu": {
"url": "https://mcp.vidocu.ai/",
"headers": { "Authorization": "Bearer vdo_live_YOUR_KEY" }
}
}
}Tools (21)
Videos - `upload_video`, `get_upload_url`, `list_videos`, `get_video`
Projects - `create_project`, `list_projects`, `get_project`, `update_project`,
`delete_project`
Processing - `process_video`, `analyze_video`, `get_subtitles`,
`translate_video`, `generate_voiceover`, `generate_article`, `export_video`
Micro-tools - `list_tools`, `get_tool`, `execute_tool` (run any of Vidocu's
free tools, like format conversion or subtitle extraction, programmatically)
Jobs and usage - `get_job_status`, `get_usage`
AI Recorder
The platform also includes AI Recorder (beta): give Vidocu a help article or a
plain-language instruction and an AI agent opens a real browser, performs the
workflow itself, and records it, returning video, step screenshots, and a written
article from one run.
AI Recorder is not yet exposed through the MCP server or API. Recordings created in
the app land in the same projects these tools operate on, and MCP support is on the
roadmap.
Pricing
The MCP server works on every Vidocu plan, with OAuth or an API key, including
the Free plan (no credit card). Plans at .
Links
- Product:
- MCP page:
- MCP docs:
- API docs:
- Developers:
- Registry: `ai.vidocu/vidocu` on
Frequently asked questions
What is vidocu-mcp-server?
vidocu-mcp-server is The AI Knowledge Platform as MCP tools. Turn videos, PDFs, and slides into subtitles, voiceovers, translations, and docs from any MCP client. Free plan works.
How do I install vidocu-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is vidocu-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/CommonNinja/vidocu-mcp-server and has 1 stars.
Related MCP tools
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.
MCP server that enables AI assistants to interact with Google Gemini CLI, leveraging Gemini's massive token window for large file analysis and codebase understanding
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP