home / skills / laurigates / claude-plugins / mcp-management
This skill helps you install and configure MCP servers for Claude Code projects, enabling connections, updates, and troubleshooting per project.
npx playbooks add skill laurigates/claude-plugins --skill mcp-managementReview the files below or copy the command above to add this skill to your agents.
---
model: haiku
created: 2025-12-16
modified: 2026-02-05
reviewed: 2025-12-16
name: mcp-management
description: |
Install and configure Model Context Protocol (MCP) servers for Claude Code projects.
Use when you want to add or enable an MCP server, connect a tool or integration
(database, API, file system), update MCP settings in .mcp.json, or troubleshoot
MCP server connection issues.
allowed-tools: Bash, Read, Write, Edit, Grep, Glob, AskUserQuestion
---
# MCP Server Management
Expert knowledge for managing Model Context Protocol (MCP) servers on a project-by-project basis, with intelligent suggestions based on project context.
[Rest of content continues...]
This skill installs and configures Model Context Protocol (MCP) servers for Claude Code projects, enabling reliable context sharing and tool integrations. It helps add or enable MCP servers, wire up databases/APIs/filesystems, update .mcp.json settings, and diagnose connection issues quickly. The focus is practical: get an MCP server running, connected, and validated in your project environment.
The skill inspects project files and the .mcp.json manifest to determine required MCP endpoints, credentials, and integrations. It provides commands and configuration edits to install or enable an MCP server, create or update integration blocks (database, API, file system), and apply environment-specific settings. For troubleshooting, it runs connectivity checks, validates auth tokens, and surfaces actionable error messages and recommended fixes.
Where are MCP settings stored?
.mcp.json in the project root holds MCP endpoints, integrations, and environment overlays. Keep it in Git but exclude secrets; reference secrets via env variables or a secrets manager.
How can I test an MCP connection after configuration?
Use the provided connectivity checks to ping the MCP endpoint, validate TLS certificate, and perform an authenticated test request. Include smoke tests in CI to catch regressions.