# tt-a1i/archify | Model Context Protocol (MCP) Server > Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export. - **Stars**: ⭐ 8,623 - **Language**: HTML - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "archify": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-archify" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "archify": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-archify" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-archify` - **Docker**: `docker run -i --rm mcp/archify`