MarkItDown MCP Server
MarkItDown MCP 서버
MarkItDown 유틸리티를 사용하여 다양한 파일 형식을 Markdown으로 변환하는 MCP(Model Context Protocol) 서버입니다.
지원되는 형식
PDF
파워포인트
단어
뛰어나다
이미지(EXIF 메타데이터 및 OCR)
오디오(EXIF 메타데이터 및 음성 전사)
HTML
텍스트 기반 형식(CSV, JSON, XML)
ZIP 파일(내용 반복)
Related MCP server: flexberry-markitdown-mcp
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 MarkItDown MCP 서버를 자동으로 설치하려면:
지엑스피1
수동 설치
이 저장소를 복제하세요
종속성 설치:
uv install용법
MCP 서버로서
이 서버는 모든 MCP 클라이언트와 통합될 수 있습니다. 다음은 몇 가지 예입니다.
제드 에디터
settings.json 에 다음을 추가하세요:
"context_servers": {
"markitdown_mcp": {
"settings": {},
"command": {
"path": "uv",
"args": [
"--directory",
"/path/to/markitdown_mcp_server",
"run",
"markitdown"
]
}
}
}명령
서버는 다음 MCP 명령에 응답합니다.
/md <file>- 지정된 파일을 마크다운으로 변환합니다.
예:
/md document.pdf지원되는 MCP 클라이언트
modelcontextprotocol.io/clients 에 나열된 모든 MCP 호환 클라이언트와 호환됩니다. 여기에는 다음이 포함됩니다.
제드 에디터
기타 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