
Intlayer MCP Server
AI-powered IDE assistance for the Intlayer i18n ecosystem: docs, CLI, and dictionary management.
Add to your client
Copy the config for your MCP client and paste it into its config file.
npx -y @intlayer/mcpPaste 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-listGet the list of available Intlayer documentation entries.
get-docGet an Intlayer documentation entry by its key.
get-doc-by-slugGet an Intlayer documentation entry by its slug.
fetch-doc-chunksFetch chunks of Intlayer documentation for context.
review-doc-blocksReview documentation blocks.
intlayer-initInitialize Intlayer in the project.
intlayer-buildBuild the Intlayer dictionaries.
intlayer-fillFill missing translations in dictionaries.
intlayer-pushPush local dictionaries to the server.
intlayer-pullPull dictionaries from the CMS.
intlayer-content-listList content declarations.
intlayer-content-testTest translations.
intlayer-extractExtract strings from a component.
intlayer-scanScan the project for Intlayer content.
intlayer-projects-listList projects.
intlayer-dictionaries-listList dictionaries via the API.
intlayer-dictionary-getGet a dictionary by its key, including its full content.
intlayer-dictionary-createCreate a new dictionary in the selected project.
intlayer-dictionary-updateUpdate an existing dictionary content or metadata.
intlayer-dictionary-deleteDelete a dictionary.
intlayer-tags-listList all tags for the selected organization.
intlayer-tag-createCreate a tag.
intlayer-tag-updateUpdate a tag.
intlayer-tag-deleteDelete a tag.
intlayer-organizations-listList organizations.
intlayer-organization-selectSelect an organization.
intlayer-organization-updateUpdate an organization.
intlayer-cms-projects-listList CMS projects.
intlayer-cms-project-selectSelect a CMS project.
intlayer-cms-project-createCreate a CMS project.
intlayer-cms-project-updateUpdate a CMS project.
intlayer-cms-environment-selectSelect a CMS environment.
intlayer-cms-environment-createCreate a CMS environment.
intlayer-cms-environment-updateUpdate a CMS environment.
intlayer-cms-environment-deleteDelete a CMS environment.
intlayer-cms-environment-migrateMigrate a CMS environment.
install-intlayer-lspInstall the Intlayer LSP.
install-intlayer-skillsInstall 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).
Up-to-date, version-specific library documentation injected into your coding agent.
LSP-powered coding agent toolkit: semantic symbol search, references and structural edits.
Compare Intlayer MCP Server with: