Prerequisites:
- Install Python (version 3.11 or higher)
- pip, uv, or poetry package manager
Install mcp-use
LLM Providers (for Agents)
If you’re building agents, install your preferred LLM provider:Environment Variables
Create a.env file in your project root:
Development Installation
Install from source for the latest features or to contribute:Next Steps
Agent
Build AI Agents with tool calling capabilities through MCP connections
Client
A full featured MCP Client implementation for Python
Server
The MCP Server framework implementation for Python