Skip to content
Cursor

Galaxy UI MCP Server for Cursor

io.github.buikevin/galaxy-design-mcp

MCP server exposing Galaxy UI components — manifests, source code, and framework coverage

client:Cursor transport:stdio runtime:npm

Install Galaxy UI MCP Server in Cursor

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

{
  "mcpServers": {
    "galaxy-design-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@galaxy-stack/design-mcp"
      ]
    }
  }
}

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

Galaxy UI MCP Server in other clients