Skip to main content
Glama

MarkItDown MCP Server

MarkItDown MCP サーバー

MarkItDown ユーティリティを使用してさまざまなファイル形式を Markdown に変換する Model Context Protocol (MCP) サーバー。

サポートされている形式

  • PDF
  • パワーポイント
  • 言葉
  • エクセル
  • 画像(EXIFメタデータとOCR)
  • オーディオ(EXIFメタデータと音声転写)
  • HTML
  • テキストベースの形式(CSV、JSON、XML)
  • ZIP ファイル (内容を反復処理)

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の MarkItDown MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @KorigamiK/markitdown_mcp_server --client claude

手動インストール

  1. このリポジトリをクローンする
  2. 依存関係をインストールします:
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ライセンス。詳細はライセンスを参照してください。

謝辞

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

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

MarkItDown ユーティリティを使用してさまざまなファイル形式を Markdown に変換し、MCP クライアントと統合してシームレスなドキュメント処理と変換を行うことができます。

  1. サポートされている形式
    1. インストール
      1. Smithery経由でインストール
      2. 手動インストール
    2. 使用法
      1. MCPサーバーとして
      2. コマンド
    3. サポートされているMCPクライアント
      1. ライセンス
        1. 謝辞

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more.
            Last updated -
            1
            212
            Python
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            An MCP server for converting Markdown documents to PDF files.
            Last updated -
            1
            1
            JavaScript
          • A
            security
            A
            license
            A
            quality
            Converts various file types and web content to Markdown format. It provides a set of tools to transform PDFs, images, audio files, web pages, and more into easily readable and shareable Markdown text.
            Last updated -
            10
            2
            1,611
            TypeScript
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A document conversion server that transforms various file formats (PDFs, documents, images, audio, web content) to Markdown with improved multilingual and UTF-8 support.
            Last updated -
            10
            4
            TypeScript
            MIT License
            • Linux
            • Apple

          View all related MCP servers

          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