nuxt i18n mcp for VS Code
io.github.fabkho/nuxt-i18n-mcp
MCP server for managing i18n translations in Nuxt projects.
client:VS Code
transport:stdio
runtime:npm
Install nuxt i18n mcp in VS Code
.vscode/mcp.json
{
"servers": {
"nuxt-i18n-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nuxt-i18n-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs