Description

Integrates with Lanhu, a Chinese product design collaboration platform used by design teams. Provides automated extraction of design specifications, requirements documents, and prototype data from Lanhu URLs through web scraping. Built with Python using Playwright and BeautifulSoup, includes cookie-based authentication for protected projects, Docker deployment support, and team collaboration features including message boards and Feishu notifications. Enables development teams to programmatically access Lanhu design documentation for code generation and project planning.

Installation

git clone https://github.com/dsphper/lanhu-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "lanhu": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}