Installation
add-mcp is designed to work vianpx, so you don’t need to install it globally. This ensures you’re always using the latest version without managing package updates.
System requirements
Before using add-mcp, ensure your system meets the following requirements:- Node.js: Version 18 or higher
- npm: Comes with Node.js (version 8.0+ recommended)
- Supported OS: macOS, Linux, or Windows
Verify your setup
Check Node.js version
Verify you have Node.js 18 or higher installed:You should see output like
v18.0.0 or higher.If you don’t have Node.js installed, download it from nodejs.org or use a version manager like nvm.
Test npx
Verify npx is available (it comes with npm):You should see a version number like
8.0.0 or higher.No installation required
add-mcp doesn’t require a global installation. Every time you runnpx add-mcp, npx will:
- Download the latest version of add-mcp (or use cached version)
- Execute the command
- Clean up temporary files
- Always up-to-date: You automatically get the latest features and bug fixes
- No version conflicts: Each project can use different versions if needed
- Zero maintenance: No need to manually update the CLI
- Clean environment: No global packages cluttering your system
Check available agents
To see which coding agents are supported and detected on your system:- All supported agents
- Whether they support project-level config
- Whether they support global config
- Available aliases for each agent
Next steps
Now that you’ve verified add-mcp is working, you’re ready to install your first MCP server:Quickstart
Follow the quickstart guide to install your first MCP server