GitHub - Tylersuard/MCP-123: The easiest possible implementation of an MCP server and client. Set up a server or a client in 2 lines of code.
MCP-123
The easiest way to run an MCP server & client (2 lines each)
🚀 Features
Ultra-minimal setup: Start a server or client in 2 lines.
Easy tool creation: Write normal functions in your tools.py file—no decorators or special wrappers needed—and they get included as tools that your MCP server can use automatically.
OpenAI integration: The client uses your OpenAI API key to answer questions, calling tools as needed.
🖥️ Quickstart
1. Install Requirements
pip install -r requirements.txt
2. Crea...
Read more at github.com