webmechanicx/mcp-express-sse
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.
Platform-specific configuration:
{
"mcpServers": {
"mcp-express-sse": {
"command": "npx",
"args": [
"-y",
"mcp-express-sse"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...