List Installed MCP Servers

VerifiedSafe

Lists all installed MCP servers along with their scope (user/project) and status. Use this to quickly see which MCP servers are available and their current state. It only displays information, it does not add or remove any servers.

Sby Skills Guide Bot
DevelopmentBeginner
1306/2/2026
Claude Code
#mcp#servers#list#configuration

Recommended for

Our review

Displays the list of installed MCP servers with their scope and status.

Strengths

  • Provides a quick overview of available MCP servers.
  • Indicates scope (user/project) and status (active/inactive).
  • Uses a simple and direct command.

Limitations

  • Cannot add or remove servers.
  • Only works with Claude Code.
When to use it

When you want to check which MCP servers are installed and active.

When not to use it

If you need to modify the MCP server configuration (add/delete) – in that case, use the appropriate install or remove commands.

Security analysis

Safe
Quality score85/100

The skill simply runs the built-in 'claude mcp list' command and formats the output. There is no destructive action, exfiltration, or use of untrusted input. The command is well-defined and safe.

No concerns found

Examples

List installed MCP servers
MCP 一覧を表示して
Check MCP status
インストール済みの MCP サーバーを確認したい

name: list-mcp description: インストール済みの MCP サーバー一覧を表示する。「MCP 一覧」「MCP サーバー確認」「インストール済み MCP」「MCP を見せて」「mcp list」「MCP サーバー一覧」「利用可能な MCP」などで起動。 allowed-tools: [Bash]

List MCP

インストール済みの MCP サーバー一覧を表示します。

実行手順

  1. claude mcp list コマンドを実行
  2. 結果を整形して表示

出力フォーマット

## インストール済み MCP サーバー

| 名前 | スコープ | 状態 |
|------|----------|------|
| github | user | ✅ 有効 |
| filesystem | project | ✅ 有効 |
| context7 | user | ✅ 有効 |

合計: 3 サーバー

スコープの説明

| スコープ | 説明 | |----------|------| | user | ユーザー全体で利用可能 | | project | 現在のプロジェクトのみ |

重要な注意事項

  • claude mcp list の出力を整形
  • ✅ MCP サーバーがない場合は「MCP サーバーは設定されていません」と表示
  • ✅ 各サーバーの状態を表示
  • ❌ MCP サーバーの追加・削除は行わない(表示のみ)
Related skills