hello-world-mcp
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-mcpsay hello"
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
Minimal Model Context Protocol server written in TypeScript.
What it does
This project starts a stdio-based MCP server with one tool:
helloreturnsHello, world!
Related MCP server: hello-world-mcp
Requirements
Node.js 18 or newer
npm
Install
npm installBuild
npm run buildRun
npm startFor development, you can recompile on change with:
npm run devCheck with MCP Inspector
MCP Inspector is a browser-based tool for testing MCP servers.
Build the server first:
npm run buildStart Inspector and point it at the TypeScript source directly:
npm run inspectOpen the Inspector UI in your browser at:
http://localhost:6274In the Inspector, connect to the server and call the
hellotool to verify the response.
This runs Inspector against src/index.ts through tsx, so you can test changes without rebuilding first.
Project files
src/index.ts contains the MCP server.
tsconfig.json contains the TypeScript compiler settings.
package.json contains the scripts and dependencies.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceA simple MCP server with hello and echo tools, built using the MCPize framework.Last updated
- AlicenseAqualityDmaintenanceA simple Model Context Protocol server that provides a hello world greeting tool, serving as a boilerplate template for quickly creating new MCP servers.Last updated112MIT
- Flicense-qualityCmaintenanceA minimal MCP server offering a hello_world tool that returns a greeting and current UTC time via streamable HTTP.Last updated
- Alicense-qualityCmaintenanceA simple MCP server built with MCPize providing hello and echo tools for demonstration purposes.Last updated18MIT
Related MCP Connectors
A very simple remote MCP server that greets you, with a custom icon.
A basic MCP server to operate on the Postman API.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/emokhtareg/MCP-Hello-World-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server