Skip to content

@intlayer/mcp

Free

by 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
Works with:ClaudeGPTGeminiCopilot

@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

Leave a Review

Installation

Quick install
npx -y @intlayer/mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "@intlayer/mcp": {
      "command": "npx",
      "args": ["-y", "@intlayer/mcp"]
    }
  }
}