Converts various file formats to Markdown using the MarkItDown utility and can be integrated with MCP clients for seamless document processing and conversion.
A Model Context Protocol (MCP) server that converts various file formats to Markdown using the MarkItDown utility.
To install MarkItDown MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @KorigamiK/markitdown_mcp_server --client claude
uv install
The server can be integrated with any MCP client. Here are some examples:
Add the following to your settings.json
:
"context_servers": { "markitdown_mcp": { "settings": {}, "command": { "path": "uv", "args": [ "--directory", "/path/to/markitdown_mcp_server", "run", "markitdown" ] } } }
The server responds to the following MCP commands:
/md
- Convert the specified file to MarkdownExample:
/md document.pdf
Works with any MCP-compliant client listed at modelcontextprotocol.io/clients, including:
MIT License. See LICENSE for details.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!