# Markdown转换服务器

将各种格式的文件转换为Markdown描述，帮助用户轻松获取文件内容的结构化信息。通过Cloudflare AI服务，支持多种文件类型的转换，提升文档处理效率。

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add FradSer/mcp-server-to-markdown

# Browse available tools
npx -y smithery tool list FradSer/mcp-server-to-markdown

# Get full schema for a tool
npx -y smithery tool get FradSer/mcp-server-to-markdown to-markdown

# Call a tool
npx -y smithery tool call FradSer/mcp-server-to-markdown to-markdown '{}'
```

## Tools (1)

- `to-markdown` — Generate markdown description for files including PDF (.pdf), Images (.jpeg, .jpg, .png, .webp, .svg), HTML (.html), XM…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get FradSer/mcp-server-to-markdown <tool-name>
```
