← ClaudeAtlas

mcp-toolslisted

MCP tool decision tree and MCP-first fallback strategy. TRIGGER when: choosing whether to use an MCP tool versus a built-in, or an MCP tool is available for a task. SKIP: semantic-memory MCP usage specifically (use semantic-memory-mcp).
komluk/scaffolding · ★ 1 · AI & Automation · score 74
Install: claude install-skill komluk/scaffolding
# MCP Tools Decision Tree ## Priority Order 1. Does an MCP tool exist for this operation? **Use it first.** 2. Did the MCP tool fail (auth missing, plugin unavailable)? **Fall back to built-in.** 3. No MCP tool matches? **Use built-in tools** (Bash, Grep, WebSearch, etc.). ## MCP Plugin Quick Reference | Plugin | Transport | Key Tools | Agents | |--------|-----------|-----------|--------| | context7 | stdio | `mcp__context7__resolve-library-id`, `mcp__context7__get-library-docs` | researcher, developer | | playwright | stdio | `mcp__playwright__browser_navigate`, `mcp__playwright__browser_screenshot` | developer, debugger | | eslint | stdio | `mcp__eslint__*` | developer, reviewer | | sonarqube | docker | `mcp__sonarqube__*` | developer, reviewer | | memory | stdio | `mcp__memory__*` | developer, architect | | sequential-thinking | stdio | `mcp__sequential-thinking__*` | architect, debugger | | postgres-mcp | stdio | `mcp__postgres-mcp__*` | developer, optimizer | | redis-mcp | stdio | `mcp__redis-mcp__*` | developer, devops, debugger | | docker | stdio | `mcp__docker__*` | devops | | cron | stdio | `mcp__cron__*` | devops | | ssh-mcp | stdio | `mcp__ssh-mcp__*` | devops | | github | http | `mcp__github__*` | gitops, architect | | google-sheets | stdio | `mcp__google-sheets__*` | researcher, tech-writer | | slack | sse | `mcp__slack__*` | tech-writer | | asana | sse | `mcp__asana__*` | architect | | supabase | http | `mcp__supabase__*` | optimizer | | firebase | stdio | `