MCP server for managing JSON translation files. Query, set, add, delete, rename, move, list, and search i18n keys across locales — designed for AI agents like Claude Code and Cursor. Supports flat and namespaced (i18next-style) directory layouts.
MCP server for querying and managing JSON translation files. Designed for AI agents (Claude Code, Cursor, etc.) to read and write i18n, i18next, react-i18next, and next-i18next translations directly through the Model Context Protocol.
Supports flat ({locale}.json) and namespaced ({locale}/{namespace}.json) directory layouts with dot-notation keys.
Ask your AI agent:
Install the @trivle/i18n-tools-mcp MCP server. The translations directory is at ./messages and the base locale is nl.
Or add it manually to your MCP client config (e.g. .cursor/settings.json):
{
"mcpServers": {
"i18n-tools": {
"command": "npx",
"args": ["@trivle/i18n-tools-mcp", "./messages", "nl"]
}
}
}
Arguments:
nl) — used in tool descriptions to guide AI agents4)Both flat and namespaced layouts are auto-detected.
Flat — one JSON file per locale:
messages/
en.json
nl.json
Namespaced — subdirectory per locale, one JSON file per namespace (i18next-style):
messages/
en/
common.json
auth.json
nl/
common.json
auth.json
In namespace mode, prefix keys with the namespace: common:Users.name. Read operations (query, list, search, missing) work across all namespaces when no prefix is given. Write operations (set, add) require a namespace prefix.
queryLook up a translation key across all locale files. Returns the value for each locale that has the key.
| Parameter | Type | Required | Description |
|---|---|---|---|
key | string | yes | Dot-notation key, e.g. "Users.name" or "common:Users.name" |
setSet a translation value for a si
Mine your Claude Code and Codex logs into a local you.md agent profile.
Local-first AI coding agent for VS Code & Cursor. Ollama, LM Studio & your inference fleet. Cursor-grade agent UX — offline, private, zero token cost.
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
Second brain for Forward Deployed Engineers. Engagement memory + 35 skills across 6 domains, all behind one @fde... Works with any AI coding agent.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
Workflows from the Neura Market marketplace related to this Cursor resource