i18n-tools-mcp — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsi18n-tools-mcp
    Back to Agents
    i18n-tools-mcp

    i18n-tools-mcp

    Trivle March 5, 2026
    1 copies 0 downloads

    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.

    Agent Definition
    # @trivle/i18n-tools-mcp
    
    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.
    
    ## Install
    
    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`):
    
    ```json
    {
      "mcpServers": {
        "i18n-tools": {
          "command": "npx",
          "args": ["@trivle/i18n-tools-mcp", "./messages", "nl"]
        }
      }
    }
    ```
    
    Arguments:
    
    1. **Required**: Path to the directory containing your translation files
    2. **Optional**: Base locale code (default: `nl`) — used in tool descriptions to guide AI agents
    3. **Optional**: JSON indentation spaces (default: `4`)
    
    ## Directory structures
    
    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.
    
    ## Tools
    
    ### `query`
    
    Look 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"` |
    
    ### `set`
    
    Set a translation value for a si

    Tags

    i18ni18n-reacti18nextmcpmcp-server

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.