@@ -35,6 +35,7 @@ This page provides an overview of applications that support the Model Context Pr
35
35
| [ LibreChat] [ LibreChat ] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools for Agents |
36
36
| [ Lutra] [ Lutra ] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports any MCP server for reusable playbook creation. |
37
37
| [ 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. |
38
39
| [ MCPHub] [ MCPHub ] | ✅ | ✅ | ✅ | ❌ | ❌ | Supports tools, resources, and prompts in Neovim |
39
40
| [ MCPOmni-Connect] [ MCPOmni-Connect ] | ✅ | ✅ | ✅ | ✅ | ❌ | Supports tools with agentic mode, ReAct, and orchestrator capabilities. |
40
41
| [ Microsoft Copilot Studio] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools |
@@ -79,6 +80,7 @@ This page provides an overview of applications that support the Model Context Pr
79
80
[ LibreChat ] : https://github.com/danny-avila/LibreChat
80
81
[ Lutra ] : https://lutra.ai
81
82
[ mcp-agent ] : https://github.com/lastmile-ai/mcp-agent
83
+ [ mcp-use ] : https://github.com/pietrozullo/mcp-use
82
84
[ MCPHub ] : https://github.com/ravitemer/mcphub.nvim
83
85
[ MCPOmni-Connect ] : https://github.com/Abiorh001/mcp_omni_connect
84
86
[ 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
361
363
- Implements every pattern defined in [ Building Effective Agents] ( https://www.anthropic.com/research/building-effective-agents ) .
362
364
- Supports workflow pause/resume signals, such as waiting for human feedback.
363
365
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
+
364
376
### MCPHub
365
377
[ MCPHub] is a powerful Neovim plugin that integrates MCP (Model Context Protocol) servers into your workflow.
366
378
0 commit comments