1.0.15 • Published 1 year ago

@mcpwizard/sse-bridge v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

MCPWizard SSE Bridge

npm version License: MIT

A bridge for connecting Claude Desktop to remote MCP servers via Server-Sent Events (SSE).

Installation

npm install -g @mcpwizard/sse-bridge

Usage

With Claude Desktop

  1. Install the package globally
  2. Configure Claude Desktop by editing its config file:
{
  "mcpServers": {
    "mcpwizard": {
      "command": "mcpwizard-sse-bridge",
      "args": ["https://your-server.com/api/mcp/your-org-id/sse", "--header", "Authorization: Bearer your-token"]
    }
  }
}
  1. Restart Claude Desktop

Command Line Options

Usage: mcpwizard-sse-bridge <server-url> [options]

Options:
  --header "Name: Value"  Add HTTP header (can be used multiple times)
  --version, -v           Show version number
  --help, -h              Show this help message

Example:
  mcpwizard-sse-bridge "https://api.example.com/mcp/sse" --header "Authorization: Bearer token123"

How It Works

The MCPWizard SSE Bridge connects Claude Desktop to remote MCP (Model Context Protocol) servers:

  1. It establishes an SSE connection to receive real-time events from the server
  2. It handles MCP protocol initialization and capabilities negotiation
  3. It forwards tools/list requests and responses
  4. It routes tool calls from Claude to the appropriate server endpoints

Requirements

  • Node.js 14.0.0 or later
  • A running MCP server with SSE support

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For support or questions, please contact support@mcpwizard.com

1.0.15

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago