Skip to content
Cursor

nativ for Cursor

io.github.ashish-nativ/nativ

AI-powered localization — translate, manage translation memory, and access style guides.

client:Cursor transport:stdio runtime:pypi

Install nativ in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nativ": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nativ-mcp"
      ],
      "env": {
        "NATIV_API_KEY": "<NATIV_API_KEY>",
        "NATIV_API_URL": "<NATIV_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

nativ in other clients