← Index

io.github.fabkho/nuxt-i18n-mcp

io.github.fabkho/nuxt-i18n-mcp·v1.0.1·Other
Quality Score
84
/100

MCP server for managing i18n translations in Nuxt projects.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "nuxt-i18n-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nuxt-i18n-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "nuxt-i18n-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nuxt-i18n-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y nuxt-i18n-mcp
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other