@intlayer/mcp
Freeby MCP Community
Intlayer MCP server. Handle MCP to help IDE to use Intlayer. It build, fill, pull, push, dictionaries
v8.6.10Added Apr 12, 2026
intlayermcpmcp-servermcp-proxydocumentation
@intlayer/mcp MCP Server
Intlayer MCP server. Handle MCP to help IDE to use Intlayer. It build, fill, pull, push, dictionaries
Installation
npx -y @intlayer/mcp
Reviews
Installation
Quick install
npx -y @intlayer/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@intlayer/mcp": {
"command": "npx",
"args": ["-y", "@intlayer/mcp"]
}
}
}