Back to MCP Servers
Intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.
coding-agentsai
By aymericzip
Installation
npx -y intlayerConfiguration
{
"mcpServers": {
"intlayer": {
"command": "npx",
"args": ["-y", "intlayer"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes