Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

A local file conversion server supporting audio, video, image, document, and specialized formats via Model Context Protocol. It enables batch and single-file conversions without cloud dependencies.

README.md

UFC-MCP — Universal File Converter MCP

A full-featured Model Context Protocol server that lets Claude Desktop (or any MCP host) convert audio, video, image, document, and specialized scientific/business files — all running locally with no cloud dependencies.

Features

| Category | Formats | Engine | |----------|---------|--------| | 🎵 Audio | MP3, WAV, FLAC, AAC, OGG, M4A, AIFF, OPUS, WMA | FFmpeg | | 🎬 Video | MP4, WebM, AVI, MOV, MKV, FLV, WMV, GIF, 3GP | FFmpeg | | 🖼️ Image | JPEG, PNG, WebP, AVIF, GIF, TIFF, ICO, BMP, SVG | Sharp | | 📄 Document | Markdown, JSON, YAML, HTML, CSV, TXT | Node.js | | 📊 Spreadsheet | CSV, TSV, XLSX, JSON, HTML, Markdown | Node.js | | 🗜️ Archive | ZIP, GZIP, BZIP2, TAR, 7Z, RAR | Node.js + CLI | | 🔤 Font | TTF, OTF, WOFF, WOFF2 | fonttools | | 🎨 3D Models | OBJ, STL, PLY, GLTF, GLB | Node.js + assimp | | 📧 Email | EML, MBOX → JSON/HTML/TXT | Node.js | | 🎼 Music Notation | MIDI, ABC, MusicXML → JSON | Node.js | | 🧬 Biotech | FASTA, FASTQ, VCF, GFF, PDB → JSON/CSV | Node.js | | 💰 Fintech | OFX, QFX, QIF, MT940 → JSON/CSV | Node.js | | 📦 Logistics | EDI, EDIFACT, GPX → JSON/GeoJSON | Node.js | | ⚙️ Dev Formats | TOML, INI, ENV, XML, Protobuf → JSON | Node.js | | 📈 Statistics | R, MATLAB, SPSS, Stata → JSON/CSV | Node.js + Python | | 🧪 Chemistry | MOL, SDF, XYZ, SMILES → JSON/CSV; PDB (via external RDKit/Open Babel tools) | Node.js + RDKit | | 🔭 Astronomy | FITS → JSON/CSV (header) | Node.js + astropy | | 🌍 Geoscience | KML, GeoJSON, NetCDF, HDF5 → JSON | Node.js + Python |

\ Some advanced features require optional Python libraries. PDB conversion currently relies on external RDKit/Open Babel tooling and is not handled by the built-in ChemistryProcessor.

MCP Tools

  • convert_audio — bitrate, sample rate, channel control
  • convert_video — trim, resize, fps, bitrate, audio extraction
  • convert_image — resize, compress, rotate, grayscale, icon set generation
  • convert_document — bidirectional: MD ↔ JSON ↔ YAML ↔ HTML ↔ CSV
  • convert_spreadsheet — CSV, TSV, XLSX ↔ JSON, HTML, Markdown
  • convert_archive — compress/decompress archives with various formats
  • convert_font — convert between font formats
  • convert_3d — convert 3D model formats
  • convert_email — parse email files to JSON/HTML/TXT
  • convert_music — music notation to structured JSON
  • convert_biotech — bioinformatics file conversions
  • convert_fintech — financial data format conversions
  • convert_logistics — supply chain & geospatial conversions
  • convert_dev_format — config/schema format conversions
  • convert_statistics — statistical data formats (R, MATLAB, SPSS, Stata)
  • convert_chemistry — molecular file formats (MOL, SDF, XYZ, SMILES)
  • convert_astronomy — astronomy data (FITS files)
  • convert_geoscience — geoscience formats (KML, NetCDF, HDF5)
  • batch_convert — parallel multi-file conversion
  • get_supported_formats — list all formats by category
  • get_conversion_history — session conversion log

Requirements

  • Node.js ≥ 18
  • FFmpeg on PATH (required for audio/video)
# macOS
brew install ffmpeg

# Ubuntu/Debian
sudo apt install ffmpeg

# Windows
winget install Gyan.FFmpeg

Installation

npm install
npm run build

Claude Desktop Setup

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "file-converter": {
      "command": "node",
      "args": ["/path/to/UFC-MCP/dist/index.js"]
    }
  }
}

Restart Claude Desktop and start converting!

Example Prompts

"Convert /music/beat.mp3 to WAV at 48000Hz stereo"
"Batch convert all MP3s in /stems/ to FLAC"
"Convert broll.mov to WebM, trim to first 30 seconds"
"Extract audio from interview.mp4 as a WAV file"
"Convert logo.png to WebP at quality 90, 800px wide"
"Generate a full icon set from app-icon.png"
"Convert README.md to JSON for my API response"
"Transform data.csv to JSON, then to Markdown table"
"Convert molecule.mol to JSON with atom coordinates"
"Parse FITS astronomy file header to JSON"
"Convert protein.pdb to structured JSON"
"Transform financial_data.ofx to CSV"
"Convert research_data.mat MATLAB file to JSON"
"Parse KML map data to GeoJSON format"

Project Structure

src/
  index.ts                     # MCP server entry point
  state/
    ConversionState.ts         # Conversion history & status tracking
  processors/
    AudioProcessor.ts          # FFmpeg-based audio conversion
    VideoProcessor.ts          # FFmpeg-based video conversion
    ImageProcessor.ts          # Sharp-based image conversion
    DocProcessor.ts            # Pure Node.js document conversion
    SpreadsheetProcessor.ts    # Spreadsheet/tabular data conversion
    ArchiveProcessor.ts        # Archive compression/decompression
    FontProcessor.ts           # Font format conversion
    3DProcessor.ts             # 3D model conversion
    EmailProcessor.ts          # Email file parsing
    MusicProcessor.ts          # Music notation conversion
    BiotechProcessor.ts        # Bioinformatics file conversion
    FintechProcessor.ts        # Financial data conversion
    LogisticsProcessor.ts      # Supply chain & geospatial conversion
    DevFormatProcessor.ts      # Developer config/schema conversion
    StatisticsProcessor.ts     # Statistical data format conversion
    ChemistryProcessor.ts      # Molecular/chemistry file conversion
    AstronomyProcessor.ts      # Astronomy data conversion
    GeoscienceProcessor.ts     # Geoscience data conversion
dashboard/
  index.html                   # Visual overview dashboard

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Cloud & DevOps servers.