Skip to content

Commit b2a54e3

Browse files
committed
Add mcp-use client
1 parent c5fd208 commit b2a54e3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/clients.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This page provides an overview of applications that support the Model Context Pr
2424
| [Goose][Goose] |||||| Supports tools. |
2525
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
2626
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
27+
| [mcp-use][mcp-use] |||||| Support tools, resources, stdio & http connection, local llms-agents. |
2728
| [Microsoft Copilot Studio] |||||| Supports tools |
2829
| [oterm][oterm] |||||| Supports tools and prompts. |
2930
| [Roo Code][Roo Code] |||||| Supports tools and resources. |
@@ -57,6 +58,7 @@ This page provides an overview of applications that support the Model Context Pr
5758
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
5859
[fast-agent]: https://github.com/evalstate/fast-agent
5960
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
61+
[mcp-use]: https://github.com/pietrozullo/mcp-use
6062
[Mcp.el]: https://github.com/lizqwerscott/mcp.el
6163
[Roo Code]: https://roocode.com
6264
[Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions
@@ -196,6 +198,15 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
196198
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
197199
- Supports workflow pause/resume signals, such as waiting for human feedback.
198200

201+
### mcp-use
202+
[mcp-use] is an open source library to very easily connect agents to MCP servers both locally and remotely.
203+
204+
**Key features:**
205+
- Very simple interface to connect agents to MCPs.
206+
- Support the creation of custom agents, workflows.
207+
- Supports connection to multiple MCP servers simultaneously.
208+
- Supports all langchain supported models, also locally.
209+
199210
### Microsoft Copilot Studio
200211
[Microsoft Copilot Studio] is a robust SaaS platform designed for building custom AI-driven applications and intelligent agents, empowering developers to create, deploy, and manage sophisticated AI solutions.
201212

@@ -326,4 +337,4 @@ To get started with implementing MCP in your application, check out our [Python]
326337

327338
## Updates and corrections
328339

329-
This list is maintained by the community. If you notice any inaccuracies or would like to update information about MCP support in your application, please submit a pull request or [open an issue in our documentation repository](https://github.com/modelcontextprotocol/docs/issues).
340+
This list is maintained by the community. If you notice any inaccuracies or would like to update information about MCP support in your application, please submit a pull request or [open an issue in our documentation repository](https://github.com/modelcontextprotocol/docs/issues).

0 commit comments

Comments
 (0)