这是一个强大的模型上下文协议(MCP)服务器,借助 Cloudflare 的 AI 服务,可将多种文件格式转换为 Markdown 描述。它提供标准化接口,能实现无缝的文件转换与描述生成。
English | 简体中文
| 类别 | 文件扩展名 |
|---|---|
| 文档 | |
| 图像 | .jpeg, .jpg, .png, .webp, .svg |
| 网页内容 | .html |
| 数据 | .xml, .csv |
| 表格文件 | .xlsx, .xlsm, .xlsb, .xls, .et, .ods, .numbers |
要通过 Smithery 自动安装 Markdown 转换服务器,可使用以下命令:
npx -y @smithery/cli install @FradSer/mcp-server-to-markdown --client claude
使用 npm 进行全局安装:
npm install -g mcp-server-to-markdown
{
"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"
]
}
}
}
{
"command": "mcp-server-to-markdown",
"args": [
"CLOUDFLARE_API_TOKEN": "your_api_token",
"CLOUDFLARE_ACCOUNT_ID": "your_account_id"
]
}
该项目由 Frad LEE 负责维护。