mcp-setup
Installation
SKILL.md
MCP Setup
Quick Setup Commands
These are example commands — verify latest package names before running.
| Server | Install Command | Scope | Key Env Vars |
|---|---|---|---|
| Slack | claude mcp add slack -s user -e "SLACK_BOT_TOKEN=..." -- npx -y @modelcontextprotocol/server-slack |
user | SLACK_BOT_TOKEN |
| Sentry | claude mcp add sentry -s user -- npx -y @sentry/mcp-server |
project | SENTRY_AUTH_TOKEN |
| PostHog | claude mcp add posthog -s user -- npx -y @posthog/mcp-server |
project | POSTHOG_API_KEY |
| Figma | claude mcp add figma -s user -- npx -y @anthropic/figma-mcp-server |
user | FIGMA_ACCESS_TOKEN |
| Frame0 | claude mcp add frame0 -- npx -y frame0-mcp-server |
user | (none) |
| Playwright | claude mcp add playwright -s user -- npx -y @anthropic/playwright-mcp-server |
user | (none) |
| Neon | claude mcp add neon -s user -e "NEON_API_KEY=..." -- npx -y @neondatabase/mcp-server-neon |
user | NEON_API_KEY |
| Linear | Use Linear CLI skill instead (lin) |
- | LINEAR_API_KEY |
| qmd | Already configured in user settings | user | (none) |
Scope Guide
Related skills
More from jonmumm/skills
dont-use-use-effect
>
59react-composable-components
>
41grill-me
>
32mutation-testing
Run and interpret Stryker mutation testing; kill survivors to reach ≥95% score. Use when running mutation tests, setting up Stryker, interpreting survivors, or verifying test quality after TDD.
32offensive-typesafety
>
31expo-testing
Build, install, and test Expo/React Native apps on simulators and physical devices. Use when asked to "run on simulator", "install on device", "test on phone", "run detox", "preview build", or "build and test".
30