mcp-manager

Configure MCP servers for Claude Code via the mcp-manager CLI.

1|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/rysweet/AzureHayMaker --skill mcp-manager-rysweet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-manager
Source: https://github.com/rysweet/AzureHayMaker/tree/main/.claude/skills/mcp-manager
Command: npx skills add https://github.com/rysweet/AzureHayMaker --skill mcp-manager-rysweet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing MCP (Model Context Protocol) server configurations for Claude Code can be tedious when done manually. This Skill provides a natural-language interface to list, enable, disable, add, remove, show, validate, and export/import MCP servers.

Core Features & Use Cases

  • List MCPs and statuses
  • Enable/disable MCP servers
  • Add or remove MCP configurations
  • Show detailed MCP information
  • Validate MCP configurations
  • Export/import MCPs for backup or migration

Quick Start

Try: "List all my MCPs" or "Enable the filesystem MCP"

Frequently Asked Questions about mcp-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage MCP server configurations in Claude Code?

MCP server management in Claude Code involves configuring Model Context Protocol servers through the mcp-manager CLI. You can add, enable, disable, remove, list, validate, and export/import MCP configurations using natural-language commands, with interactive prompts for server name, command, arguments, and environment variables.

Can I enable and disable MCP servers without editing configuration files manually?

Yes. The mcp-manager Skill provides CLI commands to enable and disable MCP servers interactively without manual file editing. You can toggle server status, add new configurations, and manage settings through conversational workflows that handle input validation and confirmations.

How do I back up and restore my MCP configurations?

Export and import MCP configurations as JSON files using mcp-manager's export and import commands. This enables backup, migration between Claude Code instances, and version control of your Model Context Protocol server setup.

What validation does mcp-manager perform on MCP server configurations?

The Skill validates MCP configurations to ensure correctness before applying changes. Validation checks server name, command, arguments, and environment variables, with status reporting and input validation to catch misconfigurations early.

Can I list all my MCP servers and check their status?

Yes. The list and show commands display all configured MCP servers with their current status and detailed information. This helps you audit active servers, verify enablement, and troubleshoot configuration issues.

Does mcp-manager require additional dependencies to manage Model Context Protocol servers?

No external dependencies are required. mcp-manager integrates directly with Claude Code's CLI interface to manage MCP server configurations, making it ready to use immediately without additional setup.