drio
Open app

mcp-server-proxy

Source

Converts MCP protocol's SSE transport layer to a standard HTTP request/response.

Catalog onlyCatalog onlySTDIO

Overview

The mcp-server-proxy is a tool that converts the MCP protocol's SSE transport layer into a standard HTTP request/response, simplifying the development and usage of MCP Servers.

To use mcp-server-proxy, install it via Go, and then use the provided commands to inspect requests or serve as a proxy between MCP Clients and standard HTTP endpoints.

  • Converts MCP protocol's SSE transport to standard HTTP requests/responses. - Provides request and response inspection functionality for studying MCP Client and Server interactions. - Supports methods like initialize, tools/list, and tools/call.
  1. Simplifying the integration of MCP Clients with existing HTTP services.
  2. Facilitating the development of applications that utilize the MCP protocol without needing to handle SSE details.
  3. Debugging and inspecting the interactions between MCP Clients and Servers.

Add to your AI client

Use these steps to connect mcp-server-proxy 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": {
    "mcp-server-proxy-leizongmin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-proxy-leizongmin"
      ]
    }
  }
}

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": {
    "mcp-server-proxy-leizongmin": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-proxy-leizongmin"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

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

VS Code (Copilot)

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

.vscode/mcp.json

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

Is mcp-server-proxy easy to set up?

Yes! It requires minimal configuration, just set the service address to get started.

What programming languages can I use with mcp-server-proxy?

You can use any programming language that can make HTTP requests, as it standardizes the communication.

Can I contribute to mcp-server-proxy?

Absolutely! Contributions and pull requests are welcome.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1303,"uuid":"902bec48-c9bb-4b54-96e2-4fa1325533dc","name":"mcp-server-proxy","title":"mcp-server-proxy","description":"Converts MCP protocol's SSE transport layer to a standard HTTP request/response.","avatar_url":"https://avatars.githubusercontent.com/u/841625?v=4","created_at":"$D2025-02-20T14:41:30.830Z","updated_at":"$D2025-02-23T07:21:18.170Z","status":"created","author_name":"leizongmin","author_avatar_url":"https://avatars.githubusercontent.com/u/841625?v=4","tags":"mcp-server-proxy,http-proxy,mcp-protocol","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/leizongmin/mcp-server-proxy","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/leizongmin/mcp-server-proxy/raw/main/example/cursor-call-echo-tool.png","type":null,"metadata":null,"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"}]]}]