MCP Collections
A curated collection of MCP (Model Context Protocol) server integrations for Claude Code — Google Stitch, Context7, GitHub, and more.
by Suraj Singh · github.com/surajkrsingh/mcp-collections · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/surajkrsingh/mcp-collections/archive/refs/heads/main.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
MCP Collections
A curated collection of MCP (Model Context Protocol) server integrations for Claude Code. Each MCP server adds external capabilities — from AI-powered UI design to live documentation lookup — that Claude can use directly in your editor.
Included MCPs
| MCP | What it does | Docs |
|---|---|---|
| Google Stitch | Generate, edit, and iterate on UI designs from text prompts | docs/google-stitch.md |
| Context7 | Look up current documentation and code examples for any library | docs/context7.md |
| GitHub | Interact with repos, issues, PRs, actions, and code security | docs/github.md |
| Playwright | Browser automation — navigate, click, fill forms, screenshot, scrape | docs/playwright.md |
More MCPs will be added over time. See Adding a new MCP below.
Quick Start
Prerequisites
- Node.js v22+
- mcp-remote — npm install -g mcp-remote
- github-mcp-server binary — see install steps
- Claude Code CLI
1. Clone and enter the project
2. Set your API keys
Add these to your shell profile (~/.zshrc or ~/.bashrc):
3. Launch
That's it. Claude picks up the MCP servers from .mcp.json and the pre-approved permissions from .claude/settings.local.json automatically. No permi