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 you need to check which MCP servers are installed and whether they are active.
When you need to add, remove, or configure MCP servers.
Security analysis
SafeThe 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
Show me my installed MCP servers.List all MCP servers and their status.What MCP servers are available?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.