mcp-hello-word
3.1
If you are the rightful owner of mcp-hello-word and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Hello World Server is a simple implementation of a Model Context Protocol server using TypeScript, designed to support MCP protocol and custom tools.
MCP Hello World Server
A simple Model Context Protocol (MCP) server implementation written in TypeScript.
Features
- MCP protocol support
- Custom tools (e.g., greetings)
- TypeScript based
- Stdio transport
Requirements
- Node.js (v18 or higher)
- npm
Installation
git clone <repo-url>
cd mcp-hello-world-server
npm install
Build
npm run build
Run
npm start