--- name: mcp-status description: Check status of MCP integrations aliases: [mcp, integrations] invokes: skill:mcp-status --- # MCP Status Command Check the status of MCP integrations (Gmail, Calendar, etc.). ## Usage ``` /mcp-status # Show integration status /mcp-status --json # Output as JSON ``` ## Implementation Run the MCP status script: ```bash ~/.claude/automation/mcp-status.sh [--json] ``` ## Integrations Checked | Integration | What's Checked | |-------------|----------------| | Gmail | Venv, gmail-mcp package, credentials, token | | Calendar | google-api-python-client, credentials, token | | Delegation | Helper scripts present | | MCP Servers | .mcp.json configuration | ## Status Levels | Status | Meaning | |--------|---------| | `ready` | Fully configured and working | | `needs_auth` | Credentials present, needs OAuth | | `needs_setup` | Missing configuration | | `missing_deps` | Python packages not installed | | `not_installed` | Integration not set up |