hello-world-mcp-server

hello-world-mcp-server

3.2

If you are the rightful owner of hello-world-mcp-server 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.

A simple MCP (Multi-Cloud Protocol) server example that responds with 'Hello, World!' to any request.

Hello World MCP Server

A simple MCP (Multi-Cloud Protocol) server example that responds with "Hello, World!" to any request.

Installation

npm install

Usage

npm start

Using with Cursor's MPC Server

To use this MCP server with Cursor's MPC server:

  1. Clone this repository
  2. Install dependencies with npm install
  3. Start the server with npm start
  4. Configure Cursor to use this MCP server

API

This server provides a simple "Hello World" response to any request.

License

MIT