MCP Hub
Back to servers

ellmos-clatcher-mcp

Claude Patcher -- MCP tools that extend Claude Code with capabilities not covered by built-in tools (Read/Write/Edit/Glob/Grep/Bash). Fix encoding, convert formats, detect duplicates, batch rename, archive, and more.

npm98/wk
Updated
Mar 22, 2026

Quick Install

npx -y ellmos-clatcher-mcp

clatcher logo

ellmos-clatcher-mcp

Claude Patcher -- an MCP server that extends AI coding agents with utility tools they don't have natively. File repair, format conversion, duplicate detection, batch operations, and more.

Part of the ellmos MCP family:

ServerFocusnpm
ellmos-filecommander-mcpFilesystem operations, process management, interactive sessionsellmos-filecommander-mcp
ellmos-codecommander-mcpCode analysis, AST parsing, import managementellmos-codecommander-mcp
ellmos-clatcher-mcpUtility tools: repair, convert, detect, batch opsellmos-clatcher-mcp

Each server covers a different domain. Use one, two, or all three depending on your workflow.

Tools

ToolDescription
fix_jsonRepair broken JSON: strip comments, trailing commas, single quotes, BOM/NUL
fix_encodingFix encoding issues: BOM removal, double-encoded UTF-8, cp1252 artifacts
fix_umlautsFix broken German umlauts from double-encoding (e.g. ä -> ä)
convert_formatConvert between JSON, YAML, TOML, XML, CSV, and INI
detect_dupesFind duplicate files by content hash (SHA256), grouped by identical content
folder_diffCompare two directories, or take a snapshot and diff on next call
batch_renameRename files using regex patterns, with dry-run preview
archiveCreate, extract, or list ZIP archives
checksumCalculate file hashes (SHA256, MD5, SHA1, SHA512) with optional verification
cleanup_fileRemove BOM, trailing whitespace, fix line endings, strip NUL bytes
scan_emojiFind emoji characters in code files
regex_testTest regex patterns against text, showing all matches with groups

All destructive tools default to dry-run mode and require explicit dry_run: false to write changes.

Installation

Claude Code CLI

claude mcp add ellmos-clatcher-mcp -- npx ellmos-clatcher-mcp

npm (global)

npm install -g ellmos-clatcher-mcp
claude mcp add ellmos-clatcher-mcp -- ellmos-clatcher

From source

git clone https://github.com/ellmos-ai/ellmos-clatcher-mcp.git
cd ellmos-clatcher-mcp
npm install
npm run build
node dist/index.js

Testing

npm test

122 tests covering all 12 tools (vitest).

Requirements

  • Node.js >= 18

License

MIT

Reviews

No reviews yet

Sign in to write a review