Agent skill
mcp-remover
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/mcp-remover
SKILL.md
MCP Remover
MCP サーバーを削除するスキル。「MCP 削除」「MCP を外して」「MCP サーバー削除」「mcp remove」「MCP を消して」「MCP サーバーをアンインストール」「MCP を取り除いて」などで起動。
スキル情報
name: mcp-remover
description: MCP サーバーを削除するスキル。「MCP 削除」「MCP を外して」「MCP サーバー削除」「mcp remove」「MCP を消して」「MCP サーバーをアンインストール」「MCP を取り除いて」などで起動。
allowedTools:
- Bash
- AskUserQuestion
Claude への指示
実行手順
- まず
claude mcp listで現在のサーバー一覧を表示 - ユーザーに削除対象のサーバー名を確認
claude mcp remove <name>コマンドを実行- 削除完了メッセージを表示
削除確認フォーマット
## MCP サーバー削除
現在インストールされているサーバー:
| 名前 | スコープ |
|------|----------|
| github | user |
| filesystem | project |
削除するサーバー名を入力してください。
出力フォーマット(削除完了時)
## 削除完了
MCP サーバー「github」を削除しました。
現在のサーバー数: 1
重要な注意事項
- ✅ 削除前に現在のサーバー一覧を表示
- ✅ 削除前に確認を求める
- ✅ 削除後に残りのサーバー数を表示
- ❌ 複数サーバーの一括削除は行わない(1つずつ確認)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?