Nuxt Mcp Dev
Freeby MCP Community
MCP server from your Nuxt dev server helping models to understand your Nuxt app better.
v0.3.2Added Apr 12, 2026
nuxtmcpmodelcontextprotocol
Nuxt Mcp Dev MCP Server
MCP server from your Nuxt dev server helping models to understand your Nuxt app better.
Installation
Reviews
Installation
Quick install
npx -y nuxt-mcp-dev
Add to claude_desktop_config.json
{
"mcpServers": {
"nuxt-mcp-dev": {
"command": "npx",
"args": ["-y", "nuxt-mcp-dev"]
}
}
}