Skip to content
Cursor

lanhu design mcp for Cursor

io.github.blantian/lanhu-design-mcp

Read Lanhu design specs and export fine-grained UI assets with platform-adjusted units

client:Cursor transport:stdio runtime:pypi

Install lanhu design mcp in Cursor

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

{
  "mcpServers": {
    "lanhu-design-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lanhu-design-mcp"
      ]
    }
  }
}

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

lanhu design mcp in other clients