← Back to Skills Marketplace
crystaria

Mcp Hello World

by Crystaria · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
226
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install mcp-hello-world
Description
最小可行 MCP 服务器示例 - 在 OpenClaw 中调用 MCP 工具(add 计算 + hello_world 问候)
Usage Guidance
This appears to be a straightforward example MCP server. Before installing: (1) review package.json and package-lock.json to confirm you trust the dependencies and their versions; run `npm audit` if possible; (2) note the small metadata inconsistency—SKILL.md contains an npm install hint while registry metadata said no install spec—confirm whether you will install from the bundled code or from an npm package name; (3) run the skill in an isolated/dev environment first (not production) and inspect network activity if you have concerns; (4) the skill does not request credentials, but if you later modify it to call external APIs, avoid embedding secrets in code or SKILL.md.
Capability Analysis
Type: OpenClaw Skill Name: mcp-hello-world Version: 1.0.2 The bundle is a legitimate 'Hello World' demonstration for a Model Context Protocol (MCP) server designed for the OpenClaw ecosystem. It provides two simple tools (arithmetic addition and a greeting generator) implemented in Node.js using the official @modelcontextprotocol/sdk. The code in src/server.js and the supporting scripts (start.sh, src/full-test.js) are transparent, follow standard development practices, and align perfectly with the extensive documentation provided. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description match the implementation: a minimal MCP server using Node.js, providing two simple tools. Requested binary (node) and declared npm usage are appropriate and proportional to the stated purpose.
Instruction Scope
SKILL.md and bundled scripts direct the agent to install deps (npm install), start the server (npm start / node src/server.js), and call tools via mcporter stdio. The instructions reference example local paths and mcporter config but do not instruct reading unrelated system files or exfiltrating data.
Install Mechanism
No arbitrary URL downloads or extract steps; installation is via npm and the repository contains package.json/package-lock.json and source files. Note: SKILL.md includes an 'install' entry for npm, but the registry metadata earlier said 'No install spec'—a minor metadata inconsistency (see guidance). package-lock references a public npm registry mirror (npmmirror), which is typical of some dev environments but worth awareness.
Credentials
The skill does not declare or read any environment variables, credentials, or config paths beyond normal examples. There are no secrets requested and no excessive env/config access.
Persistence & Privilege
always:false and normal agent invocation are used. The skill does not request permanent platform presence or modify other skills or system-wide configuration in the files provided.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcp-hello-world
  3. After installation, invoke the skill by name or use /mcp-hello-world
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
mcp-hello-world v1.0.2 - 修复文档主页链接为 ClawHub 页面,移除未建立的 GitHub 仓库链接 - 优化并明确技能标签(mcp, tool-server, hello-world, demo, beginner-friendly) - 更新作者信息说明 GitHub 仓库正在筹备
v1.0.1
mcp-hello-world v1.0.1 - 新增“这个技能能帮你做什么”章节,说明技能适用场景与用户价值 - 常见问题部分加入“这个技能对我来说有什么用”问答 - 优化整体文档,更清晰阐述用途与使用价值 - 增加开发文档(第四阶段报告.md、项目总览.md)
v1.0.0
MCP Hello World 1.0.0 — Initial Release - 提供最小可行的 MCP 服务器示例,用于演示 OpenClaw Skill 集成 - 支持 add 工具(两数相加计算) - 支持 hello_world 工具(返回个性化问候语) - 开箱即用,零配置安装与启动 - 包含完整测试套件
Metadata
Slug mcp-hello-world
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Mcp Hello World?

最小可行 MCP 服务器示例 - 在 OpenClaw 中调用 MCP 工具(add 计算 + hello_world 问候). It is an AI Agent Skill for Claude Code / OpenClaw, with 226 downloads so far.

How do I install Mcp Hello World?

Run "/install mcp-hello-world" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mcp Hello World free?

Yes, Mcp Hello World is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Mcp Hello World support?

Mcp Hello World is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mcp Hello World?

It is built and maintained by Crystaria (@crystaria); the current version is v1.0.2.

💬 Comments