Catalog
Filechanger
Officialby filechanger
Convert documents between text formats (markdown, html, and more) via the FileChanger API.
Convert documents between text formats (markdown, html, and more) via the FileChanger API.
README not available yet.
Install
Configuration
Environment variables
FILECHANGER_API_KEYrequiredsecretFileChanger API key (fc_...). Get one at https://filechanger.io.
FILECHANGER_URLOverride the MCP endpoint. Defaults to https://filechanger.io/mcp.
claude_desktop_config.json
{
"mcpServers": {
"filechanger": {
"command": "npx",
"args": [
"-y",
"filechanger-mcp@0.1.0"
],
"env": {
"FILECHANGER_API_KEY": "<YOUR_FILECHANGER_API_KEY>",
"FILECHANGER_URL": "<YOUR_FILECHANGER_URL>"
}
}
}
}