Nuxt UI MCP Server

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

      {
        "mcpServers": {
          "nuxt": {
            "url": "https://nuxt-ui-mcp-server.vercel.app/mcp/sse"
          }
        }
      }
    

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

      {
        "mcpServers": {
          "nuxt": {
            "command": "npx",
            "args": ["mcp-remote", "https://nuxt-ui-mcp-server.vercel.app/mcp/sse"]
          }
        }
      }