
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
@kuailian/mcp-server
Advanced tools
在 Cursor / Claude Code 里一句话发布网页到 快链。
mcp.json(Key 只显示一次,请妥善保存){
"mcpServers": {
"kuailian": {
"command": "npx",
"args": ["-y", "@kuailian/mcp-server"],
"env": {
"KUAILIAN_API_KEY": "kl_live_xxx"
}
}
}
}
不用手动安装,也不用启动任何服务——Cursor 会在需要时把它当子进程拉起来,用完自动结束。
需要联网:协议走本地 stdio,但发布必须调用快链 API。
| 变量 | 必填 | 默认值 |
|---|---|---|
KUAILIAN_API_KEY | 是 | — |
KUAILIAN_API_URL | 否 | https://link.3ceng.cn/api |
KUAILIAN_SITE_URL | 否 | https://link.3ceng.cn |
cd mcp-server && npm i && npm run dev
调试时把 mcp.json 的 command 换成 npx、args 换成 ["-y", "tsx", "<仓库内 mcp-server/src/index.ts 的绝对路径>"],并把两个 URL 变量指向本地服务。
| Tool | 作用 |
|---|---|
kuailian_publish_html | 发布单页 HTML |
kuailian_update_page | 更新已有代码站 |
kuailian_publish_dir | 打包发布本地静态目录(zip) |
kuailian_update_dir | 更新文件夹站 |
kuailian_list_pages | 我的快链列表 |
kuailian_get_page | 项目详情 |
kuailian_delete_page | 删除(进回收站) |
kuailian_get_quota | 配额 / 会员状态 |
kuailian_get_stats | 访问统计(会员) |
统一返回短链:https://link.3ceng.cn/view/{shortId}。
kuailian://docs/limitskuailian://docs/kv-apikuailian://docs/publish-guide返回结构化错误,含 upgrade_url(?from=mcp),Agent 会引导用户去会员页升级。MCP 不能代付。
FAQs
Publish AI-generated web pages to a live URL from Cursor or Claude Code. 在 Cursor / Claude Code 里一句话把 AI 生成的网页发布成网址。
The npm package @kuailian/mcp-server receives a total of 24 weekly downloads. As such, @kuailian/mcp-server popularity was classified as not popular.
We found that @kuailian/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.