mcp-manager

91
0
Source

Manage MCP (Model Context Protocol) servers in Claude Code projects. Use this skill when the user requests enabling, installing, disabling, or removing specific MCP servers like context7 or chrome-devtools. Always operates at project level (local scope only).

Install

mkdir -p .claude/skills/mcp-manager && curl -L -o skill.zip "https://mcp.directory/api/skills/download/342" && unzip -o skill.zip -d .claude/skills/mcp-manager && rm skill.zip

Installs to .claude/skills/mcp-manager

About this skill

MCP Manager

Overview

Add or remove MCP servers at the local project level only. This skill handles project-specific MCP configuration that isn't shared via git.

Scope

This skill handles:

  • Adding MCP servers to current project (local scope)
  • Removing MCP servers from current project (local scope)

This skill does NOT handle (redirect to claude mcp CLI):

  • Enabling/disabling MCP servers
  • Global or user-level MCP configuration
  • Listing available MCP servers
  • MCP server status/diagnostics

When user asks about enabling, disabling, or global MCP management, respond:

"For enabling/disabling MCP servers or global configuration, use claude mcp in your terminal which provides full MCP management."

Available MCP Servers

context7

Library documentation server providing up-to-date code examples and API references.

Add to project:

~/dotfiles/claude/skills/mcp-manager/scripts/mcp-add-context7.sh

Remove from project:

claude mcp remove context7 --scope local

chrome-devtools

Browser automation and debugging server using Chrome DevTools Protocol.

Add to project:

~/dotfiles/claude/skills/mcp-manager/scripts/mcp-add-chrome-devtools.sh

Remove from project:

claude mcp remove chrome-devtools --scope local

nuxt-ui

Nuxt UI documentation server providing components, composables, examples, and templates via HTTP.

Add to project:

~/dotfiles/claude/skills/mcp-manager/scripts/mcp-add-nuxt-ui.sh

Remove from project:

claude mcp remove nuxt-ui --scope local

Usage

Adding MCP Servers

When user requests adding an MCP server to the project:

  1. Identify which MCP server(s) to add
  2. Execute the corresponding script from scripts/
  3. Confirm successful addition

Example user requests:

  • "Add context7 to this project"
  • "Install chrome-devtools MCP here"
  • "Set up nuxt-ui MCP for this repo"

Removing MCP Servers

When user requests removing an MCP server from the project:

  1. Identify which MCP server(s) to remove
  2. Run claude mcp remove <server-name> --scope local
  3. Confirm successful removal

Example user requests:

  • "Remove context7 from this project"
  • "Uninstall chrome-devtools MCP"

Redirecting Other Requests

For requests about enabling, disabling, listing, or global management:

"Use claude mcp in your terminal for that - it provides full MCP server management including enable/disable, listing, and global configuration."

Scripts

All add scripts use --scope local (project-specific, not shared via git).

Transport types:

  • Stdio: Runs locally via npx (context7, chrome-devtools)
  • HTTP: Connects to remote server (nuxt-ui)

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

286790

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

213415

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

211295

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

218234

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

171200

rust-coding-skill

UtakataKyosui

Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.

165173

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.