MCP Use

Tracked

The simplest way to interact with MCP servers and create custom agents, supporting connection of any LLM to MCP servers.

Author mcp-use Open Sourced 2025-03-28 Last Commit Unknown

MCP-Use is an open-source solution for connecting any LLM to any MCP server and building custom MCP agents with tool access, without relying on closed-source or application clients.

This tool enables developers to easily connect any LangChain-supported LLM to tools such as web browsing, file operations, and more.

Core Features

Feature Description
πŸ”„ Ease of Use Create your first MCP-enabled agent with just 6 lines of code
πŸ€– LLM Flexibility Works with any LangChain-supported LLM that supports tool calls (OpenAI, Anthropic, Groq, LLama, etc.)
🌐 Code Builder Explore MCP capabilities and generate starter code using the interactive code builder
πŸ”— HTTP Support Connect directly to MCP servers running on specific HTTP ports
βš™οΈ Dynamic Server Selection Agents can dynamically select the most suitable MCP server from the available pool for a given task
🧩 Multi-Server Support Use multiple MCP servers simultaneously within a single agent
πŸ›‘οΈ Tool Restrictions Restrict potentially dangerous tools, such as file system or network access
πŸ”§ Custom Agents Build your own agents or create new adapters using the LangChain adapter