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