A STDIO MCP Client build from scratch without any third-party libraries.
This project is based on the Youtube videos 'MCP Client Setup in 10 Minutes' and 'AI Tool Calling' from Jack Herrington.
To use the MCP Client, a connection with a LLM is required. This project uses the GitHub Copilot Proxy, which differs from the original videos that demonstrate integration with the Anthropic API.
Use the following commands to start the MCP client:
pnpm run dev # start the server in development mode
pnpm run start # start the server in production modeAn interactive terminal interface is also available for communicating with the MCP Client. It can be used to run tools, request resources, or chat with the AI agent.