Getting Started
Quickstart
Get started with mcp_use in minutes
Quickstart Guide
This guide will help you get started with mcp_use quickly. We’ll cover installation, basic configuration, and running your first agent.
Installation
You can install mcp_use using pip:
Or install from source:
Basic Setup
- Create a configuration file (e.g.,
browser_mcp.json
):
- Set up your environment variables in a
.env
file:
Your First Agent
Here’s a simple example to get you started:
Available MCP Servers
mcp_use supports various MCP servers:
- Playwright: For web browsing and automation
- Airbnb: For property search and booking
- Blender: For 3D modeling and animation
Each server requires its own configuration. Check the Configuration Guide for details.
Next Steps
- Learn about Configuration Options
- Explore Example Use Cases
- Check out Advanced Features