Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Claude Skills Maintainers avatar

Mcp Management

  • 196 repo stars
  • Updated July 25, 2026
  • secondsky/claude-skills

Discover, analyze, and execute MCP server tools, prompts, and resources, filtering capabilities to avoid agent context bloat.

About

A skill for managing MCP servers — discovering, analyzing, and executing their tools, prompts, and resources. Developers use it when wiring MCP integrations into an agent, doing capability discovery and tool filtering, and resolving context bloat or tool-execution errors.

  • MCP server management
  • Capability discovery
  • Tool filtering
  • Programmatic execution

Mcp Management by the numbers

  • Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add secondsky/claude-skills
/plugin install mcp-management@claude-skills

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars196
Last updatedJuly 25, 2026
Repositorysecondsky/claude-skills

What it does

Discover, analyze, and execute MCP server tools, prompts, and resources, filtering capabilities to avoid agent context bloat.

README.md

MCP Management Skill

Manage Model Context Protocol (MCP) servers for discovering, analyzing, and executing tools/prompts/resources.

Overview

This skill provides utilities to interact with MCP servers without polluting the main context window. It supports progressive disclosure of capabilities, intelligent tool selection, and multi-server management.

Key Benefits

  • Progressive disclosure of MCP capabilities (load only what's needed)
  • Intelligent tool/prompt/resource selection based on task requirements
  • Multi-server management from single config file
  • Context-efficient: subagents handle MCP discovery and execution
  • Persistent tool catalog: saves discovered tools to JSON for fast reference

When to Use

  1. Discovering MCP Capabilities: List available tools/prompts/resources
  2. Task-Based Tool Selection: Analyze which MCP tools are relevant
  3. Executing MCP Tools: Call MCP tools programmatically
  4. MCP Integration: Build or debug MCP client implementations
  5. Context Management: Delegate MCP operations to subagents

Quick Start

# Using bun (preferred)
bunx tsx scripts/cli.ts list-tools  # Saves to assets/tools.json
bunx tsx scripts/cli.ts call-tool memory create_entities '{"entities":[...]}'

# Using npx
npx tsx scripts/cli.ts list-tools

Auto-Trigger Keywords

  • MCP server management
  • Model Context Protocol
  • MCP tool discovery
  • MCP integration
  • tool execution
  • multi-server orchestration
  • context protocol
  • MCP client

Source

Adapted from mrgoonie/claudekit-skills

Related skills

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.