Help us improve
Share bugs, ideas, or general feedback.
From claude-code-expert
Manages MCP servers for Claude Code: add (filesystem, PostgreSQL, GitHub, Slack, Puppeteer, etc.), remove, list status, test connectivity, troubleshoot issues.
npx claudepluginhub markus41/claude --plugin claude-code-expertHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-code-expert:cc-mcpThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /cc-mcp — MCP Server Configuration Manager Configure, troubleshoot, and manage MCP servers for Claude Code. ## Usage ## Actions ### add Add a new MCP server. ### remove Remove an MCP server. ### list List all configured MCP servers with status. ### test Test MCP server connectivity. ### troubleshoot Diagnose MCP server issues. ## Implementation When invoked: ### For `add`: 1. If known server type, use preconfigured template 2. Ask for required environment variables (API keys, etc.) 3. Add entry to .mcp.json 4. Test the server starts correctly 5. Show available tools from ...
/verify-mcpVerifies MCP server installation and configuration status using bash checks, reports in a status table with tools available and actions needed, provides fix commands and troubleshooting.
/statusDisplays status table of MCP servers (context7, figma, playwright, vitest, slack) showing load status, available tools, config file, and setup guidance.
/setupDiagnoses MCP server connectivity by checking health endpoints, probing tool availability, and calling lightweight tool tests. Outputs a formatted status table per server.
Share bugs, ideas, or general feedback.
Configure, troubleshoot, and manage MCP servers for Claude Code.
/cc-mcp [action] [server-name]
Add a new MCP server.
/cc-mcp add # Interactive
/cc-mcp add filesystem # Add filesystem server
/cc-mcp add postgres # Add PostgreSQL server
/cc-mcp add github # Add GitHub server
/cc-mcp add brave-search # Add Brave Search
/cc-mcp add memory # Add Memory server
/cc-mcp add slack # Add Slack server
/cc-mcp add puppeteer # Add Puppeteer server
/cc-mcp add firecrawl # Add Firecrawl server
/cc-mcp add perplexity # Add Perplexity server
/cc-mcp add context7 # Add Context7 server
/cc-mcp add custom # Add custom server
Remove an MCP server.
/cc-mcp remove server-name
List all configured MCP servers with status.
/cc-mcp list
Test MCP server connectivity.
/cc-mcp test # Test all servers
/cc-mcp test server-name # Test specific server
Diagnose MCP server issues.
/cc-mcp troubleshoot # Check all servers
/cc-mcp troubleshoot server-name # Check specific server
When invoked:
add:test:troubleshoot: