mcp-server-runner

yonaka15/mcp-server-runner
★ 20 stars Rust 🔌 API Integration Updated 3mo ago
A WebSocket server implementation for running Model Context Protocol (MCP) servers. This application enables MCP servers to be accessed via WebSocket connections, facilitating integration with web applications and other network-enabled clients.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-runner": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-server-runner"
      ]
    }
  }
}