Show HN: MCP-123, a 2-line MCP server/client (Windows-friendly)
7 tylersuard 1 7/5/2025, 6:39:54 AM github.com ↗
Got tired of every MCP example being overly verbose, or needing Docker or Mac-only scripts, so I threw together MCP-123.
Point it at a tools.py, run `server.run_server(...)`, and the client auto-discovers/calls functions with OpenAI. I hope this is useful to you all.
I’ve been building a real-time chat app lately (stranger-Meet.com) and running into all kinds of overengineered setups. A clean 2-liner MCP like this is honestly a dream for debugging or prototyping quick AI integrations. Bookmarked — and big thanks for sharing!