trackmcp
Back to directory
webmechanicx

mcp-express-sse

View on GitHub

MCP Server - HTTP with SSE - For remote servers, launch a web server that includes a Server-Sent Events (SSE) endpoint for pushing updates to clients, along with a separate endpoint to receive messages sent from the client.

0 stars TypeScriptWeb & Internet Tools Updated Apr 10, 2025
mcp-clientmcp-hostmcp-server

Documentation

mcp server - HTTP with SSE

©collabnix.com

# MCP Server - HTTP with SSE

## Introduction

Get started with the Model Context Protocol (MCP)

Click here

## Clone, Build and Run!!

Step 1: Clone the repo

Step 2: npm install

Step 3: npm run build

Step 4: Run the MCP Server

npm start

Step 4: Run the inspector for debuging

npx @modelcontextprotocol/inspector node build/index.js

Step 5: In Inspector click the "Connect" button. That's it!!

## Dependencies

npm install express

npm install typescript

npm install @types/node

npm install @types/express

npm install nodemon

npm install ts-node


npm install pre-commit

npm install rimraf

Frequently asked questions

What is mcp-express-sse?

mcp-express-sse is MCP Server - HTTP with SSE - For remote servers, launch a web server that includes a Server-Sent Events (SSE) endpoint for pushing updates to clients, along with a separate endpoint to receive messages sent from the client.

How do I install mcp-express-sse?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-express-sse open source?

Yes — it is hosted on GitHub at https://github.com/webmechanicx/mcp-express-sse.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP