UNPKG

universal-document-mcp

Version:

Universal Document Converter MCP Server - AI-powered markdown to PDF conversion with Mermaid diagram support for Claude Desktop, Cline, and other MCP clients

26 lines (20 loc) 498 B
# Core MCP Server Dependencies mcp>=1.0.0 # Document Processing playwright>=1.40.0 markdown>=3.5.0 requests>=2.31.0 # Async Support asyncio-mqtt>=0.13.0 # Data Validation pydantic>=2.0.0 typing-extensions>=4.0.0 # Optional AI Features (install with pip install universal-document-mcp[ai]) # openai>=1.0.0 # anthropic>=0.7.0 # Development Dependencies (install with pip install universal-document-mcp[dev]) # pytest>=7.0.0 # pytest-asyncio>=0.21.0 # black>=23.0.0 # flake8>=6.0.0 # mypy>=1.0.0