Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‚ File Systems
  3. Changethisfile MCP
Changethisfile MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 6:03:28 PM

Changethisfile MCP

User RatingsBe the first to rate and review this MCP server!
View Repository5 GitHub StarsTotal stargazers on GitHub for the source repository (5 stars).Visit Website
file-conversionmultimediadocumentsmcp

Converts, translates, compresses, and extracts files through MCP using a hosted ChangeThisFile endpoint.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "aadilr-changethisfile-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skills"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (7) Directory Badge Claim listing AlternativesπŸ“‚ More in File Systems

Overview

aadilr/changethisfile-mcp MCP server exposes ChangeThisFile file operations through remote streamable HTTP or a local stdio bridge. It accepts public URLs or base64 file data, supports broad conversion routes, and returns temporary download URLs or job results. Additional tools translate documents, extract tables, compress files, and route natural-language file instructions. Reach for it when an agent needs server-side file processing without managing conversion engines locally.

Use cases

β€’Convert documents, images, audio, or video between supported formats
β€’Translate documents while preserving their layout
β€’Extract tables from PDFs or images into Excel
β€’Compress media or PDFs to a specified maximum size
β€’Route plain-language file instructions to the appropriate operation

Key features

β€’URL and base64 file input
β€’More than 1,000 documented conversion routes
β€’Temporary signed download URLs
β€’Layout-preserving document translation
β€’Table extraction and exact-size compression
β€’Remote HTTP and local stdio access

Capabilities & Tool Schemas (7) ~249 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Changethisfile MCP.

convert_file

Convert a file. Pass a publicly accessible `source_url` **or** `base64_content` (max ~5MB), plus a `target_format` (e.g. `pdf`, `mp3`, `json`). Source format is auto-detected from the URL/filename, or pass `source_format` explicitly. Returns a download URL valid for 1 hour.

list_conversions

List all supported conversion routes, optionally filtered by `source_format` (e.g. `docx` β†’ see every format you can convert DOCX into).

translate_file

Translate a document with its layout preserved. Returns a free preview and a one-time checkout link for the full output.

extract_tables

Extract tables from PDFs or images into Excel. Returns a free preview and a one-time checkout link for the full output.

compress_file

Compress a PDF, image, or video to an exact maximum size. Free with a daily limit.

do_file_job

Route a plain-language file instruction to conversion, translation, extraction, or compression.

How Changethisfile MCP works

What aadilr/changethisfile-mcp MCP server does

aadilr/changethisfile-mcp MCP server connects MCP clients to ChangeThisFile.com for server-side file processing. Its core conversion tools cover image, video, audio, document, data, spreadsheet, font, ebook, and archive formats. The README describes more than 1,000 conversion routes, while list_conversions can be used to inspect the available routes instead of relying on a fixed format list.

The server also exposes instruction-oriented operations. translate_file translates a document while preserving its layout, extract_tables extracts tables from PDFs or images into Excel, and compress_file reduces a PDF, image, or video to an exact maximum size. do_file_job accepts a plain-language file instruction and routes it to conversion, translation, extraction, or compression. check_job retrieves the status and available result for a submitted job.

How it works

For convert_file, provide either a publicly accessible source_url or base64_content, together with a target_format. Base64 input is limited to approximately 5 MB. The source format is normally detected from the URL or filename, but source_format can be supplied explicitly when detection is insufficient.

Conversions run on the hosted service and return a signed download URL. Download links remain valid for one hour. Uploaded files are automatically deleted within 24 hours. Some other operations return a free preview and a one-time checkout link for the complete result; this applies to document translation and table extraction according to the supplied tool descriptions.

The remote MCP endpoint is https://changethisfile.com/mcp and uses streamable HTTP transport. The local package acts as a stdio bridge to that hosted endpoint rather than running the conversion engines on the client machine.

Setup and configuration

Use the remote endpoint directly when the MCP client supports streamable HTTP. For stdio-only clients, the repository documents this command:

Terminal
npx -y github:aadilr/changethisfile-mcp

The upstream URL can be changed with CHANGETHISFILE_MCP_URL. The default is the hosted endpoint above. Docker and a cloned local checkout are also documented, including npm install followed by node index.js.

No signup is required for the first 25 conversions per month per network. After that allowance, the service requires a free verified API key. For the stdio bridge, set that key with CTF_API_KEY; direct HTTP requests use a bearer authorization header instead. Paid API plans are available for higher usage.

Tools and capabilities

  • Convert files from URLs or base64 input into a selected target format.
  • List supported conversion routes, optionally filtered by source format.
  • Translate documents while retaining their layout.
  • Extract PDF or image tables into Excel output.
  • Compress PDFs, images, or videos to an exact maximum size.
  • Submit natural-language file jobs and inspect their results.

Limitations and notes

Processing is server-side, so files are sent to ChangeThisFile.com rather than converted entirely on the local machine. Base64 uploads have an approximate 5 MB limit, download URLs expire after one hour, and uploaded files may remain available for processing for up to 24 hours before automatic deletion. Per-IP rate limiting applies.

The free allowance is limited to 25 conversions per month per network. Translation and table extraction provide a free preview but require a one-time checkout link for the full output, while compression is described as free with a daily limit. The exact supported route should be checked with list_conversions because format support is route-specific.

For aadilr/changethisfile-mcp MCP server deployments, keep the upstream URL and API key configuration separate from client configuration so the bridge can be redirected without changing tool calls. The project is licensed under MIT.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in File Systems View all alternatives
  • Gurupdf MCP logoGurupdf MCP

    Convert, compress, merge, split, and OCR PDFs, plus convert between 100+ file formats (Word, Excel, PowerPoint, images, ebooks, video) from any AI agent. Backed by the GuruPDF API; free tier with daily credits, zero-config via npx gurupdf-mcp.

    πŸ“‚ File Systems4 views
    Compare vs Gurupdf MCP β†’
  • Convertica MCP logoConvertica MCP

    Convert PDF ⇄ Word, Excel, PowerPoint, JPG, HTML, Markdown, EPUB and PDF/A, plus merge, split, compress, watermark, sign, and protect PDFs, and convert images (HEIC, WebP) β€” 35+ tools from convertica.net. Zero-config via npx convertica-mcp.

    πŸ“‚ File Systems3 views
    Compare vs Convertica MCP β†’
  • Markitdown logoMarkitdown

    MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.

    πŸ“‚ File Systems4 views
    Compare vs Markitdown β†’
  • MCP Server Opendal logoMCP Server Opendal

    Model Context Protocol Server for Apache OpenDALβ„’

    πŸ“‚ File Systems2 views
    Compare vs MCP Server Opendal β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
5
Stargazers on the source repository.
npm downloads
39M
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
7
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Changethisfile MCP

For a stdio-only client, run `npx -y github:aadilr/changethisfile-mcp`. Clients that support streamable HTTP can connect to `https://changethisfile.com/mcp` without a local install.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewChangethisfile MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aadilr-changethisfile-mcp?style=directory)](https://allmcps.com/mcp/aadilr-changethisfile-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/aadilr-changethisfile-mcp"><img src="https://allmcps.com/api/badge/aadilr-changethisfile-mcp?style=directory" alt="Changethisfile MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‚File Systems
PricingFreemium
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 5, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars5
GitHub Star CountTotal stargazers on GitHub representing community popularity (5 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 6, 2026
npm downloads39,859,228/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
64Quality signal: Good Β· 64/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity8/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev Β· skills (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“‚ File Systems β†’Best MCP servers for File Systems β†’Alternatives to Changethisfile MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code