Skip to content

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

  1. Python Version Error

    bash
    # Check Python version
    python --version
    
    # Should be 3.11 or higher
  2. uv Not Found

    bash
    # Install uv
    curl -LsSf https://astral.sh/uv/install.sh | sh

Getting Help

Next Steps

Released under the MIT License.