Send to Your Agent
Copy this prompt and paste it into Claude, Cursor, or any MCP client to install instantly.
Install the i18n-agent MCP server for me.
Server: i18n-agent
Description: AI-powered translation for 48 languages with context-aware quality
Install command: npx -y @i18n-agent/mcp-client
Environment variables needed:
- I18N_AGENT_API_KEY: API key from app.i18nagent.ai (required)
- MCP_SERVER_URL: MCP server URL
GitHub: https://github.com/i18n-agent/mcp-client
Please install this MCP server and confirm when ready. Paste into any AI agent with MCP support — works with Claude Desktop, Cursor, Cline, and more.
Quick Install
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
- Open Claude Desktop app
- Go to Settings → Developer → Edit Config
- Paste the config below into the file
- Restart Claude Desktop
{
"mcpServers": {
"ai-i18nagent-i18n-agent": {
"command": "npx",
"args": [
"-y",
"@i18n-agent/mcp-client"
],
"env": {
"I18N_AGENT_API_KEY": "your-value-here"
}
}
}
} Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json
Installation Methods
npx -y @i18n-agent/mcp-clientTools (1)
execute Execute i18n-agent operations
Environment Variables
I18N_AGENT_API_KEY RequiredAPI key from app.i18nagent.ai
your-value-hereMCP_SERVER_URL OptionalMCP server URL
value| Name | Description | Required | Example |
|---|---|---|---|
| I18N_AGENT_API_KEY | API key from app.i18nagent.ai | Required | your-value-here |
| MCP_SERVER_URL | MCP server URL | Optional | value |
Compatibility
About
AI-powered translation for 48 languages with context-aware quality
Overview
AI-powered translation for 48 languages with context-aware quality
Repository
Find the source code at https://github.com/i18n-agent/mcp-client.
Tools
- execute: Execute i18n-agent operations
Environment Variables
I18N_AGENT_API_KEY: API key from app.i18nagent.ai (Required)MCP_SERVER_URL: MCP server URL
Installation
NPX
npx -y @i18n-agent/mcp-client
Related Resources
AgentDM: Agent to Agent Communication Platform
MCP ServerAgent communication platform for agent to agent messaging via MCP. Messages, channels, skills.
Gemini 3 System Prompt Generator
PromptA meta-prompt that uses Gemini 3 to write optimized system prompts for *other* AI agents.
Agent
GlossaryAn AI agent is a system that uses a language model to perceive its environment, make decisions, and take actions to reach a goal. Unlike a simple chatbot that only responds to prompts, an agent can loop: observe state, plan next steps, call tools, review results, and adapt until the task is done. Agents are built from several components. A planner breaks a goal into subtasks. A memory module stores conversation history and working context. A tool interface lets the agent call APIs, run code, query databases, or interact with other systems. A feedback loop checks whether each step moved the agent closer to the goal. Simple agents might answer a question by searching the web. Complex agents can write and test code, file pull requests, or coordinate with other agents. The more autonomy an agent has, the more important safety guardrails become, such as human approval for destructive actions and clear logging for every decision.
3D Printing Optimizer
SkillOptimize 3D models for additive manufacturing considering orientation, supports, infill, and material properties.
TinyFish AI Web Agent
MCP ServerAI-powered web automation. Navigate websites using AI agents for one page or a thousand
Compare LLM Pricing
This server works with Claude, GPT-4o, and other models. Compare API costs side-by-side to find the cheapest option for your workflow.
