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 MCP Server
Project Details
- KorigamiK/markitdown_mcp_server
- MIT License
- Last Updated: 4/21/2025
Recomended MCP Servers
MCP Server for Trino developed via MCP Python SDK
Linear MCP Server
MCP (Model Context Protocol) server for Weaviate
An MCP server that integrates with the MCP protocol. https://modelcontextprotocol.io/introduction
Serper MCP Server supporting search and webpage scraping
A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx...
Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor.
A Model Context Protocol (MCP) server for interacting with DaVinci Resolve and Fusion
Okta MCP Server
基于 MCP 协议的腾讯云 COS MCP Server,无需编码即可让大模型快速接入腾讯云存储 (COS) 和数据万象 (CI) 能力。





