MCP Directory

Intlayer MCP Server

AI-powered IDE assistance for the Intlayer i18n ecosystem: docs, CLI, and dictionary management.

Unverified
stdio (local)
No auth
TypeScript

Add to your client

Copy the config for your MCP client and paste it into its config file.

Install / run
npx -y @intlayer/mcp

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "intlayer-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@intlayer/mcp"
      ]
    }
  }
}

Step-by-step guides: Add to Claude Desktop · Add to Cursor · Add to Windsurf

Before you start

  • Node.js with npx available
  • An MCP-capable client (Cursor, VS Code, Claude Desktop, Claude Code, ChatGPT, etc.)
  • An Intlayer project (for CLI and dictionary/CMS tools)

About Intlayer MCP Server

Intlayer MCP Server exposes the Intlayer i18n ecosystem to AI assistants and MCP-capable IDEs. The local stdio server (via @intlayer/mcp) integrates documentation lookup, Intlayer CLI commands, and CMS/dictionary API management, while a hosted remote Streamable HTTP server at https://mcp.intlayer.org offers documentation-only access without authentication. Setup can be automated with npx intlayer init mcp, the Intlayer VS Code extension, or by adding a config block manually.

Tools & capabilities (38)

get-doc-list

Get the list of available Intlayer documentation entries.

get-doc

Get an Intlayer documentation entry by its key.

get-doc-by-slug

Get an Intlayer documentation entry by its slug.

fetch-doc-chunks

Fetch chunks of Intlayer documentation for context.

review-doc-blocks

Review documentation blocks.

intlayer-init

Initialize Intlayer in the project.

intlayer-build

Build the Intlayer dictionaries.

intlayer-fill

Fill missing translations in dictionaries.

intlayer-push

Push local dictionaries to the server.

intlayer-pull

Pull dictionaries from the CMS.

intlayer-content-list

List content declarations.

intlayer-content-test

Test translations.

intlayer-extract

Extract strings from a component.

intlayer-scan

Scan the project for Intlayer content.

intlayer-projects-list

List projects.

intlayer-dictionaries-list

List dictionaries via the API.

intlayer-dictionary-get

Get a dictionary by its key, including its full content.

intlayer-dictionary-create

Create a new dictionary in the selected project.

intlayer-dictionary-update

Update an existing dictionary content or metadata.

intlayer-dictionary-delete

Delete a dictionary.

intlayer-tags-list

List all tags for the selected organization.

intlayer-tag-create

Create a tag.

intlayer-tag-update

Update a tag.

intlayer-tag-delete

Delete a tag.

intlayer-organizations-list

List organizations.

intlayer-organization-select

Select an organization.

intlayer-organization-update

Update an organization.

intlayer-cms-projects-list

List CMS projects.

intlayer-cms-project-select

Select a CMS project.

intlayer-cms-project-create

Create a CMS project.

intlayer-cms-project-update

Update a CMS project.

intlayer-cms-environment-select

Select a CMS environment.

intlayer-cms-environment-create

Create a CMS environment.

intlayer-cms-environment-update

Update a CMS environment.

intlayer-cms-environment-delete

Delete a CMS environment.

intlayer-cms-environment-migrate

Migrate a CMS environment.

install-intlayer-lsp

Install the Intlayer LSP.

install-intlayer-skills

Install Intlayer AI agent skills.

What this server can do

Intlayer MCP Server provides tools for these capabilities — tap one to see every MCP server that does the same:

When to use it

  • Letting an AI assistant run Intlayer CLI commands (build, fill, push, pull) from the IDE
  • Surfacing up-to-date Intlayer documentation to the assistant for faster setup and migrations
  • Managing Intlayer CMS dictionaries, tags, organizations, and projects via the API tools
  • Extracting translatable strings from components and auto-filling missing translations

Security notes

The local stdio server runs Intlayer CLI commands on your machine (build, fill, push, pull, extract) and can manage CMS dictionaries/organizations, so review actions before allowing them. The remote Streamable HTTP server at https://mcp.intlayer.org is public, unauthenticated, exposes only documentation tools, and its availability is not guaranteed.

Intlayer MCP Server FAQ

Which clients are supported?

Any MCP-capable environment, including Cursor, VS Code, Claude Desktop, Claude Code, and AI assistants like Gemini and ChatGPT.

What is the difference between the local and remote servers?

The local stdio server (@intlayer/mcp) integrates all features including CLI and API tools and is recommended. The remote Streamable HTTP server at https://mcp.intlayer.org is public, unauthenticated, and free, but only exposes documentation tools and has no availability guarantee.

How do I set it up quickly?

Run `npx intlayer init mcp`, which asks for your platform and transport and updates the right config file (e.g. .cursor/mcp.json, .vscode/mcp.json, or the Claude Desktop config). You can also use the Intlayer VS Code extension or add the config block manually.

Does it require authentication?

No. The local stdio server runs under your own environment, and the remote server is public with no authentication.

Alternatives to Intlayer MCP Server

Compare all alternatives →

Microsoft's official browser-automation MCP using Playwright's accessibility tree (no vision model).

Featured
Verified
stdio (local)
No auth
TypeScript
12 tools
Updated 13 days agoRepo

Up-to-date, version-specific library documentation injected into your coding agent.

Verified
stdio (local)
API key
TypeScript
2 tools
Updated 17 days agoRepo

LSP-powered coding agent toolkit: semantic symbol search, references and structural edits.

Verified
stdio (local)
No auth
Python
11 tools
Updated 15 days agoRepo