Skip to content
Cursor

Ellmos Clatcher MCP for Cursor

io.github.ellmos-ai/ellmos-clatcher-mcp

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

client:Cursor transport:stdio runtime:npm

Install Ellmos Clatcher MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Ellmos Clatcher MCP in other clients