Build This Now
Build This Now
Keyboard ShortcutsStatus Line Guide
CLAUDE.md, Skills, Subagents, Hooks: When to Use WhichClaude Code Subagents: The 3 to 5 Agent Sweet SpotCLAUDE.md Best Practices: The File That Makes Claude Code ReliableHow to Fix Claude Code Running Out of Context
speedy_devvkoen_salo
Blog/Toolkit/MCP/50+ MCP Servers for Claude Code

50+ MCP Servers for Claude Code

50+ Claude Code MCP servers, editor integrations, usage monitors, orchestrators, database connectors, browser drivers, and starter kits worth wiring in today.

Stop configuring. Start building.

SaaS builder templates with AI orchestration.

See what we build for companies →
speedy_devvWritten by speedy_devvPublished Jan 23, 2026Toolkit hubMCP index

Looking for the right tools to plug into Claude Code? This page collects the servers, editor integrations, and starter kits worth knowing about in 2026. Database connectors, browser drivers, multi-agent orchestrators, all grouped by what they actually do.

New: Claude Code now ships MCP Tool Search. Servers lazy-load on demand, which cuts context usage by up to 95%. You can wire in every server on this page and stay well inside the window.

Awesome Lists and Collections

Start here when you're hunting for something specific. These indexes stay more current than any single blog post:

  • awesome-claude-code - The main curated list of Claude Code commands, files, and workflows
  • awesome-mcp-servers - Comprehensive curated collection of Model Context Protocol servers
  • MCP Servers Directory (Glama) - Web-based MCP server directory with search and filtering
  • awesome-dxt-mcp - Desktop Extensions (DXT) and MCP servers for Claude Desktop
  • awesome-claude-code-agents - Specialized Claude Code sub-agents
  • MCP Clients Directory (Glama) - Curated directory of MCP client implementations
  • awesome-claude-dxt - Claude Desktop Extensions collection

IDE Integrations and Editors

Claude Code meets your editor:

  • Claude Code Chat (VS Code) - Elegant Claude Code chat interface for VS Code with inline suggestions
  • claude-code-ide.el - Emacs integration showing ediff-based code suggestions and buffer context tracking
  • claude-code.el - Emacs interface for Claude Code CLI with full feature support
  • claude-code.nvim - Smooth Neovim integration for Claude Code AI assistant
  • Cursor - AI-first VS Code fork with native MCP support for enhanced AI capabilities
  • Cline - Uses MCP to create tools and extend AI coding capabilities

Usage Monitors and Dashboards

Watching cost and token burn in real time:

  • CC Usage - CLI tool for analyzing Claude Code logs with cost and token consumption dashboard
  • ccflare - Comprehensive Claude Code usage dashboard with beautiful web UI
  • Claude Code Usage Monitor - Real-time terminal-based monitoring for token usage

Orchestrators and Multi-Agent Systems

For running more than one Claude at once:

  • Claude Flow - Autonomous code writing, editing, testing, and optimization orchestration layer
  • Claude Squad - Terminal app managing multiple Claude Code agents in separate workspaces
  • Swarm SDK - Launch Claude Code sessions connected to swarms of specialized agents

MCP Servers - Core Development

The everyday servers. Most projects end up with three or four of these wired in:

  • GitHub MCP Server - Official GitHub integration for repos, PRs, issues, and CI/CD workflows
  • PostgreSQL MCP - Natural language database queries and operations
  • File System MCP - Advanced file operations for local development
  • SQLite MCP - SQLite database management and queries
  • Git MCP - Git operations beyond basic commands
  • Fetch MCP - Web content fetching and conversion for LLM usage

MCP Servers - Integrations

Bridges to the outside services your team already uses:

  • Slack MCP - Team communication, channel management, and messaging
  • Sentry MCP - Error tracking and issue analysis from Sentry.io
  • Google Drive MCP - File access and search for Google Drive
  • Google Maps MCP - Location services, directions, and place details
  • Brave Search MCP - Web and local search using Brave's Search API
  • GitLab MCP - GitLab API for project management

MCP Servers - Web and Automation

Driving a browser from Claude:

  • Puppeteer MCP - Browser automation and web scraping with Puppeteer
  • Browserbase MCP - Cloud browser automation (community)

Slash Command Collections

Pre-built commands you can drop into any project:

  • Claude Command Suite - 119+ professional slash commands for code review, features, security, and architecture
  • Claude Sessions - Session tracking and documentation commands

