Add your description here
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mseep_markitdown_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: mseep_markitdown_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 42.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9a3a063ad0c8c2ccd3ad6093204d458d5311631530d15ba5d239a2bef122e66
|
|
| MD5 |
8cc897df2756119aae19acd5d7975f94
|
|
| BLAKE2b-256 |
7aeef74b20fb4b9f0d53d7f7c6c051bb93eb7afb58b718895af1f3511e1fecfa
|
File details
Details for the file mseep_markitdown_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mseep_markitdown_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f174bd15ba13a5c26da851c43fdbdbb4a8baf641d1e930ffd05d8b3f54228529
|
|
| MD5 |
2784b96a7842fa6bb9207a3037865f42
|
|
| BLAKE2b-256 |
b7787ab8ac89b841abf89362e63425ce065afb9ea5ba13eacfd9af5558f9d197
|