Skip to main content
Glama

MCP Markdown Conversion Server

by FradSer

MCP 服务器到 Markdown

English |简体中文

强大的模型上下文协议 (MCP) 服务器,利用 Cloudflare AI 服务将各种文件格式转换为 Markdown 描述。该服务器提供标准化接口,可实现无缝的文件转换和描述生成。

主要特点

  • 与 Cloudflare AI 服务无缝集成
  • 高效的 Markdown 描述生成
  • 全面的文件格式支持
  • 原生 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 桌面设置

将以下内容添加到您的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 :Array(必需) - 要处理的文件路径列表

响应结构:

[ { "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维护

You must be authenticated.

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. Claude 桌面设置
          3. ChatWise 配置
        3. API 参考
          1. to-markdown 工具
        4. 开发指南
          1. 入门
          2. 项目结构
          3. 可用脚本
        5. 使用示例
          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 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
            • -
              security
              -
              license
              -
              quality
              An AI-powered server that analyzes uploaded images and automatically generates explanatory text (docent) for various images.
              Last updated -
              2
              TypeScript

            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