MarkItDown MCP Server
A Model Context Protocol (MCP) server for MarkItDown integration. Convert documents and content to Markdown format using MarkItDown's conversion capabilities.
🚀 Quick Start - Run in 30 Seconds
🌐 Using Hosted Service (Recommended for Production)
Get instant access to MarkItDown with our managed infrastructure - no setup required:
pip install klavis
# or
npm install klavis
from klavis import Klavis
klavis = Klavis(api_key="your-free-key")
server = klavis.mcp_server.create_server_instance("MARKITDOWN", "user123")
🐳 Using Docker (For Self-Hosting)
# Pull latest image
docker pull ghcr.io/klavis-ai/markitdown-mcp-server:latest
# Run MarkItDown MCP Server (no authentication required)
docker run -p 5000:5000 \
ghcr.io/klavis-ai/markitdown-mcp-server:latest
No Authentication: MarkItDown conversion typically requires no external authentication.
🛠️ Available Tools
- Document Conversion: Convert various document formats to Markdown
- HTML to Markdown: Convert HTML content to clean Markdown
- File Processing: Process multiple document types and formats
- Content Cleaning: Clean and optimize converted Markdown output
- Batch Processing: Convert multiple documents efficiently
📚 Documentation & Support
| Resource | Link |
|---|---|
| 📖 Documentation | docs.klavis.ai |
| 💬 Discord | Join Community |
| 🐛 Issues | GitHub Issues |
🤝 Contributing
We welcome contributions! Please see our Contributing Guide for details.
📜 License
Apache 2.0 license - see LICENSE for details.
🚀 Supercharge AI Applications