Kuailian — publish AI-generated pages to a live URL for Cline
cn.3ceng/kuailian
Publish AI-generated web pages to a live, shareable URL from Cursor or Claude Code.
client:Cline
transport:stdio
runtime:npm
Install Kuailian — publish AI-generated pages to a live URL in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"kuailian": {
"command": "npx",
"args": [
"-y",
"@kuailian/mcp-server"
],
"env": {
"KUAILIAN_API_KEY": "<KUAILIAN_API_KEY>",
"KUAILIAN_API_URL": "<KUAILIAN_API_URL>",
"KUAILIAN_SITE_URL": "<KUAILIAN_SITE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs