Hello World Server
БесплатноНе проверенA simple MCP server that provides greeting tools and server information.
Описание
A simple MCP server that provides greeting tools and server information.
README
A simple MCP (Model Context Protocol) server using STDIO transport, built with TypeScript.
Features
This server exposes:
Tools
- hello - Says hello to someone (takes a
nameparameter) - get_greeting - Returns a friendly greeting message (no parameters)
Resources
- server-info (
info://server) - Provides information about the server
Installation
npm install
Build
npm run build
Usage
Running directly
npm start
Using with Cursor
Add this to your Cursor MCP settings (.cursor/mcp.json in your project or global settings):
{
"mcpServers": {
"hello-world": {
"command": "node",
"args": ["c:/Users/Mauri/CODE/surph-test-mcp/dist/index.js"]
}
}
}
How it works
The server uses STDIO (standard input/output) transport to communicate with MCP clients. When a client connects, it can:
- List available tools using
tools/list - Call the
hellotool with a name to get a personalized greeting - Call the
get_greetingtool to get a simple greeting - Access the
server-inforesource for server information
Установка Hello World Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/MauricioIPastora/surph-test-mcpFAQ
Hello World Server MCP бесплатный?
Да, Hello World Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Hello World Server?
Нет, Hello World Server работает без API-ключей и переменных окружения.
Hello World Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Hello World Server в Claude Desktop, Claude Code или Cursor?
Открой Hello World Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Hello World Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
