Installation Methods
Multiple ways to install MCPProxy on your system. Choose the method that works best for your setup.
Windows Installer (Recommended for Windows)
The easiest way to install MCPProxy on Windows is using our signed installers:
Download Latest Version:
Free code signing on Windows provided by SignPath.io, certificate by SignPath Foundation.
Installation Steps:
- Download the appropriate installer for your Windows architecture
- Run the
mcpproxy-setup-*.exefile - Follow the installation wizard (requires Administrator privileges)
- MCPProxy will be added to Start Menu and system PATH
- Launch "MCPProxy" from Start Menu to start the tray app
macOS DMG Installer (Recommended for macOS)
The easiest way to install MCPProxy on macOS is using our signed DMG installers:
Download Latest Version:
Installation Steps:
- Download the appropriate DMG file for your Mac architecture
- Double-click the DMG file to mount it
- Double-click the PKG installer inside
- Follow the installation wizard
- CLI tool
mcpproxywill be available in Terminal - Launch mcpproxy.app from Applications folder
Linux: apt / dnf repositories (Recommended for Linux)
Add the MCPProxy repository once and receive updates automatically through your distro's normal apt upgrade / dnf upgrade workflow. Repositories are signed with a dedicated GPG key.
Debian / Ubuntu
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://apt.mcpproxy.app/mcpproxy.gpg \
| sudo tee /etc/apt/keyrings/mcpproxy.gpg > /dev/null
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/mcpproxy.gpg] https://apt.mcpproxy.app stable main" \
| sudo tee /etc/apt/sources.list.d/mcpproxy.list > /dev/null
sudo apt update
sudo apt install mcpproxy
Supported architectures: amd64, arm64.
Fedora / RHEL / Rocky / AlmaLinux
sudo dnf config-manager --add-repo https://rpm.mcpproxy.app/mcpproxy.repo
sudo dnf install -y mcpproxy
Supported architectures: x86_64, aarch64.
Verify trust: the repository signing key has fingerprint
3B6F A1AD 5D53 59DA 51F1 8DDC E1B5 9B9B A1CB 8A3B
Verify with curl -fsSL https://apt.mcpproxy.app/mcpproxy.gpg | gpg --show-keys --with-fingerprint. See the feature guide for retention, pinning, and mirroring details.
Arch Linux — AUR (community-maintained)
MCPProxy is available on the Arch User Repository as mcpproxy-bin, which installs the official upstream binary plus a hardened systemd unit.
With an AUR helper (recommended)
yay -S mcpproxy-bin Or manually with makepkg
git clone https://aur.archlinux.org/mcpproxy-bin.git
cd mcpproxy-bin
makepkg -si
The package installs mcpproxy to /usr/bin and ships a systemd user unit at /usr/lib/systemd/user/mcpproxy.service. Enable it with systemctl --user enable --now mcpproxy.
Update cadence: unlike the apt/dnf repositories above, AUR is community-driven. New versions land via the mcpproxy-bin PKGBUILD being bumped, not via a project-controlled mirror. The package is currently kept current by automation in the maintainer's updater repo, so bumps usually appear within a day of a GitHub release. If yay reports an old version after a recent release, you can flag the package "out-of-date" on AUR or fall back to the tarball install below.
Homebrew Installation
For developers who prefer package managers, MCPProxy is available via Homebrew:
brew install smart-mcp-proxy/mcpproxy/mcpproxy
Then run MCPProxy:
mcpproxy
Note: With the proxy running, learn how to add upstream servers.
Direct Binary Downloads
Pre-compiled binaries are available for all major platforms. These are available in two flavors:
Latest Version (Auto-Updates)
These binaries automatically point to the latest release:
This Version (v0.38.1)
Download specific version v0.38.1:
Manual Installation Steps
- Download the appropriate archive for your platform using the links above
- Extract the archive:
tar -xzf mcpproxy-*.tar.gz(Linux/macOS) or unzip (Windows) - Make it executable (Linux/macOS only):
chmod +x mcpproxy - Run
./mcpproxyto start
Note: Binary downloads require manual setup. The installer packages (Windows/macOS) or Homebrew installation are recommended for easier setup.
System Requirements
- macOS: macOS 10.15 (Catalina) or later
- Windows: Windows 10 or later (64-bit)
- Linux: Most modern distributions (64-bit)
- Memory: 256MB RAM minimum, 512MB recommended
- Disk Space: 50MB for installation
Next Steps
After installation, check out these resources:
- Usage Guide - Learn how to run and configure MCPProxy
- Configuration - Set up upstream MCP servers
- Features - Explore advanced capabilities