Nuxt I18N MCP
Rank #2,476io.github.fabkho/nuxt-i18n-mcp
MCP server providing nuxt-i18n-mcp capabilities
Nuxt I18N MCP is a Model Context Protocol (MCP) server published by fabkho. It ranks #2,476 of 115,460 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Nuxt I18N MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Mar 15, 2026 and most recently updated on Mar 20, 2026.
Ranks ahead of 112,984 of 115,460 servers on MCP Toplist.
Use Nuxt I18N MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nuxt-i18n-mcp -- npx -y nuxt-i18n-mcp[mcp_servers.nuxt-i18n-mcp]
command = "npx"
args = ["-y", "nuxt-i18n-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"nuxt-i18n-mcp": {
"command": "npx",
"args": [
"-y",
"nuxt-i18n-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"nuxt-i18n-mcp": {
"command": "npx",
"args": [
"-y",
"nuxt-i18n-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"nuxt-i18n-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nuxt-i18n-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"nuxt-i18n-mcp": {
"command": "npx",
"args": [
"-y",
"nuxt-i18n-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nuxt-i18n-mcp": {
"command": "npx",
"args": [
"-y",
"nuxt-i18n-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fabkho%2Fnuxt-i18n-mcp)<a href="https://mcptoplist.com/server/io.github.fabkho%2Fnuxt-i18n-mcp"><img src="https://mcptoplist.com/badge/io.github.fabkho%2Fnuxt-i18n-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
fabkho
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Mar 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Nuxt I18N MCP?
- Nuxt I18N MCP is maintained by fabkho, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Nuxt I18N MCP listed on the Official MCP Registry?
- Yes — Nuxt I18N MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Nuxt I18N MCP have?
- MCP Toplist tracks 2 versions of Nuxt I18N MCP, most recently published on Mar 20, 2026.
- Where can I find the source code for Nuxt I18N MCP?
- The source code for Nuxt I18N MCP is hosted at github.com/fabkho/the-i18n-kit.