mcpbeat Sign in

Filechanger MCP Server

by filechanger Your server? Claim it
local only

Filechanger runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from npm.

Convert documents between text formats (markdown, html, and more) via the FileChanger API.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 149 · avg 22 · +272% w/w
a month agotoday
103
Installs / week
npm · filechanger-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add filechanger -- npx -y filechanger-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "filechanger": {
      "args": [
        "-y",
        "filechanger-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.filechanger]
command = "npx"
args = ["-y", "filechanger-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "filechanger": {
      "args": [
        "-y",
        "filechanger-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "filechanger": {
      "args": [
        "-y",
        "filechanger-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FILECHANGER_API_KEY (FileChanger API key (fc_...). Get one at https://filechanger.io.), FILECHANGER_URL (Override the MCP endpoint. Defaults to https://filechanger.io/mcp.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Filechanger

same job, measured the same way
shuck-convert
by shan-zhu

Convert between document formats — DOCX/PDF to Markdown, Markdown to DOCX.

33 installs/wk local only
FileToPDF
by filetopdf

Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.

49 installs/wk 4 tools answering
Groupdocs Markdown MCP
by groupdocs-markdown

MCP server for GroupDocs.Markdown — convert documents to Markdown via AI agents.

local only
inktomd MCP Server
by hadirizvi093

Convert files, URLs, and documents to clean, AI-ready Markdown via MCP.

9 tools answering
docx4j Word documents
by plutext

Read, convert and fill Word (.docx) documents: templates, Markdown/HTML in and out, PDF with math.

local only
FileConvert
by file-convert

Convert files between 110+ document, image, audio, video, archive and ebook formats from AI agents.

answering
MCP Document Converter
by xt765

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.

98 installs/wk local only
Convert.Online
by convert

Convert files between 400+ image, video, audio, document, ebook, archive and font formats.

answering

Filechanger — questions

Answers built from our own checks of this server.

Why is there no uptime for Filechanger?
Filechanger runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package filechanger-mcp was installed 103 times last week.
Is Filechanger still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Filechanger?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls filechanger-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Filechanger?
The npm package filechanger-mcp was installed 103 times in the last week. Week over week that is +272%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.