Docsie
@LikaloLLC
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"docsie": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.docsie.io/mcp"
],
"env": {
"API_KEY": "YOUR_API_KEY"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
记忆与知识 分类下的更多 MCP 服务器
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
评论