Skip to content
Cursor

gradient for Cursor

io.github.ryudi84/gradient

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

client:Cursor transport:stdio runtime:npm

Install gradient in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gradient in other clients