hc0061365-mcp-hello-world
A simple MCP server that provides greeting tools such as hello and greet_multiple to return friendly messages.
README
MCP Hello World
A simple MCP (Model Context Protocol) server that provides hello world greeting tools.
工具列表 | Tools
| 工具名称 | 描述 |
|---|---|
hello |
向某人问好,返回友好的问候消息 |
greet_multiple |
同时向多人问好 |
前置需求 | Prerequisites
- Node.js 22 或以上版本
开始使用 | Getting Started
使用 Stdio 启动 | Start with Stdio transport
在 MCP 客户端配置中添加以下内容:
{
"mcpServers": {
"hc0061365-mcp-hello-world": {
"command": "npx",
"args": ["hc0061365-mcp-hello-world@latest"]
}
}
}
本地开发 | Local Development
# 安装依赖
npm install
# 使用 MCP Inspector 测试
npx @modelcontextprotocol/inspector node src/index.js
MCP 客户端配置 | MCP Client Configuration
Claude Desktop
编辑 ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"hc0061365-mcp-hello-world": {
"command": "node",
"args": ["/path/to/hc0061365-mcp-hello-world/src/index.js"]
}
}
}
Cursor
编辑 ~/.cursor/mcp.json:
{
"mcpServers": {
"hc0061365-mcp-hello-world": {
"command": "node",
"args": ["/path/to/hc0061365-mcp-hello-world/src/index.js"]
}
}
}
VS Code
在工作区 .vscode/mcp.json 中添加:
{
"mcpServers": {
"mcp-hello-world": {
"command": "node",
"args": ["${workspaceFolder}/src/index.js"]
}
}
}
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.