refine

GitHub

A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "refine": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-refine"
      ]
    }
  }
}