Last active
November 10, 2025 17:07
-
-
Save savchukoleksii/e9557878d7eae1eb2b7aab91df08ef11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # # Shopify | |
| claude mcp add --scope user shopify stdio -- npx -y @shopify/dev-mcp@latest | |
| # Sequential Thinking | |
| claude mcp add --scope user sequential-thinking stdio -- npx -y @modelcontextprotocol/server-sequential-thinking | |
| # Bundlephobia | |
| claude mcp add --scope user bundlephobia stdio -- npx -y bundlephobia-mcp | |
| # Chrome DevTools | |
| claude mcp add --scope user chrome-devtools stdio -- npx -y chrome-devtools-mcp@latest | |
| # Cloudflare Docs | |
| claude mcp add --scope user cloudflare-docs stdio -- npx -y mcp-remote https://docs.mcp.cloudflare.com/sse | |
| # Context7 (with API key) | |
| claude mcp add --scope user context7 stdio -- npx -y @upstash/context7-mcp --api-key ctx7sk-1ba9448d-9e67-47e4-b435-98cb1c1cfa35 | |
| # Click Up | |
| claude mcp add --scope user --transport http clickup https://mcp.clickup.com/mcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment