nuxt i18n mcp for Cursor
io.github.fabkho/nuxt-i18n-mcp
MCP server for managing i18n translations in Nuxt projects.
client:Cursor
transport:stdio
runtime:npm
Install nuxt i18n mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nuxt-i18n-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nuxt-i18n-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs