MarkItDown MCP Server
A Model Context Protocol (MCP) server that converts various file formats to Markdown using the MarkItDown utility.
Supported Formats
- PowerPoint
- Word
- Excel
- Images (EXIF metadata and OCR)
- Audio (EXIF metadata and speech transcription)
- HTML
- Text-based formats (CSV, JSON, XML)
- ZIP files (iterates over contents)
Installation
Installing via Smithery
To install MarkItDown MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @KorigamiK/markitdown_mcp_server --client claude
Manual Installation
- Clone this repository
- Install dependencies:
uv install
Usage
As MCP Server
The server can be integrated with any MCP client. Here are some examples:
Zed Editor
Add the following to your settings.json:
"context_servers": {
"markitdown_mcp": {
"settings": {},
"command": {
"path": "uv",
"args": [
"--directory",
"/path/to/markitdown_mcp_server",
"run",
"markitdown"
]
}
}
}
Commands
The server responds to the following MCP commands:
/md <file>- Convert the specified file to Markdown
Example:
/md document.pdf
Supported MCP Clients
Works with any MCP-compliant client listed at modelcontextprotocol.io/clients, including:
- Zed Editor
- Any other MCP-compatible editors and tools
License
MIT License. See LICENSE for details.
Acknowledgements
https://github.com/microsoft/markitdown#readme
MarkItDown Server
Project Details
- canlgz/markitdown_mcp_server
- MIT License
- Last Updated: 4/25/2025
Recomended MCP Servers
Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between different tasks...
MOS CURRENT refactor of ore attempt at MCP for Claude Code Apr 18
淘宝客,京东客,多多客专用MCP,支持全平台所以API接口的工具,转链接,搜索等等
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs...
Cursor code-checker MCP
MCP Server for SearXNG
MCP to connect your LLM with Spotify.





