Odel
Ellmos Clatcher MCP

Ellmos Clatcher MCP

Local
@ellmos-ai1TypeScriptMITUpdated 1w ago

Utility MCP server: JSON repair, encoding fixes, conversion, duplicates, batch rename, archives.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmellmos-clatcher-mcpv1.0.10

Run

npx -y ellmos-clatcher-mcp

MCP client config

{
  "mcpServers": {
    "ellmos-clatcher-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-clatcher-mcp"
      ]
    }
  }
}