文档处理MCP服务器

文档处理MCP服务器

提供文档读取、转换和文本处理功能的MCP服务器。

快速入门

安装

通过 Smithery 自动安装: npx -y @smithery/cli install @cablate/mcp-doc-forge --client claude 手动安装: npm install -g @cablate/mcp-doc-forge

使用

命令行运行: mcp-doc-forge 与 Dive Desktop 配合使用,添加以下配置: { "mcpServers": { "searxng": { "command": "npx", "args": [ "-y", "@cablate/mcp-doc-forge" ], "enabled": true } } } 更多详情参考仓库README。