MCP Say Hello Server
@BrightLin
MCP Say Hello Server について
The most simple ModelContext Protocol server example, just say hello to user
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-say-hello": {
"command": "node",
"args": [
"dist/sse.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Say Hello Server?
A Node.js server implementing the Model Context Protocol (MCP) for greeting operations with personalized messages. It integrates with MCP-compatible clients like Claude Desktop or Trae CN and provides a single tool to greet users by name.
How to use MCP Say Hello Server?
Install via npx or global npm install (npm install -g mcp-server-say-hello), then configure in your MCP client’s mcpServers JSON. Alternatively, run locally as an SSE server with node dist/sse.js after building. Invoke the say_hello tool with a name string parameter.
Key features of MCP Say Hello Server
- Provides personalized greeting messages
- Supports name input parameter validation using Zod schema
- Detailed error handling and response formatting
- Standard MCP protocol compliance for tool registration and request processing
Use cases of MCP Say Hello Server
- Greet a user by name in an MCP‑powered assistant (e.g., Claude Desktop)
- Demonstrate a minimal MCP server with a single tool for learning or testing
- Integrate a simple greeting function into AI workflows or chat interfaces
FAQ from MCP Say Hello Server
What does the say_hello tool do?
It accepts a name string and returns a personalized greeting message (e.g., “Hello, Bright!”). On failure, it returns error information.
How do I install and run MCP Say Hello Server?
Use npx -y mcp-server-say-hello in your MCP client config, or install globally with npm install -g mcp-server-say-hello. For local SSE mode, run npm install && npm run build && node dist/sse.js.
Does the server run on STDIO or SSE by default?
The default configuration uses STDIO transport (via the mcp-server-say-hello command). SSE mode is available when running node dist/sse.js locally.
Are there any dependencies or runtime requirements?
The server runs on Node.js; no additional runtime or Docker configuration is required. It uses Zod for input validation as shown in the source.
Is this server licensed for modification and distribution?
Yes, it is licensed under the MIT License, allowing free use, modification, and distribution subject to the license terms.
「その他」の他のコンテンツ
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント