Skip to content

Commit bb6fb03

Browse files
authored
Merge pull request modelcontextprotocol#299 from pietrozullo/add-mcp-use-client
Add mcp-use client
2 parents 597691b + f5f2f65 commit bb6fb03

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/clients.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ This page provides an overview of applications that support the Model Context Pr
3535
| [LibreChat][LibreChat] |||||| Supports tools for Agents |
3636
| [Lutra][Lutra] |||||| Supports any MCP server for reusable playbook creation. |
3737
| [mcp-agent][mcp-agent] |||| ⚠️ || Supports tools, server connection management, and agent workflows. |
38+
| [mcp-use][mcp-use] |||||| Support tools, resources, stdio & http connection, local llms-agents. |
3839
| [MCPHub][MCPHub] |||||| Supports tools, resources, and prompts in Neovim |
3940
| [MCPOmni-Connect][MCPOmni-Connect] |||||| Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
4041
| [Microsoft Copilot Studio] |||||| Supports tools |
@@ -79,6 +80,7 @@ This page provides an overview of applications that support the Model Context Pr
7980
[LibreChat]: https://github.com/danny-avila/LibreChat
8081
[Lutra]: https://lutra.ai
8182
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
83+
[mcp-use]: https://github.com/pietrozullo/mcp-use
8284
[MCPHub]: https://github.com/ravitemer/mcphub.nvim
8385
[MCPOmni-Connect]: https://github.com/Abiorh001/mcp_omni_connect
8486
[Microsoft Copilot Studio]: https://learn.microsoft.com/en-us/microsoft-copilot-studio/agent-extend-action-mcp
@@ -361,6 +363,16 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
361363
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
362364
- Supports workflow pause/resume signals, such as waiting for human feedback.
363365

366+
### mcp-use
367+
[mcp-use] is an open source python library to very easily connect any LLM to any MCP server both locally and remotely.
368+
369+
**Key features:**
370+
- Very simple interface to connect any LLM to any MCP.
371+
- Support the creation of custom agents, workflows.
372+
- Supports connection to multiple MCP servers simultaneously.
373+
- Supports all langchain supported models, also locally.
374+
- Offers efficient tool orchestration and search functionalities.
375+
364376
### MCPHub
365377
[MCPHub] is a powerful Neovim plugin that integrates MCP (Model Context Protocol) servers into your workflow.
366378

0 commit comments

Comments
 (0)