Nuxt MCP Server

Add this server to your Cursor, Windsurf or other MCP client to start using the Nuxt MCP.

{
  "mcpServers": {
    "nuxt": {
      "url": "https://mcp.nuxt.com/sse"
    }
  }
}

If url is not supported, you can use the following config:

{
  "mcpServers": {
    "nuxt": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.nuxt.com/sse"]
    }
  }
}