by 3choff · MCP Server · ★ 245
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
MCP Chatbot This chatbot example demonstrates how to integrate the Model Context Protocol (MCP) into a simple CLI chatbot. The implementation showcases MCP's flexibility by supporting multiple tools through MCP servers and is compatible with any LLM provider that follows OpenAI API standards. If you find this project helpful, don’t forget to ⭐ star the repository or buy me a ☕ coffee. Key Features LLM Provider Flexibility: Works with any LLM that follows OpenAI API standards (tested with Llama 3.2 90b on Groq and GPT-4o mini on GitHub Marketplace). Dynamic Tool Integration: Tools are declared in the system prompt, ensuring maximum compatibility across different LLMs. Server Configuration: Supports multiple MCP servers through a simple JSON configuration file like the Claude Desktop App. Requirements Python 3.10 Installation Clone the repository: Install the dependencies: Set up environment variables: Create a file in the root directory and add your API key: Configure servers: The follows the same structure as Claude Desktop, allowing for easy integration
| Stars | 245 |
| Forks | 31 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 72.629245463814/100 |
| Open Issues | 2 |
| Last Updated | 2024-12-05 |
| Created | 2024-12-05 |
| Platforms | cli, mcp, python |
| Est. Tokens | ~1k |
These tools work well together with mcp-chatbot for enhanced workflows:
Explore other popular mcp server tools:
mcp-chatbot is A simple CLI chatbot that demonstrates the integration of the Model Context Protocol (MCP).. It is categorized as a MCP Server with 245 GitHub stars.
mcp-chatbot is primarily written in Python.
You can find installation instructions and usage details in the mcp-chatbot GitHub repository at github.com/3choff/mcp-chatbot. The project has 245 stars and 31 forks, indicating an active community.
mcp-chatbot is released under the MIT license, making it free to use and modify according to the license terms.