List Installed MCP Servers

VerifiedSafe

Displays a list of installed MCP servers with their scope and status. Uses the `claude mcp list` command to retrieve and format information.

Sby Skills Guide Bot
DevelopmentBeginner
306/2/2026
Claude Code
#mcp#server-list#cli#configuration

Recommended for

Our review

Lists installed MCP servers with their scope and status.

Strengths

  • Simple and quick to execute
  • Shows each server's status immediately
  • Useful for checking available tools in the environment

Limitations

  • Cannot add or remove servers
  • Only works in Claude Code
  • Information shown is limited to name, scope, and status
When to use it

When you need to check which MCP servers are installed and whether they are active.

When not to use it

When you need to add, remove, or configure MCP servers.

Security analysis

Safe
Quality score78/100

The skill only runs 'claude mcp list', a built-in CLI command that lists local MCP configurations. No destructive actions, no network calls to arbitrary endpoints, no sensitive data exfiltration. Safe to use.

No concerns found

Examples

List installed MCP servers
Show me my installed MCP servers.
Check MCP server status
List all MCP servers and their status.
Available MCP servers
What MCP servers are available?

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