Lingo.dev
⚡ Lingo.dev - open-source, AI-powered i18n toolkit for instant localization with LLMs. Bring your own LLM or use Lingo.dev engine. Join discord: https://lingo.dev/go/discord
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install lingodotdev/lingo.dev -c claudeThis command will automatically install and configure the Lingo.dev MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claudeAfter opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"Lingo.dev": {
"command": "npx",
"args": [
"-y",
"@lingo.dev"
],
"env": {
"ANTHROPIC_API_KEY": "${input:anthropic_api_key}",
"OPENAI_API_KEY": "${input:openai_api_key}",
"LINGODOTDEV_API_KEY": "${input:lingodotdev_api_key}"
}
}
}
}Related topics:
Details:
Stars
2,564Forks
128Last commit
5 months agoRepository age
2 yearsLicense
Apache-2.0
Auto-fetched from GitHub .
MCP servers similar to Lingo.dev:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit