list
List installed MCP servers across detected agents.
npx add-mcp list [options]
Examples
# List servers for all detected agents in the project
npx add-mcp list
# List global server configs
npx add-mcp list -g
# List servers for a specific agent (shown even if not detected)
npx add-mcp list -a cursor
Options
| Option | Description |
|---|---|
-g, --global |
List global configs instead of project |
-a, --agent <agent> |
Filter to specific agent(s) |
Related: list-agents
list-agents prints all supported coding agents with their supported scopes (project/global):
npx add-mcp list-agents