Hello World MCP Server
by arnab0831
A simple MCP server example that responds with "Hello, World!" to any request. It's designed for use with Multi-Cloud Protocol (MCP) environments.
View on GitHub
Last updated: N/A
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:
- Clone this repository
- Install dependencies with
npm install
- Start the server with
npm start
- Configure Cursor to use this MCP server
API
This server provides a simple "Hello World" response to any request.
License
MIT