
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
filechanger-mcp
Advanced tools
MCP server for FileChanger: convert text between document formats, list supported formats, and read the API docs.
MCP server for FileChanger, giving an AI assistant the ability to convert documents between formats. Markdown to HTML, LaTeX to Typst, DocBook to AsciiDoc, RST to Jira markup, and a few hundred other pairs.
Conversion runs on FileChanger's servers (pandoc under the hood), so there is nothing to install locally beyond this package.
Get an API key (fc_...) at filechanger.io.
Claude Code:
claude mcp add filechanger -e FILECHANGER_API_KEY=fc_your_key_here -- npx -y filechanger-mcp
Any other MCP client, add to your config:
{
"mcpServers": {
"filechanger": {
"command": "npx",
"args": ["-y", "filechanger-mcp"],
"env": { "FILECHANGER_API_KEY": "fc_your_key_here" }
}
}
}
| Tool | Arguments | Returns |
|---|---|---|
convert | content, from, to (all required) | The converted document as text |
list_formats | none | Supported input and output formats |
docs | none | The FileChanger API documentation as markdown |
Formats are named as you would expect: markdown, gfm, commonmark, html,
latex, typst, rst, docbook, org, mediawiki, dokuwiki, jira,
textile, djot, json, csv, tsv, native. A couple are output-only,
notably asciidoc and plain. Call list_formats for the authoritative
lists, they are what the server actually validates against.
Once configured, you can just ask: "convert this LaTeX to Typst", and the assistant picks the tool up on its own.
convert handles text formats only. Binary targets (docx, epub, odt,
pdf, and the audio/video/image formats) are not available over MCP because the
tool result has to be text. Use the
REST jobs API for those.
| Variable | Required | Default |
|---|---|---|
FILECHANGER_API_KEY | yes | none, the server exits with an error without it |
FILECHANGER_URL | no | https://filechanger.io/mcp |
FILECHANGER_URL is there for self-hosted or staging deployments. This package
is a thin stdio proxy: it forwards JSON-RPC to that endpoint and streams the
response back.
MIT licensed.
FAQs
MCP server for FileChanger: convert text between document formats, list supported formats, and read the API docs.
The npm package filechanger-mcp receives a total of 228 weekly downloads. As such, filechanger-mcp popularity was classified as not popular.
We found that filechanger-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.