MCP Server - HTTP with SSE

by webmechanicx

269 downloads
Not rated
GitHub

About

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.

Details

Author
webmechanicx
Downloads
269
Categories
Developer Tools

- Uses Express for the HTTP server.
- Supports Server-Sent Events (SSE) transport.
- Includes MCP inspector for debugging.
- Written in TypeScript.
- Simple setup with npm commands.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server - HTTP with SSE
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, run npm install, then npm run build, and finally npm start to start the server. For debugging, run npx @modelcontextprotocol/inspector node build/index.js and click the "Connect" button in the inspector.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server - http with sse": {
            "mcp-express-sse": {
                "command": "node",
                "args": [
                    "build/index.js"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-express-sse": {
        "command": "node",
        "args": [
            "build/index.js"
        ]
    }
}

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: <code>npm install</code> Step 3: <code>npm run build</code> Step 4: Run the MCP Server <code>npm start</code> Step 4: Run the inspector for debuging <code>npx @modelcontextprotocol/inspector node build/index.js</code> 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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.