LoongClaw MCP 开发者工具包 — 一键创建、加密、打包、发布 MCP 插件
Project description
LoongClaw DevKit
MCP 插件开发者工具包。一键创建、加密打包、发布 MCP 插件到 LoongClaw 商店。
安装
推荐使用 uvx(零安装直接运行):
uvx loongclaw-devkit
或用 pip 安装:
pip install loongclaw-devkit
在 AI 客户端中使用
LoongClaw 桌面客户端
在 MCP 商店中搜索 loongclaw-devkit 一键安装。
Claude Desktop / Cursor / VS Code
在 MCP 配置文件中添加:
{
"mcpServers": {
"loongclaw-devkit": {
"command": "uvx",
"args": ["loongclaw-devkit"]
}
}
}
提供的工具
| 工具 | 功能 |
|---|---|
create_mcp_project |
创建新的 MCP 插件项目(自动生成模板代码) |
publish_mcp |
一键加密编译 + 打包 + 发布到 LoongClaw 商店 |
check_mcp_status |
查看插件的本地和已发布状态 |
快速开始
让 AI 帮你完成整个流程:
"帮我创建一个天气查询的 MCP 插件,插件 ID 叫 weather-mcp"
AI 会自动调用 create_mcp_project 生成项目骨架,你只需编写核心逻辑。
完成后:
"把这个插件发布到 LoongClaw 商店"
AI 调用 publish_mcp 完成加密编译、打包、上传。
发布到商店
上传到 LoongClaw 商店需要 Store Key(专用于插件上传的安全密钥):
export LOONGCLAW_STORE_KEY="lc-store-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Store Key 获取方式:
- 前往 LoongClaw 开发者中心 登录
- 提交开发者申请,等待管理员审批
- 审批通过后,生成 Store Key
没有 Store Key 也可以正常使用创建项目和本地打包功能。
手动使用
也可以不通过 AI,直接命令行运行:
# 启动 MCP server(开发调试用)
loongclaw-devkit
# 或用 Python 模块方式
python -m loongclaw_devkit
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file loongclaw_devkit-0.4.0-py3-none-any.whl.
File metadata
- Download URL: loongclaw_devkit-0.4.0-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a591bc1ded9edd20c1856e5ecd6daa9b9f7c73c84f13ed153565aa8bf7a0fba
|
|
| MD5 |
4be9b7253d95576af052f92190c77e42
|
|
| BLAKE2b-256 |
f37289978bdd802c7a0ad7699146fc119b3558a875c14c9dc7e15fbcb7c70b42
|