Skip to main content
Glama

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

수동 설치

  1. 이 저장소를 복제하세요

  2. 종속성 설치:

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 라이선스. 자세한 내용은 라이선스를 참조하세요.

감사의 말

https://github.com/microsoft/markitdown#readme

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

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

Latest Blog Posts

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