Lanhu Design MCP

面向 macOS 的蓝湖设计读取与细粒度 UI 资源导出 MCP 服务器。 读取蓝湖设计项目,列出所有设计图 分析设计稿并返回平台调整后的 UI 结构(Android dp / iOS pt / Web px / 微信 rpx) 返回完整设计图与 Sketch、Figma、Photoshop 细粒度切图资源及多倍率地址 导出包含资产和分析的完整 Agent UI 还原上下文 托管 Chrome Profile 自动登录,无需手动复制 Cookie. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-19 · ★ 5 · #137 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Lanhu Design MCP

Claude Code

claude mcp add blantian-lanhu-design-mcp -- uvx lanhu-design-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-19 - young repo, little track record yet

license MIT - declared in the repository

pypi package lanhu-design-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.blantian is GitHub-verified and matches the repo owner

03 · What Lanhu Design MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.0 · 2026-07-19

Changed · 将认证模块组织为 auth 包,设计处理模块组织为 design 包。 · 测试文件按领域归位,删除重复与过时测试。 · 清理死代码、历史文档及提示模块,精简 README 为正式上线文档。 · MCP 公共合同(工具名、参数、响应结构)保持不变。

v0.1.1 · 2026-07-19

Changed · 认证统一为 macOS 专用托管 Chrome Profile,不再读取 Cookie 文件、环境变量或默认浏览器数据库。 · MCP 启动方式统一为 stdio,并重写正式安装与使用文档。 · 所有生产代码函数和方法增加中文用途说明。 · Added · 支持 Sketch、Figma、Photoshop 细粒度切图及多倍率资源地址。 · 增加 PyPI Trusted Publishing、会话有效性验证和…

v0.1.0 · 2026-07-19

Added · 初始发布 · 4 个 MCP 工具: · - lanhu_get_designs - 获取项目设计列表 · - lanhu_analyze_design - 分析指定设计稿 · - lanhu_get_design_assets - 获取设计资源 · - lanhu_export_ui_context - 导出完整 UI 上下文 · 支持 4 种平台:web, android, ios…

04 · Who maintains Lanhu Design MCP

lanhu-design-mcp is maintained by blantian. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
browser automation - ranked #137 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-19)
registry
io.github.blantian/lanhu-design-mcp (active, first published 2026-07-19 · 2 versions)
packages
pypi:lanhu-design-mcp

06 · Lanhu Design MCP FAQ

What is Lanhu Design MCP?

面向 macOS 的蓝湖设计读取与细粒度 UI 资源导出 MCP 服务器。 读取蓝湖设计项目,列出所有设计图 分析设计稿并返回平台调整后的 UI 结构(Android dp / iOS pt / Web px / 微信 rpx) 返回完整设计图与 Sketch、Figma、Photoshop 细粒度切图资源及多倍率地址 导出包含资产和分析的完整 Agent UI 还原上下文 托管 Chrome Profile 自动登录,无需手动复制 Cookie. It runs locally over stdio via the published package.

Is Lanhu Design MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-19 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Lanhu Design MCP?

Run `uvx lanhu-design-mcp`. You can also paste the ready-made client config above.

Does Lanhu Design MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Lanhu Design MCP