稀土掘金html部署

wwwzhouhui/juejin-deploy-mcp
Hosted
1 Stars 837 次浏览 更新于 2026-08-23

将纯前端项目(HTML/CSS/JS) 一键部署到掘金

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "juejin-deploy-mcp": {
      "args": [
        "--registry=https://registry.npmjs.org",
        "-y",
        "@juejin-team/mcp-server@latest"
      ],
      "command": "npx",
      "env": {
        "JUEJIN_TOKEN": ""
      }
    }
  }
}

该服务需要配置环境变量:JUEJIN_TOKEN

可用工具 (1 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

deploy_frontend 1 个参数 需填 1 项

get file about frontend like script, style, html and upload them to juejin. and return a deploy url to user

必填参数:projectDir

服务介绍

json
{
"mcpServers": {
"juejin-deploy-mcp": {
"command": "npx",
"args": [
"--registry=https://registry.npmjs.org",
"-y",
"@juejin-team/mcp-server@latest"
],
"env": {
"JUEJIN_TOKEN": ""
}
}
}
}

相关 MCP 服务