Hello World MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Hello World MCP Serversay hello to John"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hello World MCP Server
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
Related MCP server: Hello World MCP Server
Installation
npm installBuild
npm run buildUsage
Running directly
npm startUsing 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/listCall the
hellotool with a name to get a personalized greetingCall the
get_greetingtool to get a simple greetingAccess the
server-inforesource for server information
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MauricioIPastora/surph-test-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server