Ellmos Clatcher MCP
Rank #14,109io.github.ellmos-ai/ellmos-clatcher-mcp
Utility MCP server: JSON repair, encoding fixes, conversion, duplicates, batch rename, archives.
Ellmos Clatcher MCP is a Model Context Protocol (MCP) server published by ellmos-ai. It ranks #14,109 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Ellmos Clatcher MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 23, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 101,351 of 115,460 servers on MCP Toplist.
Use Ellmos Clatcher MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ellmos-clatcher-mcp -- npx -y ellmos-clatcher-mcp[mcp_servers.ellmos-clatcher-mcp]
command = "npx"
args = ["-y", "ellmos-clatcher-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ellmos-clatcher-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-clatcher-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ellmos-clatcher-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-clatcher-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ellmos-clatcher-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ellmos-clatcher-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ellmos-clatcher-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-clatcher-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ellmos-clatcher-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-clatcher-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ellmos-ai%2Fellmos-clatcher-mcp)<a href="https://mcptoplist.com/server/io.github.ellmos-ai%2Fellmos-clatcher-mcp"><img src="https://mcptoplist.com/badge/io.github.ellmos-ai%2Fellmos-clatcher-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ellmos-ai
Other servers by ellmos-ai
- ellmos ControlCenter#11,117 · 1 ver
- open-compute (computer-use)#11,854 · 2 vers
- ellmos Homebase#13,790 · 1 ver
- ellmos Blender Use#14,328 · 1 ver
- ellmos ServerCommander#17,969 · 1 ver
- n8n Manager MCP#27,068 · 1 ver
- ellmos FileCommander#29,654 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.10 | Jul 24, 2026 |
Frequently asked questions
- Who maintains Ellmos Clatcher MCP?
- Ellmos Clatcher MCP is maintained by ellmos-ai, which publishes 12 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Ellmos Clatcher MCP listed on the Official MCP Registry?
- Yes — Ellmos Clatcher MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Ellmos Clatcher MCP have?
- MCP Toplist tracks 1 version of Ellmos Clatcher MCP, most recently published on Jul 24, 2026.
- Where can I find the source code for Ellmos Clatcher MCP?
- The source code for Ellmos Clatcher MCP is hosted at github.com/ellmos-ai/ellmos-clatcher-mcp.