WW-AI-Lab/any2markdown
一个高性能的文档转换服务器,同时支持 Model Context Protocol (MCP) 和 RESTful API 接口。将 PDF、Word 和 Excel 文档转换为 Markdown 格式,具备图片提取、页眉页脚移除和批量处理等高级功能
Platform-specific configuration:
{
"mcpServers": {
"any2markdown": {
"command": "npx",
"args": [
"-y",
"any2markdown"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...