Skip to main content
Glama

Markdownify MCP Server

by zcaceres

Markdownify MCP サーバー

助けてください!Windowsパソコンをお持ちの方で、Windows版Markdownify-MCPのサポートを追加するのを手伝ってくれる方を探しています。プルリクエストはありますが、テストできません。ご興味があれば、こちらに投稿してください。

markdownify mcp ロゴ

Markdownifyは、様々なファイル形式やWebコンテンツをMarkdown形式に変換するModel Context Protocol(MCP)サーバーです。PDF、画像、音声ファイル、Webページなどを、読みやすく共有しやすいMarkdownテキストに変換するためのツールセットを提供します。

特徴

  • 複数のファイル形式を Markdown に変換します。
    • PDF
    • 画像
    • 音声(書き起こし付き)
    • DOCX
    • XLSX
    • PPTX
  • Web コンテンツを Markdown に変換します。
    • YouTube動画のトランスクリプト
    • Bingの検索結果
    • 一般的なウェブページ
  • 既存のMarkdownファイルを取得する

はじめる

  1. このリポジトリをクローンする
  2. 依存関係をインストールします:
    pnpm install

注意: これにより、 uvおよび関連する Python 依存関係もインストールされます。

  1. プロジェクトをビルドします。
    pnpm run build
  2. サーバーを起動します。
    pnpm start

発達

  • pnpm run devを使用して、TypeScript コンパイラをウォッチモードで起動します。
  • src/server.tsを変更してサーバーの動作をカスタマイズする
  • src/tools.ts内のツールを追加または変更する

デスクトップアプリでの使用

このサーバーをデスクトップ アプリと統合するには、アプリのサーバー構成に以下を追加します。

{ "mcpServers": { "markdownify": { "command": "node", "args": [ "{ABSOLUTE PATH TO FILE HERE}/dist/index.js" ], "env": { // By default, the server will use the default install location of `uv` "UV_PATH": "/path/to/uv" } } } }

利用可能なツール

  • youtube-to-markdown : YouTube動画をMarkdownに変換する
  • pdf-to-markdown : PDFファイルをMarkdownに変換する
  • bing-search-to-markdown : Bing の検索結果を Markdown に変換する
  • webpage-to-markdown : ウェブページを Markdown に変換する
  • image-to-markdown : メタデータ付きの画像をMarkdownに変換する
  • audio-to-markdown : 音声ファイルをマークダウン形式に変換し、文字起こしも可能
  • docx-to-markdown : DOCX ファイルを Markdown に変換する
  • xlsx-to-markdown : XLSX ファイルを Markdown に変換する
  • pptx-to-markdown : PPTX ファイルを Markdown に変換する
  • get-markdown-file : 既存のMarkdownファイルを取得します。ファイル拡張子は*.md、*.markdownで終わる必要があります。オプション: MD_SHARE_DIR環境変数を設定して、ファイルを取得できるディレクトリを制限します。例: MD_SHARE_DIR=[SOME_PATH] pnpm run start

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。

You must be authenticated.

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

様々なファイル形式とWebコンテンツをMarkdown形式に変換します。PDF、画像、音声ファイル、Webページなどを、読みやすく共有しやすいMarkdownテキストに変換するためのツールセットを提供します。

  1. 特徴
    1. はじめる
      1. 発達
        1. デスクトップアプリでの使用
          1. 利用可能なツール
            1. 貢献
              1. ライセンス

                Related MCP Servers

                • 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 formats to Markdown using the MarkItDown utility and can be integrated with MCP clients for seamless document processing and conversion.
                  Last updated -
                  26
                  Python
                  MIT License
                • -
                  security
                  F
                  license
                  -
                  quality
                  Converts Markdown to styled PDFs using VS Code's markdown styling and Python's ReportLab, providing a simple note storage system with custom URI scheme.
                  Last updated -
                  6
                  Python
                  • 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/zcaceres/markdownify-mcp'

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