This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Update clients.mdx to add an Open-MCP-Client - Multi-Provider LLM Chat with Model Context Protocol #201
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Open-MCP-Client to clients.mdx documentation
Motivation and Context
This PR adds Open-MCP-Client to the list of applications supporting MCP. Open-MCP-Client is a flexible chatbot framework that connects to multiple LLM providers (OpenAI, Anthropic, Groq, Gemini, Ollama, etc.) and extends their capabilities with MCP tools. This addition helps make the MCP documentation more comprehensive by including a client that demonstrates multi-provider LLM integration with MCP tools.
How Has This Been Tested?
I've verified the formatting of the added entry matches the existing clients.mdx style. The Open-MCP-Client features described have been tested with various MCP servers including web search, GitHub, Gmail, and web browsing tools.
Breaking Changes
None. This is a documentation addition only.
Types of changes
Checklist
Additional context
Open-MCP-Client supports multiple interface options (CLI and web) and includes enterprise features like circuit breakers, automatic retries, and graceful degradation. Its inclusion demonstrates how MCP can be used to enhance multi-provider LLM applications.