一个功能强大的 [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) 服务器,专为 AI 编程时代设计,完美支持蓝湖(Lanhu)设计协作平台。
Connect Lanhu MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. 一个功能强大的 Model Context Protocol (MCP) 服务器,专为 AI 编程时代设计,完美支持蓝湖(Lanhu)设计协作平台。. The lanhu mcp mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
lanhu_resolve_invite_link — 解析邀请链接lanhu_get_pages — 获取原型页面列表lanhu_get_ai_analyze_page_result — 分析原型页面内容lanhu_get_designs — 获取UI设计图列表lanhu_get_ai_analyze_design_result — 分析UI设计图lanhu_get_design_slices — 获取切图信息lanhu_say — 发布留言lanhu_say_list — 查看留言列表lanhu_say_detail — 查看留言详情lanhu_say_edit — 编辑留言lanhu_say_delete — 删除留言lanhu_get_members — 查看协作者Configuration is passed through the environment: LANHU_USER_NAME, LANHU_USER_ROLE, LANHU_COOKIE, FEISHU_WEBHOOK_URL, SERVER_HOST, SERVER_PORT, DATA_DIR, HTTP_TIMEOUT. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Lanhu MCP's toolset — lanhu_resolve_invite_link, lanhu_get_pages, lanhu_get_ai_analyze_page_result and 9 more — is a fair guide to whether it matches your workflow. It is maintained by dsphper; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Lanhu MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| lanhu_resolve_invite_link | 解析邀请链接 |
| lanhu_get_pages | 获取原型页面列表 |
| lanhu_get_ai_analyze_page_result | 分析原型页面内容 |
| lanhu_get_designs | 获取UI设计图列表 |
| lanhu_get_ai_analyze_design_result | 分析UI设计图 |
| lanhu_get_design_slices | 获取切图信息 |
| lanhu_say | 发布留言 |
| lanhu_say_list | 查看留言列表 |
| lanhu_say_detail | 查看留言详情 |
| lanhu_say_edit | 编辑留言 |
| lanhu_say_delete | 删除留言 |
| lanhu_get_members | 查看协作者 |
**Cursor / Windsurf 等其他客户端配置示例:**
```json
{
"mcpServers": {
"lanhu": {
"url": "http://localhost:8000/mcp?role=Developer&name=YourName"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| LANHU_USER_NAME | Configuration value read at startup. | Optional |
| LANHU_USER_ROLE | Configuration value read at startup. | Optional |
| LANHU_COOKIE | Configuration value read at startup. | Optional |
| FEISHU_WEBHOOK_URL | Endpoint or connection string the server talks to. | Yes |
| SERVER_HOST | Endpoint or connection string the server talks to. | Optional |
| SERVER_PORT | Configuration value read at startup. | Optional |
| DATA_DIR | Filesystem location the server is allowed to use. | Optional |
| HTTP_TIMEOUT | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.