ws-mcp
by Various
Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz))
MCP
ws-mcp
Added 1 June 2026
Overview
ws-mcp is a Python tool that wraps MCP servers with a WebSocket interface, enabling communication with the Kibitz agent framework. It acts as a bridge, allowing MCP-based tools to be accessed over WebSocket connections.
Best for
Best for
Developers building agents with Kibitz that need to connect MCP servers via WebSocket
Use cases
- Expose MCP servers to WebSocket clients for real-time interaction
- Integrate MCP tools with the Kibitz agent framework
- Enable remote or browser-based access to MCP server capabilities
How to use
Install
uvx --refresh ws-mcp@latest Tools exposed
uvuvx
Example client config
{\n "servers": [\n {\n "id": "wcgw",\n "command": "uvx --from wcgw@latest --python 3.12 wcgw_mcp",\n "port": 3001\n },\n {\n "id": "fetch",\n "command": "uvx mcp-server-fetch",\n "port": 3002\n },\n {\n "id": "brave-search",\n "command": "npx -y @modelcontextprotocol/server-brave-search",\n "port": 3003,\n "env": {\n "BRAVE_API_KEY": "YOUR_API_KEY_HERE"\n }\n }\n ]\n} Notes
ws-mcp is a Python tool that wraps MCP servers with a WebSocket interface, enabling communication with the Kibitz agent framework. It acts as a bridge, allowing MCP-based tools to be accessed over WebSocket connections.
20 stars on GitHub. Last updated 2025-09-22.
Use cases
- Expose MCP servers to WebSocket clients for real-time interaction
- Integrate MCP tools with the Kibitz agent framework
- Enable remote or browser-based access to MCP server capabilities
Pros
- Simple bridge for WebSocket-based MCP access
- Lightweight Python implementation
- Directly supports Kibitz integration
Cons
- Limited to WebSocket transport only
- Small community and low star count (20)
- Narrow use case tied to Kibitz framework
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple bridge for WebSocket-based MCP access
- Lightweight Python implementation
- Directly supports Kibitz integration
Cons
- Limited to WebSocket transport only
- Small community and low star count (20)
- Narrow use case tied to Kibitz framework
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.