Last Updated: March 02, 2026 12:30 PM PKT
MCP Servers for Daily Use
“Went overboard with 15 MCP servers thinking more = better. Ended up using only 4 daily.” — r/mcp (682 upvotes)
Context7
What It Does: Fetches up-to-date library docs into context. Prevents hallucinated APIs from outdated training dataResources:
Playwright
What It Does: Browser automation — implement, test, and verify UI features autonomously. Screenshots, navigation, form testingResources:
Claude in Chrome
What It Does: Connects Claude to your real Chrome browser — inspect console, network, DOM. Debug what users actually seeResources:
DeepWiki
What It Does: Fetches structured wiki-style documentation for any GitHub repo — architecture, API surface, relationshipsResources:
Excalidraw
What It Does: Generate architecture diagrams, flowcharts, and system designs as hand-drawn Excalidraw sketches from promptsResources:
Configuration
MCP servers are configured in.mcp.json at the project root (project-scoped) or in ~/.claude.json (user-scoped).
Server Types
| Type | Transport | Example |
|---|---|---|
| stdio | Spawns a local process | npx, python, binary |
| http | Connects to a remote URL | HTTP/SSE endpoint |
Example .mcp.json
Settings for MCP Servers
These settings in.claude/settings.json control MCP server approval:
Auto-approve all
.mcp.json servers without promptingAllowlist of specific server names to auto-approve
Blocklist of specific server names to reject
Permission Rules for MCP Tools
MCP tools follow themcp__<server>__<tool> naming convention in permission rules:
MCP Scopes
MCP servers can be defined at three levels:| Scope | Location | Purpose |
|---|---|---|
| Project | .mcp.json (repo root) | Team-shared servers, committed to git |
| User | ~/.claude.json (mcpServers key) | Personal servers across all projects |
| Subagent | Agent frontmatter (mcpServers field) | Servers scoped to a specific subagent |
Precedence: Subagent > Project > User
Subagent MCP Configuration
You can scope MCP servers to specific subagents:Sources
MCP Servers Documentation
Official Claude Code MCP documentation
Model Context Protocol
MCP specification and reference
5 MCPs for 10x Faster
Community recommendations from r/mcp
MCP Server Overload
Discussion on optimal MCP server count
