file-conversion
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@file-conversionConvert report.md to a Word document with the GxP template"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
file-conversion
A small library + CLI + MCP server for converting between everyday file formats. Built primarily for Claude Desktop to call during other workflows, but usable directly from the command line.
Currently supports:
CSV → Excel (
.csv→.xlsx, one sheet)Excel → CSV per sheet (
.xlsx→ one.csvper sheet in an output directory)Markdown → Word (
.md→.docx, via pandoc)Markdown → Word, GxP template — same as above, plus a version-history table, a definitions table, and a footer with title and version on every page
See requirements/requirements.md for the CLI spec and requirements/mcp.md for the MCP server spec.
Quick start
1. System dependency
The markdown → Word converters use pandoc. Install once:
brew install pandoc2. Virtual environment
python3 -m venv .venv
.venv/bin/pip install -e ".[dev]"3. Smoke test
.venv/bin/file-conversion --helpRelated MCP server: doc-ops-mcp
CLI usage
file-conversion COMMAND [ARGS]...
Commands:
csv-to-xlsx CSV_PATH XLSX_PATH [--sheet-name NAME]
xlsx-to-csvs XLSX_PATH OUTPUT_DIR
md-to-docx MD_PATH DOCX_PATH
md-to-docx-gxp MD_PATH DOCX_PATH [--title TEXT] [--version TEXT]md-to-docx-gxp reads optional YAML frontmatter from the markdown to populate
the version table and definitions table. CLI flags --title and --version
override frontmatter when provided. See requirements/requirements.md for the
frontmatter schema.
MCP server
python -m file_conversion.mcp_server exposes the same four conversions as MCP
tools over stdio. Add it to your Claude Desktop config as a regular MCP server.
Contributing
See CONTRIBUTING.md for how to set up a dev environment,
run the tests, and submit a pull request.
License
Apache License 2.0 — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, PDF, DOCX (.docx), csv and more.1574MIT
- AlicenseBqualityDmaintenanceA universal MCP server for document processing, conversion, and automation. Handle PDF, DOCX, HTML, Markdown, and more through a unified API and toolset.1347139MIT
- AlicenseAqualityBmaintenanceMCP server for reading, writing, editing, formatting, and exporting Microsoft Office documents (Word, Excel, PowerPoint) via stdio JSON-RPC, with 47 tools and cross-platform support.47MIT
- AlicenseAqualityDmaintenanceA secure MCP server for converting documents between Markdown, DOCX, HTML, PDF, and TXT formats within a sandboxed working directory.3MIT
Related MCP Connectors
Use your own Word templates to convert Markdown → DOCX/PDF/HTML from any MCP-compatible AI.
CSV <-> JSON MCP.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmcneil86043/file-conversion'
If you have feedback or need assistance with the MCP directory API, please join our Discord server