MarkItDown MCP Server
Servidor MCP de MarkItDown
Un servidor de Protocolo de Contexto de Modelo (MCP) que convierte varios formatos de archivos a Markdown mediante la utilidad MarkItDown.
Formatos compatibles
PDF
PowerPoint
Palabra
Sobresalir
Imágenes (metadatos EXIF y OCR)
Audio (metadatos EXIF y transcripción de voz)
HTML
Formatos basados en texto (CSV, JSON, XML)
Archivos ZIP (recorre el contenido)
Related MCP server: flexberry-markitdown-mcp
Instalación
Instalación mediante herrería
Para instalar MarkItDown MCP Server para Claude Desktop automáticamente a través de Smithery :
npx -y @smithery/cli install @KorigamiK/markitdown_mcp_server --client claudeInstalación manual
Clonar este repositorio
Instalar dependencias:
uv installUso
Como servidor MCP
El servidor se puede integrar con cualquier cliente MCP. A continuación, se muestran algunos ejemplos:
Editor Zed
Añade lo siguiente a tu settings.json :
"context_servers": {
"markitdown_mcp": {
"settings": {},
"command": {
"path": "uv",
"args": [
"--directory",
"/path/to/markitdown_mcp_server",
"run",
"markitdown"
]
}
}
}Comandos
El servidor responde a los siguientes comandos MCP:
/md <file>- Convierte el archivo especificado a Markdown
Ejemplo:
/md document.pdfClientes MCP compatibles
Funciona con cualquier cliente compatible con MCP que figure en modelcontextprotocol.io/clients , incluidos:
Editor Zed
Cualquier otro editor y herramienta compatible con MCP
Licencia
Licencia MIT. Ver LICENCIA para más detalles.
Expresiones de gratitud
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