botfactory-mcp
BotFactory MCP bots — Glama registry
by varvararatta
MCP server for Translation Services
Translates text between languages for AI assistants.
Captured live from the server via tools/list.
Translate text between 100+ languages (MyMemory). target/source: ISO codes (en, uk, de, ...). Returns {translated, source, target}
Translate a list of strings into the target language. Returns {results: [{original, translated}]}
List supported language codes and names. FREE discovery.
No parameters.
Health check. FREE.
No parameters.
BotFactory MCP bots — Glama registry
Hosted server - connect over the network, no local install.
https://translation-services-mcp.mcpize.run/mcpclaude_desktop_config.json
{
"mcpServers": {
"translation_services_mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://translation-services-mcp.mcpize.run/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.