Special Purpose MCP Servers

The ones that don't fit any neat category:

  • Claude Context MCP - Semantic code search across millions of lines
  • Claude Code MCP - Claude Code as one-shot MCP server for nested agents
  • Memory MCP - Knowledge graph-based persistent memory
  • Everything MCP - Reference server with prompts, resources, and tools

Browser Extensions

  • Claude MCP Browser Extension - Enable MCP in claude.ai web interface

Starter Kits and Project Foundations

Claude Code produces better work when it's building on top of a real project instead of an empty folder. A solid starter saves days of scaffolding.

  • TurboStarter - Recommended: Professional Next.js starter kit with authentication, payments, and AI integrations built-in. Perfect foundation for Claude Code projects

Development Tools and Utilities

  • Claude Code Cookbook - Collection of settings and configurations to make Claude Code more useful
  • Claude Code Cookbook (Chinese) - Chinese language version with similar functionality

Learning Resources and Documentation

  • Official Claude Code Docs - Anthropic's official documentation
  • MCP Protocol Specification - Model Context Protocol documentation
  • MCP Servers Repository - Official MCP server implementations
  • Builder.io Claude Code Guide - How to use Claude Code effectively

More Resources

Once you've picked a handful of servers, the rest of the work is permissions, hooks, and agent config. The plumbing that keeps them all in line.

Other useful pages:

  • MCP Tool Search - MCP lazy loading
  • MCP server basics
  • Custom integrations guide
  • Browser automation
  • Configuration guide
  • Agent fundamentals
  • Claude Code changelog. Track new MCP features and server compatibility updates across releases
  • Installation guide. Get Claude Code running on macOS, Windows, or Linux before setting up MCP servers

Based on: awesome-claude-code community collection Last Updated: January 2026

Continue in MCP

  • Browser Automation MCP for Claude Code
    Wire Playwright or Puppeteer into Claude Code over MCP and drive real browsers with plain-language prompts for scraping, QA, regression clicks, zero selectors.
  • How to Build an MCP Server for Claude Code
    A step-by-step tutorial: build a minimal MCP server in Node and TypeScript, expose one tool over stdio, and register it with Claude Code via claude mcp add and a project .mcp.json.
  • Claude for Creative Work Connectors
    Nine official Anthropic integrations now wire Claude into Blender, Adobe Creative Cloud, Autodesk Fusion, Ableton, Splice, Affinity, SketchUp, and Resolume.
  • Context7 MCP
    Add Context7 MCP to Claude Code so prompts fetch current library docs at query time, killing stale training-data guesses, invented APIs, and renamed functions.
  • Cursor MCP Servers
    Configure MCP servers in Cursor IDE. Where .cursor/mcp.json lives, the JSON format Cursor expects, and the first servers to add for search, git, and browser.
  • Build Your Own MCP Server for Claude Code
    Build a custom Claude Code MCP server in Node.js. Tool definitions, request handlers, REST and Postgres patterns, plus the config Claude Code needs to load it.

More from Toolkit

  • CLAUDE.md, Skills, Subagents, Hooks: When to Use Which
    Claude Code skills vs subagents vs hooks vs CLAUDE.md: a plain mental model for picking the right primitive, with token costs and examples.
  • Claude Code Subagents: The 3 to 5 Agent Sweet Spot
    Claude code subagents work best at 3-5 concurrent agents. Here is why that ceiling exists, how to set them up, and what to use past it.
  • CLAUDE.md Best Practices: The File That Makes Claude Code Reliable
    CLAUDE.md best practices: keep it under 200 lines, write it by hand, and use hooks when you need real enforcement, not advice.
  • How to Fix Claude Code Running Out of Context
    Claude Code running out of context is a session design problem. Fix it with /compact, lean CLAUDE.md, skills, and subagents, not a bigger window.

Stop configuring. Start building.

SaaS builder templates with AI orchestration.

See what we build for companies →

On this page

Awesome Lists and Collections
IDE Integrations and Editors
Usage Monitors and Dashboards
Orchestrators and Multi-Agent Systems
MCP Servers - Core Development
MCP Servers - Integrations
MCP Servers - Web and Automation
Slash Command Collections
Special Purpose MCP Servers
Browser Extensions
Starter Kits and Project Foundations
Development Tools and Utilities
Learning Resources and Documentation
More Resources

Stop configuring. Start building.

SaaS builder templates with AI orchestration.

See what we build for companies →