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
FreeCAD MCP(Model Context Protocol) server
A MCP Server for beancount query and transaction submmit.
IMAP and SMTP via MCP Server
EVE Online Market MCP Server - A Model Context Protocol server for accessing EVE Online market data through...
MCP server that provides screenshot capabilities for AI tools, allowing them to capture and process screen content
Model Context Protocol (MCP) to enable AI LLMs to trade using MetaTrader platform
Integration of Needle in modelcontextprotocol
K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes...
Bocha Search MCP Server.
OmniMCP uses Microsoft OmniParser and Model Context Protocol (MCP) to provide AI models with rich UI context and...





