Curated MCP servers, agents, plugins & rules for Claude Code and opencode β€” updated 29 May 2026, 23:39 (Kuwait)
πŸ”
GitHub
Claude Codeopencodeβœ“ Trusted
PRs, issues, repos, code search, file operations β€” full GitHub API via MCP.
gitcodeofficial
⭐ 86.5k↓ 136.9k/wkπŸ“… 2026-05-28GitHub β†—
npm / npx
npx -y @modelcontextprotocol/server-github
Environment variables
GITHUB_PERSONAL_ACCESS_TOKEN=your_pat_here
claude.json config
// ~/.claude.json β€” mcpServers section
"github": {
  "command": "@modelcontextprotocol/server-github",
  "args": []
      "env": {
              "GITHUB_PERSONAL_ACCESS_TOKEN": "your_pat_here"
      }
}
Filesystem
Claude Codeopencodeβœ“ Trusted
Read, write, search, and manage local files and directories.
filesofficial
⭐ 86.5k↓ 272.4k/wkπŸ“… 2026-05-28GitHub β†—
npm / npx
npx -y @modelcontextprotocol/server-filesystem /your/path
claude.json config
// ~/.claude.json β€” mcpServers section
"filesystem": {
  "command": "@modelcontextprotocol/server-filesystem",
  "args": ["/your/path"]
}
Memory
Claude Codeopencodeβœ“ Trusted
Persistent key-value memory across sessions. Claude remembers what you tell it.
memoryofficial
⭐ 86.5k↓ 67.6k/wkπŸ“… 2026-05-28GitHub β†—
npm / npx
npx -y @modelcontextprotocol/server-memory
claude.json config
// ~/.claude.json β€” mcpServers section
"memory": {
  "command": "@modelcontextprotocol/server-memory",
  "args": []
}
Sequential Thinking
Claude Codeopencodeβœ“ Trusted
Structured chain-of-thought reasoning for complex multi-step problems.
reasoningofficial
⭐ 86.5k↓ 99.2k/wkπŸ“… 2026-05-28GitHub β†—
npm / npx
npx -y @modelcontextprotocol/server-sequential-thinking
claude.json config
// ~/.claude.json β€” mcpServers section
"sequential-thinking": {
  "command": "@modelcontextprotocol/server-sequential-thinking",
  "args": []
}
Cloudflare
Claude Codeopencodeβœ“ Trusted
Manage DNS records, Workers, R2, KV, and 2500+ Cloudflare API endpoints.
dnscloudofficial
⭐ 3.8k↓ 5/wkπŸ“… 2026-05-28GitHub β†—
npm / npx
npx mcp-server-cloudflare
Environment variables
CLOUDFLARE_API_TOKEN=your_token
CLOUDFLARE_ACCOUNT_ID=your_account_id
claude.json config
// ~/.claude.json β€” mcpServers section
"cloudflare": {
  "command": "mcp-server-cloudflare",
  "args": []
      "env": {
              "CLOUDFLARE_API_TOKEN": "your_token",
              "CLOUDFLARE_ACCOUNT_ID": "your_account_id"
      }
}
Supabase
Claude Codeopencodeβœ“ Trusted
Query your Supabase database, manage tables, run migrations, and inspect schemas.
databasepostgresofficial
↓ 60.4k/wk
npm / npx
npx -y @supabase/mcp-server-supabase@latest --project-ref=YOUR_REF
claude.json config
// ~/.claude.json β€” mcpServers section
"supabase": {
  "command": "@supabase/mcp-server-supabase@latest",
  "args": ["--project-ref=YOUR_REF"]
}
Playwright
Claude Codeopencodeβœ“ Trusted
Browser automation β€” navigate, click, screenshot, and scrape any website.
browsertestingscrapingofficial
⭐ 33.2k↓ 4.5M/wkπŸ“… 2026-05-28GitHub β†—
npm / npx
npx -y @playwright/mcp --browser chrome
claude.json config
// ~/.claude.json β€” mcpServers section
"playwright": {
  "command": "@playwright/mcp",
  "args": ["--browser", "chrome"]
}
Context7
Claude Codeopencodeβœ“ Trusted
Live documentation lookup for any library. Always up-to-date API references.
docsresearch
⭐ 56.4k↓ 1.3M/wkπŸ“… 2026-05-26GitHub β†—
npm / npx
npx -y @upstash/context7-mcp@latest
claude.json config
// ~/.claude.json β€” mcpServers section
"context7": {
  "command": "@upstash/context7-mcp@latest",
  "args": []
}
Firecrawl
Claude Codeopencodeβœ“ Trusted
Scrape and crawl any website. Extract structured data from web pages.
scrapingweb
↓ 102.2k/wk
npm / npx
npx -y firecrawl-mcp
Environment variables
FIRECRAWL_API_KEY=your_key
claude.json config
// ~/.claude.json β€” mcpServers section
"firecrawl": {
  "command": "firecrawl-mcp",
  "args": []
      "env": {
              "FIRECRAWL_API_KEY": "your_key"
      }
}
Exa Web Search
Claude Codeopencodeβœ“ Trusted
AI-powered web search and research. Better than keyword search for technical queries.
searchresearch
⭐ 4.5k↓ 15.4k/wkπŸ“… 2026-05-22GitHub β†—
npm / npx
npx -y exa-mcp-server
Environment variables
EXA_API_KEY=your_key
claude.json config
// ~/.claude.json β€” mcpServers section
"exa": {
  "command": "exa-mcp-server",
  "args": []
      "env": {
              "EXA_API_KEY": "your_key"
      }
}
Atlassian (Jira + Confluence)
Claude Codeβœ“ Trusted
Search and manage Jira issues and Confluence pages directly from your editor.
jiraconfluenceproject-management
⭐ 5.3kπŸ“… 2026-04-10GitHub β†—
uvx (Python)
uvx mcp-atlassian==0.21.0
Environment variables
JIRA_URL=https://yourorg.atlassian.net
JIRA_EMAIL=you@example.com
JIRA_API_TOKEN=your_token
claude.json config
// ~/.claude.json β€” mcpServers section
"atlassian": {
  "command": "mcp-atlassian==0.21.0",
  "args": []
      "env": {
              "JIRA_URL": "https://yourorg.atlassian.net",
              "JIRA_EMAIL": "you@example.com",
              "JIRA_API_TOKEN": "your_token"
      }
}
Railway
Claude Codeopencodeβœ“ Trusted
Deploy and manage Railway projects, services, and databases.
deploymentcloud
↓ 17.6k/wk
npm / npx
npx -y @railway/mcp-server
Environment variables
RAILWAY_API_TOKEN=your_token
claude.json config
// ~/.claude.json β€” mcpServers section
"railway": {
  "command": "@railway/mcp-server",
  "args": []
      "env": {
              "RAILWAY_API_TOKEN": "your_token"
      }
}
Vercel
Claude Codeopencodeβœ“ Trusted
Deploy projects, inspect builds, manage domains and environment variables on Vercel.
deploymentcloudofficial
HTTP URL (no install)
https://mcp.vercel.com
claude.json config
// ~/.claude.json β€” mcpServers section
"vercel": {
  "type": "http",
  "url": "https://mcp.vercel.com"
}
Magic UI
Claude Codeβœ“ Trusted
Animated React components. Generate and customize Magic UI elements in your project.
uireactcomponents
⭐ 186↓ 2.6k/wkπŸ“… 2026-04-07GitHub β†—
npm / npx
npx -y @magicuidesign/mcp@latest
claude.json config
// ~/.claude.json β€” mcpServers section
"magic-ui": {
  "command": "@magicuidesign/mcp@latest",
  "args": []
}
Cloudflare Docs
Claude Codeopencodeβœ“ Trusted
Search Cloudflare documentation. Great for Workers, Pages, and DNS questions.
docscloudflareofficial
⭐ 3.8kπŸ“… 2026-05-28GitHub β†—
HTTP URL (no install)
https://docs.mcp.cloudflare.com/mcp
claude.json config
// ~/.claude.json β€” mcpServers section
"cf-docs": {
  "type": "http",
  "url": "https://docs.mcp.cloudflare.com/mcp"
}
Browserbase
Claude Codeopencodeβœ“ Trusted
Cloud browser sessions for headless automation without local Chrome.
browsercloudautomation
⭐ 3.4k↓ 2.3k/wkπŸ“… 2026-05-07GitHub β†—
npm / npx
npx -y @browserbasehq/mcp-server-browserbase
Environment variables
BROWSERBASE_API_KEY=your_key
BROWSERBASE_PROJECT_ID=your_project
claude.json config
// ~/.claude.json β€” mcpServers section
"browserbase": {
  "command": "@browserbasehq/mcp-server-browserbase",
  "args": []
      "env": {
              "BROWSERBASE_API_KEY": "your_key",
              "BROWSERBASE_PROJECT_ID": "your_project"
      }
}
fal.ai
Claude Codeβœ“ Trusted
Generate images, videos, and audio using 100+ AI models via fal.ai.
aiimagevideogeneration
↓ 360/wk
npm / npx
npx -y fal-ai-mcp-server
Environment variables
FAL_KEY=your_key
claude.json config
// ~/.claude.json β€” mcpServers section
"fal-ai": {
  "command": "fal-ai-mcp-server",
  "args": []
      "env": {
              "FAL_KEY": "your_key"
      }
}
Omega Memory
Claude Code
Advanced memory with semantic search, multi-agent coordination, and knowledge graphs.
memorysemantic-searchknowledge-graph
uvx (Python)
uvx omega-memory serve
claude.json config
// ~/.claude.json β€” mcpServers section
"omega-memory": {
  "command": "omega-memory",
  "args": ["serve"]
}
Everything Claude Code (ECC)
Claude Codeβœ“ Trusted
The ultimate Claude Code plugin. Agents, skills, hooks, rules, and commands in one repo. Adds 20+ specialist agents and 50+ slash commands.
agentsskillsrulesplugin
Claude plugin
claude plugin install ecc
Planner Agent
Claude Codeβœ“ Trusted
Breaks features into implementation plans β€” PRD, architecture, task lists β€” before any code is written.
planningagentecc
Included in the ECC plugin β€” install ECC first.
Code Reviewer Agent
Claude Codeβœ“ Trusted
Reviews code for quality, security, and maintainability. Flags CRITICAL β†’ LOW issues.
reviewqualityagentecc
Included in the ECC plugin β€” install ECC first.
Security Reviewer Agent
Claude Codeβœ“ Trusted
OWASP Top 10, injection, XSS, auth bypass detection. Runs before every commit.
securityowaspagentecc
Included in the ECC plugin β€” install ECC first.
TDD Guide Agent
Claude Codeβœ“ Trusted
Enforces test-driven development. Writes tests first, then implementation. 80%+ coverage.
testingtddagentecc
Included in the ECC plugin β€” install ECC first.
Debugger Agent
Claude Codeβœ“ Trusted
Systematic bug diagnosis. Traces root causes through logs, stack traces, and code paths.
debuggingagentecc
Included in the ECC plugin β€” install ECC first.
Architect Agent
Claude Codeβœ“ Trusted
System design decisions, scalability analysis, and architectural trade-offs.
architecturedesignagentecc
Included in the ECC plugin β€” install ECC first.
Build Error Resolver
Claude Codeβœ“ Trusted
Fixes TypeScript, build, and compilation errors with minimal diffs. Gets builds green fast.
buildtypescripterrorsagent
Included in the ECC plugin β€” install ECC first.
opencode
opencodeβœ“ Trusted
AI coding agent for the terminal. Works with Claude, GPT-4o, Gemini, and local Ollama models. Supports MCP servers.
terminalagentessential
Shell
curl -fsSL https://opencode.ai/install | bash
opencode + Ollama
opencodeβœ“ Trusted
Run opencode against your local Ollama models. No API key needed, fully offline.
ollamalocalofflineconfig
opencode.json config
{
  "provider": {
    "ollama": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Ollama",
      "options": {
        "baseURL": "http://localhost:11434/v1"
      },
      "models": {
        "qwen3:latest": {
          "name": "Qwen3",
          "tool_call": true
        }
      }
    }
  }
}
opencode + Claude API
opencodeβœ“ Trusted
Connect opencode to Anthropic Claude models via API key for maximum coding performance.
claudeanthropicapi
Shell
opencode auth login
ECC Common Rules
Claude Codeβœ“ Trusted
Universal coding standards: KISS, DRY, immutability, error handling, security, testing (80% coverage), git workflow.
rulesstandardsecc
Shell
./install.sh
ECC TypeScript Rules
Claude Codeβœ“ Trusted
TypeScript/JavaScript conventions: type safety, async patterns, Node/web security.
rulestypescriptjavascriptecc
Shell
./install.sh typescript
ECC Python Rules
Claude Codeβœ“ Trusted
Python standards: PEP 8, type hints, Django/FastAPI patterns, security.
rulespythondjangofastapi
Shell
./install.sh python
ECC Go Rules
Claude Codeβœ“ Trusted
Idiomatic Go: error handling, concurrency, goroutines, interfaces, performance.
rulesgolanggoecc
Shell
./install.sh golang