mcp-hello-server

CubixVision/mcp-hello-server

3.2

If you are the rightful owner of mcp-hello-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 minimal MCP server written in TypeScript.

mcp-hello-server

A minimal MCP server written in TypeScript.

Setup

  1. Install dependencies:

    npm install
    
  2. Build the project (optional, for compiled JS):

    npm run build
    

Running Locally

Start the server:

npm start

Visit http://localhost:3000 in your browser. You should see:

Hello from MCP TypeScript server!

Testing

Run the test suite:

npm test

This will verify the server responds correctly.