MCP server from your Nuxt dev server helping models to understand your Nuxt app better.
| Tool name | Description | Destructive? |
|---|---|---|
| get-vite-config | ✓ no | |
| get-vite-module-info | ✓ no |
{
"mcpServers": {
"nuxt-dev": {
"command": "npx",
"args": [
"-y",
"nuxt-mcp-dev"
]
}
}
}