drio
Open app

mcp-server-server

Source

MCP server of servers

Catalog onlyCatalog onlySTDIO

Overview

The mcp-server-server is a proof of concept that transforms traditional MCP servers into more manageable websocket servers, enabling easier programmatic interactions.

To use the mcp-server-server, set up your existing MCP server with the provided wrapper and communicate with it over a websocket instead of standard input/output.

  • Converts stdio MCP servers to websocket servers - Manages communication without process management overhead - Provides simplified programmatic access to MCP functionalities
  1. Streamlining client-server interactions in data processing applications.
  2. Reducing the complexity of managing multiple MCP processes for different users.
  3. Enabling scalable integrations with various MCP servers for developers.

Add to your AI client

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

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

Claude Code

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

.mcp.json (project root)

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

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

What benefits does mcp-server-server provide over traditional MCP servers?

It simplifies process management and enables direct network communication, reducing overhead and complexity.

Is it possible to use any MCP server with this tool?

Yes, as long as the MCP server can be wrapped using the provided websocket conversion.

Are there any specific configurations required?

Minimal setup is required, mainly focusing on how to expose the MCP server via websockets.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":251,"uuid":"22fe0d91-1151-40f0-bebf-57fb1d0b3146","name":"mcp-server-server","title":"mcp-server-server","description":"MCP server of servers","avatar_url":"https://avatars.githubusercontent.com/u/72655?v=4","created_at":"2024-12-13T10:43:36.484Z","updated_at":"2024-12-13T12:28:09.667Z","status":"created","author_name":"rgarcia","author_avatar_url":"https://avatars.githubusercontent.com/u/72655?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/rgarcia/mcp-server-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"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"}]]}]