mcp use
Basic Information
MCP-Use is an open source Python SDK and infrastructure for connecting language models to Model Context Protocol (MCP) servers and for building custom agents that can call external tools. The project provides client classes, an agent implementation, and adapters to integrate LangChain-enabled LLMs that support tool or function calling. It supports multiple transport types including stdio, SSE, and streamable HTTP, and can connect to local or remote MCP servers via configuration dictionaries or files. The README includes quick start instructions, example use cases such as web browsing with Playwright, Airbnb searches, and Blender 3D tasks, and shows how to install providers and run examples. The library also documents sandboxed execution using a cloud sandbox provider and options for creating sessions and calling tools programmatically.