Simple Chatbot
Integrates the Model Context Protocol (MCP) into a command-line chatbot, supporting multiple tools via MCP servers and compatible with OpenAI API standard LLMs.
About
This MCP client provides a simple command-line chatbot that leverages the Model Context Protocol (MCP) to interact with Large Language Models (LLMs). It's designed to showcase MCP's flexibility by enabling seamless integration of various tools through MCP servers. The client automatically discovers and utilizes available tools from configured servers, dynamically incorporating them into the system prompt to provide the LLM with context. Supporting any MCP-compatible server and adhering to OpenAI API standards, this client simplifies the creation of intelligent chatbots with access to a diverse range of functionalities.
Key Features
- Dynamic tool discovery from MCP servers
- Easy integration with various server implementations (Uvicorn, Node.js)
- Compatible with OpenAI API standard LLMs
- Automatic inclusion of tool descriptions in system prompt
- 0 GitHub stars
- Supports multiple MCP servers
Use Cases
- Rapid prototyping of LLM-powered applications
- Building chatbots with access to various tools
- Testing and demonstrating MCP integration