mcp-manager

Manage MCP servers by adding, listing, enabling, and disabling them in Claude Code.

2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/nathanvale/side-quest-marketplace --skill mcp-manager-nathanvale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-manager
Source: https://github.com/nathanvale/side-quest-marketplace/tree/main/plugins/mcp-manager/skills/mcp-manager
Command: npx skills add https://github.com/nathanvale/side-quest-marketplace --skill mcp-manager-nathanvale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage MCP servers — add, list, enable, and disable. Centralized control over MCP configurations and server states.

Core Features & Use Cases

  • List servers and view status
  • Add HTTP/stdio MCP servers with different transports
  • Enable/disable without removing
  • Get/remove server details and troubleshooting help

Quick Start

Use commands to add a server, then list to verify, and toggle enable/disable as needed.

Frequently Asked Questions about mcp-manager

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

FAQPage Schema
How do I add an MCP server to Claude Code?

Add MCP servers using the mcp-manager toolkit with commands that support HTTP or stdio transports. Specify the transport type, server details, and scope (local, project, or user) to register and persist the configuration.

Can I enable and disable MCP servers without removing them?

Yes, mcp-manager lets you toggle MCP servers on and off without deletion. Use enable and disable commands to control server state while preserving configuration across local, project, and user scopes.

How do I list and view the status of all my MCP servers?

The list command shows all configured MCP servers and their current status. Check server details and troubleshooting information across all scopes to verify your MCP configuration.

What's the difference between local, project, and user scope for MCP configuration?

Scope determines where MCP server settings persist: local applies to the current workspace, project to a specific project directory, and user to your profile globally. mcp-manager enforces scope flags to manage this hierarchy.

How do I remove or retrieve details about a specific MCP server?

Use mcp-manager commands to get server details for inspection and remove servers when no longer needed. Both operations respect scope settings and update configuration persistence accordingly.