Installation
Homebrew (macOS / Linux)
bash
brew tap codestz/tap
brew install mcpxGo Install
Requires Go 1.24+:
bash
go install github.com/codestz/mcpx/cmd/mcpx@latestDownload Binary
Pre-built binaries for every release are available on the GitHub Releases page. Download the archive for your platform, extract, and move mcpx to your PATH.
Verify
bash
mcpx version
# mcpx 1.0.0Build from Source
bash
git clone https://github.com/codestz/mcpx.git
cd mcpx
make buildThe binary is built to ./mcpx. Move it to your PATH:
bash
sudo mv mcpx /usr/local/bin/Cross-Platform Builds
bash
make build-allProduces binaries in dist/ for:
darwin-amd64(macOS Intel)darwin-arm64(macOS Apple Silicon)linux-amd64linux-arm64windows-amd64
Verify Installation
bash
mcpx version # print version
mcpx list # should show "No servers configured" or your serversNext Steps
- Quick Start — configure your first server
- AI Agent Setup — wire mcpx into Claude Code or Cursor