|8 min read

Best MCP Servers in 2026: The Complete Directory

The definitive guide to the top MCP servers across every category, from databases to design tools

The Model Context Protocol has become the standard for how AI agents interact with external tools and services. What started as a niche protocol in late 2024 is now supported by every major AI coding agent, from Claude Code and Cursor to Windsurf and Cline. If your agent needs to query a database, deploy to the cloud, or search the web, it is almost certainly using MCP under the hood.

The ecosystem has grown fast. There are now over 2,600 MCP servers available, covering everything from Postgres and MongoDB to Figma and Linear. Finding the right ones can be overwhelming. We have reviewed every major MCP server and organized the best ones by category so you can find exactly what you need.

Database and Data

Database MCP servers let your AI agent query, explore, and manage data stores directly. These are some of the most practical MCP servers you can install.

Interact with Supabase projects directly from your AI agent. Database queries, auth management, storage, and edge functions.

npx loaditout add supabase/mcp

Neon MCP Server

1.8k stars

Serverless Postgres for AI agents. Create databases, branches, run queries, and manage projects without provisioning infrastructure.

npx loaditout add neondatabase/mcp-server-neon

Query documents, manage collections, and explore database schemas in MongoDB from any MCP-compatible agent.

npx loaditout add QuantGeekDev/mongo-mcp

Run queries, explore datasets, and manage tables in Google BigQuery. Great for data analysts working with AI agents.

npx loaditout add ergomake/mcp-bigquery

Browser and Web

Browser MCP servers give your agent the ability to navigate web pages, fill forms, scrape content, and take screenshots. Browser Use alone has over 55,000 GitHub stars, making it one of the most popular open-source AI projects of 2026.

Browser Use

55k stars

The most popular browser automation MCP server. Lets LLMs control a real browser for web tasks, form filling, and data extraction.

npx loaditout add browser-use/browser-use

Playwright browser automation for AI agents. Navigate pages, fill forms, take screenshots, and run end-to-end tests.

npx loaditout add executeautomation/mcp-playwright

Crawl and scrape websites with AI-optimized output. Turns any web page into clean, structured data for your agent.

npx loaditout add mendableai/firecrawl-mcp-server

Take screenshots of any URL. Useful for visual inspection, design QA, and browser-based testing from AI agents.

npx loaditout add tmcw/mcp-server-screenshotter

Cloud and Infrastructure

These servers connect your agent to cloud platforms and container orchestration systems. Deploy functions, manage buckets, spin up containers, and scale clusters without leaving your AI workflow.

AWS MCP Servers

3.5k stars

AWS Labs collection of MCP servers covering S3, Lambda, DynamoDB, CloudFormation, and Cost Explorer. The official AWS entry point for AI agents.

npx loaditout add awslabs/mcp

Manage Cloudflare Workers, KV, R2, D1, and other Cloudflare services. Deploy and configure edge infrastructure from your agent.

npx loaditout add cloudflare/mcp-server-cloudflare

Official Docker MCP server for managing containers, images, volumes, and Docker Compose from AI agents.

npx loaditout add docker/mcp-server-docker

Manage pods, deployments, services, and cluster resources. Full Kubernetes control plane access for your AI agent.

npx loaditout add manusa/kubernetes-mcp-server

Developer Tools

The developer tools category includes everything from GitHub integration to MCP frameworks for building your own servers. The official reference servers from Anthropic remain the gold standard starting point.

GitHub's official MCP server. Manage repos, issues, pull requests, Actions, and code search directly from AI agents.

npx loaditout add github/github-mcp-server

The official reference servers from Anthropic. Includes filesystem, GitHub, GitLab, Slack, Google Drive, PostgreSQL, SQLite, Puppeteer, Brave Search, and more.

npx loaditout add modelcontextprotocol/servers

FastMCP

4k stars

High-level Python framework for building MCP servers quickly. Decorators, automatic tool schemas, and middleware out of the box.

npx loaditout add jlowin/fastmcp

Generate React, Tailwind, and shadcn/ui components from natural language descriptions. A favorite for front-end developers.

npx loaditout add 21st-dev/magic-mcp

Productivity

Productivity MCP servers connect your agent to the tools your team already uses every day. Manage Notion pages, triage Linear issues, send Slack messages, and search your Obsidian vault.

The official Notion MCP server by the Notion team. Full API access for pages, databases, and blocks.

npx loaditout add makenotion/notion-mcp-server

Manage issues, projects, cycles, and team workflows in Linear. Triage bugs, create tickets, and track progress from your agent.

npx loaditout add linear/linear-mcp-server

Read channels, send messages, search history, and manage Slack workspaces. Essential for team-connected AI agents.

npx loaditout add modelcontextprotocol/server-slack

Search notes, create and edit documents, and navigate Obsidian vaults. Connects your personal knowledge base to your AI agent.

npx loaditout add anthropics/mcp-server-obsidian

Search and APIs

Search servers give your agent access to the live web. Whether you need traditional search, neural/semantic search, or the ability to turn any REST API into MCP tools, these servers have you covered.

Web search optimized for AI agent consumption. Returns clean, structured results that agents can act on immediately.

npx loaditout add tavily/tavily-mcp

Neural search API for finding relevant web content and documents. Semantic search that understands meaning, not just keywords.

npx loaditout add exa-labs/exa-mcp-server

Run web scraping actors, manage datasets, and automate data extraction at scale from the Apify platform.

npx loaditout add apify/mcp-server-apify

Automatically generate an MCP server from any OpenAPI or Swagger spec. Turn any REST API into MCP tools with zero code.

npx loaditout add snaggle-ai/openapi-mcp-server

AI and ML

These servers and frameworks bring additional AI capabilities into your MCP-powered agent stack. Chain models together, call specialized APIs, or build full agent pipelines.

LangChain

100k stars

The most popular LLM application framework, now with full MCP server and tool integration support. Build sophisticated agent pipelines.

npx loaditout add langchain-ai/langchain

Wraps OpenAI APIs as MCP tools. Use GPT, DALL-E, and Whisper as callable tools from any MCP client.

npx loaditout add pierrebrunelle/mcp-server-openai

Firebase Genkit

4.5k stars

Google's open-source AI framework with MCP server support. Build, deploy, and monitor AI-powered features on Google Cloud.

npx loaditout add firebase/genkit

Design

Design MCP servers bridge the gap between design tools and AI-powered development. Extract design tokens, inspect components, and automate UI testing.

Read designs, inspect components, and extract design tokens from Figma. Bridges the gap between design and development for AI agents.

npx loaditout add figma/mcp-server-figma

AI-driven UI automation and testing using visual element recognition. Test interfaces without brittle selectors.

npx loaditout add AskUI/mcp-server-askui

How to install any MCP server

Every server in this list can be installed with a single command using the Loaditout CLI. Just run the install command and the CLI handles configuration, dependency resolution, and agent setup automatically. You can also browse the full directory at loaditout.ai.

npx loaditout add owner/repo

How we curate this list

Every MCP server on Loaditout goes through our multi-layer review process. We assess quality scoring based on documentation, maintenance activity, and test coverage. Community ratings surface real-world reliability. Our security grading system scans for prompt injection vulnerabilities, evaluates dependency health, and assigns a trust score. Only servers that pass all checks make it into this directory. We update this list regularly as new servers are published and the ecosystem evolves.