MCP.so
登录

MarkItDown MCP Server

@KorigamiK

关于 MarkItDown MCP Server

A Model Context Protocol (MCP) server that converts various file formats to Markdown using the MarkItDown utility.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

KorigamiK

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "markitdown_mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@KorigamiK/markitdown_mcp_server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MarkItDown MCP Server?

A Model Context Protocol (MCP) server that converts various file formats to Markdown using the MarkItDown utility. It is designed for use with any MCP-compliant client, such as Zed Editor or Claude Desktop.

How to use MarkItDown MCP Server?

Install via Smithery (npx -y @smithery/cli install @KorigamiK/markitdown_mcp_server --client claude) or manually (clone repo, run uv install). Configure your MCP client to run the server with uv run markitdown-mcp, then use the command /md <file> to convert a file to Markdown.

Key features of MarkItDown MCP Server

  • Converts PDF, PowerPoint, Word, and Excel files to Markdown
  • Extracts EXIF metadata and performs OCR on images
  • Transcribes speech and reads EXIF from audio files
  • Handles HTML, CSV, JSON, XML, and ZIP archives
  • Integrates with any MCP-compatible editor or tool

Use cases of MarkItDown MCP Server

  • Convert a PDF document to Markdown for note-taking or analysis
  • Extract text and metadata from images using OCR
  • Transcribe audio recordings and extract EXIF data
  • Process bulk office files (docx, xlsx, pptx) into unified Markdown
  • Unpack ZIP archives and convert all contained files in one step

FAQ from MarkItDown MCP Server

What file formats are supported?

PDF, PowerPoint, Word, Excel, Images (EXIF and OCR), Audio (EXIF and speech transcription), HTML, text-based formats (CSV, JSON, XML), and ZIP files (iterates over contents).

How do I install MarkItDown MCP Server?

You can install it automatically via Smithery for Claude Desktop, or manually by cloning the repository and running uv install.

Which MCP clients are supported?

Any MCP-compliant client from modelcontextprotocol.io/clients, including Zed Editor and Claude Desktop.

Does the server require any special dependencies?

Yes, it requires uv for installation and has dependencies managed via uv install. No database or external service is mentioned.

What is the license?

MIT License.

评论

其他 分类下的更多 MCP 服务器