Skip to content
VS Code

gradient for VS Code

io.github.ryudi84/gradient

MCP server for CSS gradient generation — linear, radial, conic

client:VS Code transport:stdio runtime:npm

Install gradient in VS Code

.vscode/mcp.json

{
  "servers": {
    "gradient": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gradient-forge-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

gradient in other clients