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 you want to check which MCP servers are installed and active.
If you need to modify the MCP server configuration (add/delete) – in that case, use the appropriate install or remove commands.
Security analysis
SafeThe 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
MCP 一覧を表示してインストール済みの MCP サーバーを確認したいname: list-mcp description: インストール済みの MCP サーバー一覧を表示する。「MCP 一覧」「MCP サーバー確認」「インストール済み MCP」「MCP を見せて」「mcp list」「MCP サーバー一覧」「利用可能な MCP」などで起動。 allowed-tools: [Bash]
List MCP
インストール済みの MCP サーバー一覧を表示します。
実行手順
claude mcp listコマンドを実行- 結果を整形して表示
出力フォーマット
## インストール済み MCP サーバー
| 名前 | スコープ | 状態 |
|------|----------|------|
| github | user | ✅ 有効 |
| filesystem | project | ✅ 有効 |
| context7 | user | ✅ 有効 |
合計: 3 サーバー
スコープの説明
| スコープ | 説明 | |----------|------| | user | ユーザー全体で利用可能 | | project | 現在のプロジェクトのみ |
重要な注意事項
- ✅
claude mcp listの出力を整形 - ✅ MCP サーバーがない場合は「MCP サーバーは設定されていません」と表示
- ✅ 各サーバーの状態を表示
- ❌ MCP サーバーの追加・削除は行わない(表示のみ)
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.