MarkItDown MCP Server
MarkItDown MCP 服务器
模型上下文协议 (MCP) 服务器使用 MarkItDown 实用程序将各种文件格式转换为 Markdown。
支持的格式
PDF
微软幻灯片软件
单词
Excel
图像(EXIF 元数据和 OCR)
音频(EXIF 元数据和语音转录)
HTML
基于文本的格式(CSV、JSON、XML)
ZIP 文件(迭代内容)
Related MCP server: flexberry-markitdown-mcp
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 MarkItDown MCP 服务器:
npx -y @smithery/cli install @KorigamiK/markitdown_mcp_server --client claude手动安装
克隆此存储库
安装依赖项:
uv install用法
作为 MCP 服务器
该服务器可以与任何 MCP 客户端集成。以下是一些示例:
Zed 编辑器
将以下内容添加到您的settings.json :
"context_servers": {
"markitdown_mcp": {
"settings": {},
"command": {
"path": "uv",
"args": [
"--directory",
"/path/to/markitdown_mcp_server",
"run",
"markitdown"
]
}
}
}命令
服务器响应以下 MCP 命令:
/md <file>- 将指定文件转换为 Markdown
例子:
/md document.pdf支持的 MCP 客户端
可与modelcontextprotocol.io/clients上列出的任何符合 MCP 的客户端配合使用,包括:
Zed 编辑器
任何其他与 MCP 兼容的编辑器和工具
执照
MIT 许可证。详情请参阅许可证。
致谢
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Document-to-Markdown MCP server — convert PDF, Office and HTML into LLM-ready Markdown.
Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.
Convert files, URLs, and documents to clean, AI-ready Markdown via MCP.
Markdown in, any format out. PDFs merged, split, watermarked. Runs on our own doc engines.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceConverts PDF, Word, and Excel documents to Markdown with image extraction and header/footer removal via MCP or REST API.50MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for converting various file formats (PDF, DOCX, images, audio, etc.) to Markdown using Microsoft MarkItDown, with support for large files and Cyrillic text.1MIT
- FlicenseNot gradedqualityDmaintenanceConverts documents (PDF, DOCX, images, etc.) to Markdown using Microsoft's Markitdown library, with no local setup required. Integrates with AI agents via MCP for seamless document conversion.1-
- AlicenseNot gradedqualityCmaintenanceA production-ready MCP server for converting documents and files to Markdown using Microsoft MarkItDown.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KorigamiK/markitdown_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server