drio
Open app

SSE MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

SSE MCP Server is a sample implementation of a Model Context Protocol (MCP) server using Server-Sent Events (SSE). It is designed to be deployed using Netlify Edge Functions.

To use the SSE MCP Server, clone the repository, install dependencies, and run the development server. You can then deploy it to Netlify and test the SSE connection through a demo page.

  • Real-time communication using SSE - Server-side implementation with Netlify Edge Functions - Simple client interface for testing SSE connections
  1. Implementing real-time data updates in web applications.
  2. Creating interactive applications that require live data feeds.
  3. Testing and demonstrating SSE functionality in a controlled environment.

Add to your AI client

Use these steps to connect SSE MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "sse-mcp-server-champierre": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sse-mcp-server-champierre"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "sse-mcp-server-champierre": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sse-mcp-server-champierre"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "sse-mcp-server-champierre": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sse-mcp-server-champierre"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "sse-mcp-server-champierre": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sse-mcp-server-champierre"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "sse-mcp-server-champierre": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sse-mcp-server-champierre"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "sse-mcp-server-champierre": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sse-mcp-server-champierre"
      ]
    }
  }
}

FAQ

What is Server-Sent Events (SSE)?

SSE is a technology that allows a server to push real-time updates to web clients over HTTP.

How do I deploy the SSE MCP Server?

You can deploy it using Netlify by following the provided setup instructions in the repository.

Can I customize the server implementation?

Yes! You can modify the code in the repository to suit your specific needs.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2599,"uuid":"663e9d5d-0cf9-4cc8-81a7-dde88598796b","name":"sse-mcp-server","title":"SSE MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/10215?v=4","created_at":"2025-03-13T09:03:40.239Z","updated_at":"2025-03-13T09:41:13.738Z","status":"created","author_name":"champierre","author_avatar_url":"https://avatars.githubusercontent.com/u/10215?v=4","tags":"sse,mcp,server,real-time,netlify","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/champierre/sse-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-11 10:22:49\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]