**Category:** MCP
/plugin marketplace add nguyenthienthanh/ccpm-team-agents/plugin install nguyenthienthanh-aura-frog-aura-frog-2@nguyenthienthanh/ccpm-team-agentsmcp/Category: MCP
Priority: Medium
Syntax: mcp:status
Show status of bundled MCP servers and verify they are loaded correctly.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔌 MCP Server Status
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
| Server | Status | Tools Available |
|--------|--------|-----------------|
| context7 | ✅ Loaded | resolve-library-id, get-library-docs |
| figma | ⚠️ No Token | - |
| playwright | ✅ Loaded | browser-*, navigate, screenshot |
| vitest | ✅ Loaded | run-tests, get-coverage |
| slack | ⚠️ No Token | - |
**Configuration:** .mcp.json
**Guide:** docs/MCP_GUIDE.md
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Claude checks MCP status by:
mcp__plugin_{name}_MCP Prefixes:
context7: mcp__plugin_context7_context7__
figma: mcp__plugin_figma_figma__
playwright: mcp__plugin_playwright_playwright__
vitest: mcp__plugin_vitest_vitest__
slack: mcp__plugin_slack_slack__
Status Rules:
- Tools visible → ✅ Loaded
- Tools missing but config exists → ⚠️ Check token/config
- Tools missing and no config → ❌ Not configured
When user runs mcp:status:
List Available Tools
Check Configuration
.mcp.json for expected serversShow Status Table
Provide Guidance
.envrc⚠️ MCP server not loading? Check:
1. **Environment Variables**
- Ensure `.envrc` has required tokens
- Run `direnv allow` after editing
2. **Configuration**
- Verify `.mcp.json` syntax
- Check server package names
3. **Restart Claude Code**
- MCP servers load at startup
- Restart session after config changes
| Issue | Cause | Fix |
|---|---|---|
| No figma tools | Missing FIGMA_API_TOKEN | Add to .envrc |
| No slack tools | Missing SLACK_BOT_TOKEN | Add to .envrc |
| context7 missing | Package not installed | Check .mcp.json |
mcp:test <server> - Test specific MCP serverproject:reload-env - Reload environment variablesVersion: 1.0.0 Last Updated: 2025-12-22