Skip to main content
Glama
canlgz

MarkItDown MCP Server

by canlgz

MarkItDown MCP サーバー

鍛冶屋のバッジ

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

サポートされている形式

  • PDF

  • パワーポイント

  • 言葉

  • エクセル

  • 画像(EXIFメタデータとOCR)

  • オーディオ(EXIFメタデータと音声転写)

  • HTML

  • テキストベースの形式(CSV、JSON、XML)

  • ZIP ファイル (内容を反復処理)

Related MCP server: MCP URL Fetcher

インストール

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

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

  • F
    license
    A
    quality
    D
    maintenance
    A comprehensive Model Context Protocol server that processes Microsoft Word documents with full formatting support, enabling text extraction, HTML/Markdown conversion, structure analysis, and image extraction.
    5
    2
    -
  • A
    license
    A
    quality
    A
    maintenance
    A Model Context Protocol server that converts over 29 file formats, including PDFs, Office documents, and audio, into structured Markdown using Microsoft's MarkItDown library. It enables AI assistants to process diverse document types through single file conversion and batch directory processing.
    3
    32
    MIT

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/canlgz/markitdown_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server