Skip to content

Commit e669b35

Browse files
authored
Merge pull request modelcontextprotocol#85 from danny-avila/feat/add-librechat-client
docs: Add LibreChat Client
2 parents 3777fbb + 3fc5423 commit e669b35

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

clients.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This page provides an overview of applications that support the Model Context Pr
1616
| [Continue][Continue] |||||| Full support for all MCP features |
1717
| [GenAIScript][GenAIScript] |||||| Supports tools. |
1818
| [Cline][Cline] |||||| Supports tools and resources. |
19+
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
1920

2021
[Claude]: https://claude.ai/download
2122
[Zed]: https://zed.dev
@@ -24,6 +25,7 @@ This page provides an overview of applications that support the Model Context Pr
2425
[Continue]: https://github.com/continuedev/continue
2526
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
2627
[Cline]: https://github.com/cline/cline
28+
[LibreChat]: https://github.com/danny-avila/LibreChat
2729

2830
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
2931
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
@@ -95,6 +97,15 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
9597
- Share custom MCP servers Cline creates with others via the `~/Documents/Cline/MCP` directory
9698
- Displays configured MCP servers along with their tools, resources, and any error logs
9799

100+
### LibreChat
101+
[LibreChat](https://github.com/danny-avila/LibreChat) is an open-source, customizable AI chat UI that supports multiple AI providers, now including MCP integration.
102+
103+
**Key features:**
104+
- Extend current tool ecosystem, including [Code Interpreter](https://www.librechat.ai/docs/features/code_interpreter) and Image generation tools, through MCP servers
105+
- Add tools to customizable [Agents](https://www.librechat.ai/docs/features/agents), using a variety of LLMs from top providers
106+
- Open-source and self-hostable, with secure multi-user support
107+
- Future roadmap includes expanded MCP feature support
108+
98109
## Adding MCP support to your application
99110

100111
If you've added MCP support to your application, we encourage you to submit a pull request to add it to this list. MCP integration can provide your users with powerful contextual AI capabilities and make your application part of the growing MCP ecosystem.

0 commit comments

Comments
 (0)