Skip to content
add-mcp
Esc
navigateopen⌘Jpreview
On this page

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)

list-agents prints all supported coding agents with their supported scopes (project/global):

npx add-mcp list-agents

Was this page helpful?