aicoolies logo
mcp-use logo
mcp-use logo

mcp-use

Fullstack MCP framework connecting any LLM to MCP servers

open sourceupdated Aug 16, 2026

mcp-use is an open-source framework that enables any LLM to interact with MCP servers through a unified client interface. It bridges the gap between models that lack native MCP support and the growing ecosystem of MCP tools by providing automatic tool discovery, execution management, and multi-server orchestration. Supports both direct LLM connections and agent-based workflows. Over 9,000 GitHub stars.

The Model Context Protocol ecosystem has grown rapidly with thousands of MCP servers providing tools for everything from database access to browser automation, but most LLMs cannot interact with MCP servers natively. mcp-use solves this connectivity problem by providing a client framework that discovers available tools from any MCP server, translates them into the function-calling format each LLM expects, and manages the execution lifecycle including argument validation, error handling, and result formatting. This means developers can connect models from OpenAI, Anthropic, Google, or local providers to any MCP server without building custom integration code.

The framework supports both simple tool-calling patterns where the LLM makes single tool invocations, and complex agent workflows where the LLM plans and executes multi-step task sequences using multiple tools across different MCP servers. A configuration file declares available servers with their connection details, and the framework handles transport management for both stdio and SSE-based MCP servers. The multi-server orchestration capability is particularly valuable for workflows that span different domains — for example, an agent that reads from a database MCP server, processes data with a code execution MCP server, and writes results to a file system MCP server.

mcp-use has gained over 9,000 GitHub stars as the MCP ecosystem expanded beyond Anthropic's initial implementations to become an industry-wide standard adopted by OpenAI, Google DeepMind, and Microsoft. The framework fills a critical infrastructure gap by making the entire MCP tool ecosystem accessible to any language model, democratizing access to capabilities that would otherwise require specific model providers or custom integration work. Its Python-first implementation integrates naturally with popular agent frameworks like LangChain, CrewAI, and Mastra.

Pricing

Free and open source

Platforms

Python library — pip install, any platform

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Agent Skills logo

Agent Skills

Open standard for portable skills across AI agents

Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.

Open Source
MCPJam logo

MCPJam Inspector

Test and debug MCP servers before they ship

Open-source platform for inspecting, debugging and regression-testing MCP servers, MCP Apps and ChatGPT apps, with OAuth and protocol conformance for local and CI workflows.

freemiumOpen SourceTelemetry
ToolHive mascot logo

ToolHive

Run and govern MCP servers across desktop, CLI and Kubernetes

Open-source MCP runtime and governance platform that runs servers in isolated containers, curates registries, enforces access policies, and operates gateways across desktop, CLI, and Kubernetes.

Open Source
grafana mcp

Grafana MCP Server

First-party MCP server for querying and managing Grafana

Grafana's official Model Context Protocol server, letting AI assistants search dashboards, query datasources, and manage alerts/incidents on your Grafana instance through a standard MCP interface.

Open Source
MCP Registry parent MCP protocol mark

MCP Registry

Official open catalog of Model Context Protocol servers

The official, community-run registry for discovering and publishing Model Context Protocol (MCP) servers — an open index that MCP clients read to find available servers.

Open Source
Figma Console MCP logo

Figma Console MCP

Turn a Figma design system into a programmable API for AI assistants

Figma Console MCP is open-source design-system infrastructure that exposes Figma to AI assistants through MCP. It supports structured extraction, design creation and editing, debugging, accessibility audits, and bidirectional design-token workflows across local, remote read-only, and paired cloud modes; it is not a generic one-click Figma-to-code exporter.

Open SourceTelemetry

FAQ

What is mcp-use?

mcp-use is an open-source framework that enables any LLM to interact with MCP servers through a unified client interface. It bridges the gap between models that lack native MCP support and the growing ecosystem of MCP tools by providing automatic tool discovery, execution management, and multi-server orchestration. Supports both direct LLM connections and agent-based workflows. Over 9,000 GitHub stars.

Is mcp-use free?

Yes — mcp-use is open source and free to use. Free and open source

Is mcp-use open source?

Yes — mcp-use is open source.

What are the best mcp-use alternatives?

The top editor-verified mcp-use alternatives are FastMCP, Composio, mcp-go.