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

Installation

npx -y intlayer

Configuration

{
  "mcpServers": {
    "intlayer": {
      "command": "npx",
      "args": ["-y", "intlayer"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub