Skip to main content
Glama

MCP Markdown Conversion Server

by FradSer

MCPサーバーからMarkdownへ

Twitterフォロー鍛冶屋のバッジ

英語 |简体中文

CloudflareのAIサービスを活用し、様々なファイル形式をMarkdown記述に変換する強力なモデルコンテキストプロトコル(MCP)サーバーです。このサーバーは、シームレスなファイル変換と記述生成のための標準化されたインターフェースを提供します。

主な特徴

  • Cloudflare AIサービスとのシームレスな統合

  • 効率的なマークダウン記述生成

  • 包括的なファイル形式のサポート

  • ネイティブ Cloudflare tomarkdown API 統合

  • ユーザーフレンドリーなMCPインターフェース

  • クロスプラットフォームの互換性

サポートされているファイル形式

カテゴリ

ファイル拡張子

文書

.pdf

画像

.jpeg、.jpg、.png、.webp、.svg

ウェブコンテンツ

.html

データ

.xml、.csv

スプレッドシート

.xlsx、.xlsm、.xlsb、.xls、.et、.ods、.numbers

システム要件

  • Node.js 18以降

  • 有効なCloudflare APIトークン

  • アクティブなCloudflareアカウントID

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Markdown 转换服务器を自動的にインストールするには:

npx -y @smithery/cli install @FradSer/mcp-server-to-markdown --client claude

手動インストール

npm を使用してグローバルにインストールします。

npm install -g mcp-server-to-markdown

MCP クライアント構成

カーソル統合

  1. カーソル設定に移動

  2. サイドバーから「MCP」を選択します

  3. 「新しいグローバルMCPサーバーを追加」を選択します

  4. 次の構成を適用します。

    { "mcpServers": { "to-markdown": { "command": "mcp-server-to-markdown", "args": [ "CLOUDFLARE_API_TOKEN": "your_api_token" "CLOUDFLARE_ACCOUNT_ID": "your_account_id" ] } } }

クロードデスクトップセットアップ

claude_desktop_config.jsonに以下を追加します。

{ "mcpServers": { "to-markdown": { "command": "mcp-server-to-markdown", "args": [ "CLOUDFLARE_API_TOKEN": "your_api_token" "CLOUDFLARE_ACCOUNT_ID": "your_account_id" ] } } }

ChatWiseの設定

  1. ChatWiseを起動する

  2. アクセス設定

  3. ツールセクションを選択

  4. 「+」をクリックして新しいツールを追加します

  5. 次のパラメータを使用して構成します。

    • タイプ: stdio

    • ID: to-markdown

    • コマンド: mcp-server-to-markdown

    • 引数:

      CLOUDFLARE_API_TOKEN=your_api_token CLOUDFLARE_ACCOUNT_ID=your_account_id

APIリファレンス

to-markdownツール

さまざまなファイル形式を Markdown 記述に変換します。

入力パラメータ:

  • filePaths : 配列(必須) - 処理するファイルパスのリスト

応答構造:

[ { "filename": "example.pdf", "mimeType": "application/pdf", "description": "Generated Markdown description", "tokens": 123 } ]

開発ガイド

はじめる

  1. 環境のクローンとセットアップ:

git clone <repository-url> cd mcp-server-to-markdown cp .env.example .env
  1. Cloudflare の資格情報を設定します。

CLOUDFLARE_API_TOKEN=your_api_token CLOUDFLARE_ACCOUNT_ID=your_account_id
  1. 依存関係をインストールしてビルドします。

npm install npm run build

プロジェクト構造

. ├── src/ # Source code ├── dist/ # Compiled output ├── types.ts # Type definitions └── .env # Environment configuration

利用可能なスクリプト

  • npm run build - TypeScript コードをビルドする

  • npm run inspect - MCPインスペクターで実行

使用例

const result = await toMarkdown({ filePaths: [ "/path/to/document.pdf", "/path/to/image.jpg" ] });

ライセンス

MITライセンス

このプロジェクトはFrad LEEによって管理されています

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Cloudflare AI サービスを使用して、さまざまなファイル形式 (PDF、画像、Office ドキュメントなど) を Markdown 記述に変換するサーバー。

  1. 主な特徴
    1. サポートされているファイル形式
      1. システム要件
        1. インストール
          1. Smithery経由でインストール
          2. 手動インストール
        2. MCP クライアント構成
          1. カーソル統合
          2. クロードデスクトップセットアップ
          3. ChatWiseの設定
        3. APIリファレンス
          1. to-markdownツール
        4. 開発ガイド
          1. はじめる
          2. プロジェクト構造
          3. 利用可能なスクリプト
        5. 使用例
          1. ライセンス

            Related MCP Servers

            • 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
              14
              2,123
              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
              1
              10
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              Converts various file types (documents, images, audio, web content) to markdown format without requiring Docker, supporting PDF, Word, Excel, PowerPoint, images, audio files, web URLs, and more.
              Last updated -
              69
              9
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              An MCP server that converts PDF files to Markdown format using AI sampling capabilities, supporting both local files and URLs with incremental conversion features.
              Last updated -
              1
              1
              MIT License

            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/FradSer/mcp-server-to-markdown'

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