FogMoe/hello-world-mcp
3.3
If you are the rightful owner of hello-world-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple MCP (Model Context Protocol) server providing a hello world functionality.
Tools
hello_world
Returns a 'Hello World!' message.
Hello World MCP Server
一个简单的 MCP (Model Context Protocol) 服务器,提供 hello world 功能。
安装使用
在支持MCP的AI客户端配置文件中添加:
{
"mcpServers": {
"hello-world": {
"command": "npx",
"args": ["-y", "hello-world-mcp"]
}
}
}
功能
该服务器提供一个名为 hello_world
的工具,调用时会返回 "Hello World!" 消息。