Skip to main content

Menu

LEVEL 0
0/5 XP
HomeAboutTopicsPricingMy VaultStats

Categories

πŸ€– Artificial Intelligence
☁️ Cloud and Infrastructure
πŸ’Ύ Data and Databases
πŸ’Ό Professional Skills
🎯 Programming and Development
πŸ”’ Security and Networking
πŸ“š Specialized Topics
HomeAboutTopicsPricingMy VaultStats
LEVEL 0
0/5 XP
GitHub
Β© 2026 CheatGridβ„’. All rights reserved.
Privacy PolicyTerms of UseAboutContact

Popular Concrete MCP Servers Cheat Sheet

Popular Concrete MCP Servers Cheat Sheet

Back to Generative AI
Updated 2026-03-28
Next Topic: MCP Servers Implementation Cheat Sheet

The Model Context Protocol (MCP) is an open standard by Anthropic that enables AI assistants and agents to connect with external tools, APIs, and data sources through a unified interface. The ecosystem has grown explosively since its November 2024 launch β€” thousands of MCP servers now exist across browser automation, databases, cloud infrastructure, DevOps, productivity, security, and dozens of other domains, turning any service with an API into an AI-accessible tool. The key mental model is that each MCP server acts as a bridge between an LLM and a specific external system, exposing structured tools (functions the model can call), resources (data the model can read), and prompts (templates for common tasks) β€” so the most important decision is not which AI you use, but which MCP servers you connect it to.

What This Cheat Sheet Covers

This topic spans 15 focused tables and 306 indexed concepts. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.

Table 1: Browser Automation & Desktop ControlTable 2: Web Search, Scraping & Content RetrievalTable 3: Databases & Data StorageTable 4: Vector Databases & AI MemoryTable 5: Developer Tools & Version ControlTable 6: Cloud Infrastructure & ServerlessTable 7: DevOps, CI/CD & Infrastructure as CodeTable 8: Productivity, Project Management & KnowledgeTable 9: Communication, Email & MessagingTable 10: CRM, Marketing, SEO & AdvertisingTable 11: E-Commerce, Payments & FinanceTable 12: Design, Media & Content CreationTable 13: Social Media & Communication PlatformsTable 14: Security, Identity & ComplianceTable 15: Domain-Specific & Industry Verticals

Table 1: Browser Automation & Desktop Control

ServerExampleDescription
Playwright MCP
npx @anthropic-ai/mcp-playwright
β€’ Official Microsoft browser automation
β€’ 28,900+ β˜…
β€’ uses accessibility tree snapshots for structured interaction without screenshots
Browserbase MCP
npx @browserbasehq/mcp-server-browserbase
β€’ Cloud-hosted headless browser with anti-detection
β€’ Stagehand integration for AI-native scraping
β€’ managed sessions
Puppeteer MCP
npx -y @modelcontextprotocol/server-puppeteer
β€’ Official reference MCP server
β€’ lightweight Puppeteer-based browser control
β€’ page navigation, screenshots, form filling, JS execution
BrowserMCP (Browser Use)
pip install browser-use
β€’ 6,100+ β˜…
β€’ full browser agent framework
β€’ vision + HTML extraction
β€’ multi-tab support
Chrome DevTools MCP
npx chrome-devtools-mcp
β€’ Direct Chrome DevTools Protocol access
β€’ DOM inspection, network monitoring, console access, performance profiling
Hyperbrowser MCP
npx @hyperbrowser/mcp
β€’ AI-optimized cloud browser
β€’ built-in CAPTCHA solving and stealth mode
β€’ session management
AgentQL MCP
npx agentql-mcp
β€’ Natural language selectors for web elements
β€’ AI-powered semantic querying of page content instead of CSS/XPath
Steel MCP
npx @anthropic-ai/mcp-steel
β€’ Open-source browser automation with session persistence
β€’ cookie and auth state management across runs

More in Generative AI

  • LoRA and Parameter-Efficient Fine-Tuning Cheat Sheet
  • MCP Servers Implementation Cheat Sheet
  • Advanced RAG Patterns and Optimization Cheat Sheet
  • Chain-of-Thought Reasoning Cheat Sheet
  • Knowledge Distillation Cheat Sheet
  • Multimodal AI Cheat Sheet
View all 77 topics in Generative AI