Skip to main content
Coding AgentsTypeScript

aymericzip/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-agentscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/aymericzip/intlayer

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
TypeScript
Author
aymericzip