Skip to main content

Main Command

npx add-mcp <target>
string
required
Install an MCP server to coding agents. The target can be a remote URL or a local package name.Parameters:
  • target - MCP server URL (remote) or package name (local stdio)
Usage:
npx add-mcp <url | package>

Examples

npx add-mcp https://mcp.context7.com/mcp

list-agents

npx add-mcp list-agents
List all supported coding agents with their configuration scope (project/global).Usage:
npx add-mcp list-agents
This command displays:
  • Agent argument names (e.g., cursor, claude-code)
  • MCP client display names
  • Available aliases
  • Whether the agent supports local (project) configuration
  • Whether the agent supports global configuration

Example Output

Argument       MCP Client           Aliases         Local  Global
-----------    ------------------   -------------   -----  ------
claude-code    Claude Code                          ✓      ✓
cursor         Cursor                                ✓      ✓
vscode         VS Code              github-copilot  ✓      ✓
opencode       OpenCode                              ✓      ✓

Build docs developers (and LLMs) love