Nadhebe
Tools

The Ultimate Claude Code Resource List 2026: Top MCP Servers, Skills, Subagents & Plugins

The definitive curated directory of Claude Code ecosystem resources. Includes top verified MCP servers, custom skills, subagents, VS Code extensions, and CLI tools.

Nadhebe Editorial Team Nadhebe Editorial Team
· · 4 min read
Minimalist resource directory map showing connected MCP server nodes and tool extensions
On this page

The ecosystem surrounding Anthropic’s Claude Code CLI is expanding rapidly. Through the Model Context Protocol (MCP), custom skills, subagent personas, and terminal extensions, developers can turn Claude Code into a customized agentic workstation integrated with databases, issue trackers, CI/CD pipelines, and cloud APIs.

This curated resource directory indexes the top verified MCP Servers, Custom Skills, Subagent Personas, and IDE Integrations available for Claude Code.


🔌 1. Top Verified Model Context Protocol (MCP) Servers

MCP servers provide standardized protocols for Claude Code to execute tools and read context from external infrastructure.

flowchart LR
    Claude[Claude Code CLI] <--> MCPBridge[Model Context Protocol]
    MCPBridge <--> GitHub[GitHub MCP]
    MCPBridge <--> Postgres[PostgreSQL MCP]
    MCPBridge <--> Sentry[Sentry Error MCP]
    MCPBridge <--> Redis[Redis Cache MCP]

Developer Infrastructure & Version Control

MCP Server NameTransportInstallation CommandCore Functionality
GitHub MCPstdioclaude mcp add github -- npx -y @modelcontextprotocol/server-githubInspect issues, pull requests, commit histories, and review comments.
GitLab MCPstdioclaude mcp add gitlab -- npx -y @modelcontextprotocol/server-gitlabQuery GitLab merge requests, pipeline logs, and repository files.
Docker MCPstdioclaude mcp add docker -- npx -y @modelcontextprotocol/server-dockerInspect running containers, tail container logs, and analyze Dockerfiles.

Database & Storage Systems

MCP Server NameTransportInstallation CommandCore Functionality
PostgreSQL MCPstdioclaude mcp add postgres -- npx -y @modelcontextprotocol/server-postgresInspect database schemas, execute parameterized SQL queries, and analyze query performance.
SQLite MCPstdioclaude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqliteQuery local SQLite database files (.db/.sqlite) directly inside your repository.
Redis MCPstdioclaude mcp add redis -- npx -y @modelcontextprotocol/server-redisInspect Redis cache keys, TTL expiration, and data structures.

Observability & API Tools

MCP Server NameTransportInstallation CommandCore Functionality
Sentry MCPhttpclaude mcp add --transport http sentry https://mcp.sentry.io/queryFetch recent exception stack traces, error frequencies, and affected user sessions.
Puppeteer MCPstdioclaude mcp add puppeteer -- npx -y @modelcontextprotocol/server-puppeteerHeadless browser automation: capture screenshots, scrape SPA rendered DOMs, and audit UI flows.
Fetch/Web MCPstdioclaude mcp add fetch -- npx -y @modelcontextprotocol/server-fetchFetch and convert web pages into clean markdown context for Claude analysis.

🛠️ 2. Essential Custom Skills (.claude/skills/)

Custom skills add reusable slash commands to interactive Claude Code sessions.

Slash CommandFile LocationOperational Blueprint Summary
/deploy.claude/skills/deploy/SKILL.mdRuns tests, builds bundle, executes deployment script, and verifies health check endpoints.
/security-audit.claude/skills/security-audit/SKILL.mdAudits uncommitted git diff for OWASP Top 10 vulnerabilities and hardcoded secrets.
/db-migrate.claude/skills/db-migrate/SKILL.mdGenerates non-breaking database migration scripts and updates ORM schema definitions.
/generate-docs.claude/skills/generate-docs/SKILL.mdScans exported functions and generates standard TSDoc/JSDoc block comments.

🤖 3. Dedicated Custom Subagents (.claude/agents/)

Subagents define specialized AI worker personas with restricted toolsets.

Subagent NameInvocation SyntaxSpecialized Persona Scope
code-reviewer@code-reviewerSenior code reviewer enforcing TypeScript strict mode, error handling, and test coverage.
qa-engineer@qa-engineerQA automation specialist generating comprehensive unit, integration, and E2E test suites.
docs-architect@docs-architectDocumentation technical writer maintaining CLAUDE.md, API specs, and README references.

💻 4. IDE Extensions & Shell Integrations

  • VS Code Extension: Official Claude Code extension available on the VS Code Marketplace. Features side-by-side terminal integration, interactive diff previews, and @editor context sharing.
  • JetBrains Plugin: Official plugin for IntelliJ IDEA, PyCharm, WebStorm, and GoLand.
  • Flicker-Free Terminal Config (CLAUDE_CODE_NO_FLICKER=1): Adds smooth streaming line-by-line rendering and mouse scrolling to Zsh and Bash terminals.

Frequently asked questions

What is an MCP server in Claude Code?

An MCP (Model Context Protocol) server is an external tool connector that gives Claude Code standard interfaces to query databases, issue trackers, APIs, and external services.

How do I install a verified MCP server into Claude Code?

Run 'claude mcp add <name> -- <command>' or add the server definition to your project's '.mcp.json' configuration file.

Where can I find open-source skills and subagents for Claude Code?

Explore official Anthropic repositories, GitHub community awesome-lists, and local '.claude/skills/' directory templates.

Sources & references

  1. [1]Official Model Context Protocol Directory
  2. [2]Anthropic Claude Code Documentation
Nadhebe Editorial Team

Nadhebe Editorial Team

Technical research and documentation published by the Nadhebe editorial team.

Get the next issue

One focused essay a week. No noise, unsubscribe anytime.