Docsie
@LikaloLLC
About Docsie
Docsie MCP brings your documentation workflow directly into Claude. Create, edit, and publish docs without leaving your AI assistant. Convert videos into structured documentation instantly, run compliance analysis on text, audio, and video content, and use semantic search to find
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"docsie": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.docsie.io/mcp"
],
"env": {
"API_KEY": "YOUR_API_KEY"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Docsie?
Docsie is a remote MCP (Model Context Protocol) server that converts videos into structured documentation using Dokuta AI. It integrates with Anthropic's Claude Connectors Directory, allowing users on Claude to submit a video URL and receive a markdown document such as a user guide, SOP, product docs, or blog post. It uses OAuth2 Authorization Code with PKCE for authentication and Streamable HTTP transport.
How to use Docsie?
Install locally via pip install -e . after cloning the repository, then run with uvicorn app.main:app --reload --port 8000. Configure environment variables in .env including a Dokuta API key. In production, deploy on Kubernetes using the provided Docker images and Helm chart. Claude users access the server via the Anthropic Connectors Directory at https://mcp.docsie.io/mcp and authenticate through Docsie's OAuth provider.
Key features of Docsie
- Converts videos from YouTube, Loom, Vimeo, direct MP4, etc. into documentation
- Supports doc types: user guide, SOP, product docs, policy, blog
- Free tier for videos up to 5 minutes; longer videos require a Docsie AI credits account
- Provides three MCP tools: analyze_video, check_job_status, list_doc_types
- Uses OAuth2 Authorization Code + PKCE for secure authentication
- Deployed via Docker and Kubernetes with automated CI/CD via GitHub Actions
Use cases of Docsie
- Generate user guides from product demo videos
- Create standard operating procedures (SOPs) from training recordings
- Produce blog posts from video presentations or lectures
- Convert meeting or webinar recordings into policy documents or meeting notes
FAQ from Docsie
What types of videos does Docsie support?
Docsie supports video URLs from YouTube, Loom, Vimeo, and direct MP4 files.
Is there a free tier?
Yes, videos up to 5 minutes are processed free. Longer videos require a Docsie account with AI credits.
How is authentication handled?
Docsie uses OAuth2 Authorization Code with PKCE. The server exposes a /.well-known/oauth-authorization-server endpoint for metadata and validates tokens via Docsie's /o2/ provider.
What transport protocol does Docsie use?
Docsie uses Streamable HTTP as specified by the MCP protocol.
How do I set up the Django backend for Docsie?
You need to configure an internal API key in Django settings, register an OAuth2 application as a public client with authorization code grant, and ensure internal endpoints for token validation and credit deduction are wired.
Frequently asked questions
What types of videos does Docsie support?
Docsie supports video URLs from YouTube, Loom, Vimeo, and direct MP4 files.
Is there a free tier?
Yes, videos up to 5 minutes are processed free. Longer videos require a Docsie account with AI credits.
How is authentication handled?
Docsie uses OAuth2 Authorization Code with PKCE. The server exposes a `/.well-known/oauth-authorization-server` endpoint for metadata and validates tokens via Docsie's `/o2/` provider.
What transport protocol does Docsie use?
Docsie uses Streamable HTTP as specified by the MCP protocol.
How do I set up the Django backend for Docsie?
You need to configure an internal API key in Django settings, register an OAuth2 application as a public client with authorization code grant, and ensure internal endpoints for token validation and credit deduction are wired.
Basic information
More Memory & Knowledge MCP servers

Agimem
Persistent memory for AI agents. Hosted MCP server with capsule-scoped key/value storage, tags, TTL expiration, bulk ops, and RBAC.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Groundwork
Rarefied-EarthGroundwork: company memory for your AI tools. Docs public. Source closed. Public proof needs no account.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Comments