
Huoshui File Converter
Convert documents between formats from your agent while you ship docs, exports, and content pipelines.
Overview
huoshui-file-converter is a MCP server for the Build phase that provides document format conversion tools to coding agents via stdio.
What is this MCP server?
- Document format conversion exposed as MCP tools
- PyPI package huoshui-file-converter with stdio transport
- HUOSHUI_WORKING_DIR environment variable for output workspace
- Version 1.0.0 in official server schema metadata
- PyPI identifier huoshui-file-converter version 1.0.0
- HUOSHUI_WORKING_DIR documented in server package env vars
- stdio transport in published manifest
What problem does it solve?
Agents and solo builders waste time chaining one-off conversion commands whenever specs or exports need a different file format.
Who is it for?
Builders automating README, PDF, or office-format handoffs inside MCP workflows on a machine they control.
Skip if: High-volume enterprise DAM pipelines or cloud-only teams that cannot run a local Python MCP process.
What do I get? / Deliverables
You get repeatable, agent-driven document conversions into a configured working directory during build and docs work.
- Converted document files in the configured working directory
- Agent-accessible conversion steps in docs and export workflows
- Fewer manual format-conversion shell commands
Recommended MCP Servers
Journey fit
Canonical shelf is Build with a docs subphase because format conversion most often unblocks READMEs, specs, and deliverable files during implementation. Docs covers transformation of user-facing and internal documents—not core app runtime APIs.
How it compares
Local document conversion MCP, not a collaborative wiki or static site generator.
Common Questions / FAQ
Who is huoshui-file-converter for?
Solo developers who want their agent to convert documents locally while writing docs and shipping file-based deliverables.
When should I use huoshui-file-converter?
Use it during Build when you need to transform drafts, exports, or attachments into another format without leaving the agent session.
How do I add huoshui-file-converter to my agent?
Install huoshui-file-converter from PyPI, set HUOSHUI_WORKING_DIR to your output folder, and add the stdio server entry in your MCP client.