Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by ianpilon • Automation & Orchestration
Open-source Python client that connects LangChain-capable LLMs to MCP servers so agents can use tools like web browsing, file operations, and other server-provided capabilities.
Perform web browsing and automated interaction via Playwright-backed MCP servers.
Combine tools from multiple MCP servers (e.g., web search + file ops + domain-specific servers) in a single workflow.
Controlled tool access with restrictions on dangerous capabilities like direct filesystem or network access.
MCP-Use is a lightweight, open-source library for creating agents that connect any supported LLM to one or multiple MCP servers (local or HTTP). It supports launching servers via commands, connecting to HTTP/SSE endpoints, multi-server setups, and restricting potentially dangerous tools. The library integrates with LangChain provider models that support tool/function calling and provides examples for Playwright browsing, Airbnb search, and Blender 3D workflows.