Installation
This guide covers different ways to install and set up MCP Composer.
Prerequisites
- Python 3.11+ - MCP Composer requires Python 3.11 or higher
- uv - Recommended package manager for Python (alternative to pip)
Install MCP Composer
bash
uv pip install mcp-composer==0.1.0.7
Verify Installation
bash
which mcp-composer
mcp-composer --help
Uninstall (if needed)
bash
uv pip uninstall mcp-composer
Troubleshooting
Common Issues
Python Version Error
bash# Check Python version python --version # Should be 3.11 or higher
uv Not Found
bash# Install uv curl -LsSf https://astral.sh/uv/install.sh | sh
Getting Help
- Consult the API Documentation
Next Steps
- Quick Start Guide - Get up and running
- Configuration Guide - Learn about configuration options
- CLI Usage - Understand command-line interface