MCP Servers

The open registry for Model Context Protocol servers. Find the right tools, resources, and prompts for your AI agents — filtered by category, transport, or use case.

Servers

160

Tools

465

Categories

11

Contributors

142

5 servers

Sort by
Box MCP ServerBox

Official Box MCP server for enterprise content management. Lets AI agents search files, read documents, extract text and metadata, ask questions with Box AI, and manage folders via the Box API. Useful for document analysis, knowledge retrieval, and automating content workflows over files stored in Box.

210
Dropbox MCP ServerDropbox

MCP server for Dropbox cloud storage. Lets AI agents list folders, upload and download files, search content, move and delete items, and create shared links via the Dropbox API with OAuth. Useful for document workflows, backups, and giving agents access to files stored in Dropbox.

260
Gmail MCP ServerGongRzhe

MCP server for Gmail that lets AI agents read, search, draft, and send email, manage labels, and organize the inbox via the Gmail API with OAuth. Handy for triaging mail, drafting replies, and automating routine inbox workflows from an AI client.

1.9k
Salesforce MCP ServerSalesforce Community

MCP server for Salesforce that lets AI agents query and modify CRM data using SOQL, manage standard and custom objects (Accounts, Contacts, Opportunities, Cases), describe object metadata, and execute Apex anonymous blocks. Supports both production and sandbox orgs via OAuth or username-password flows.

540
E2B MCP ServerE2B

E2B's MCP server gives AI agents the ability to run arbitrary code in secure, isolated cloud sandboxes. Each sandbox is a fast-booting micro-VM where models can execute Python and shell commands, install packages, read and write files, and capture stdout/stderr — ideal for code interpretation, data analysis, and agentic workflows that need real execution.

0

Skills vs MCP servers

what's the difference?

Skillsthe “what to do”

A skillA reusable, structured prompt/workflow with recommended models, an example prompt, and compatible tools. packages know-how — instructions, an example promptA ready-to-use prompt template that demonstrates how to invoke the skill., and recommended models — so an agent performs a task consistently. Skills add knowledge, not new connections.

MCP serversthe “how to connect”

An MCP serverModel Context Protocol server — a standard way to expose tools, resources, and prompts to AI agents and IDEs. gives an agent new capabilities by connecting it to real systems (databases, APIs, files) over a transportHow the client talks to the server: stdio (local process), SSE, or HTTP streaming.. MCP adds connections and actions, not task instructions.

Rule of thumb: reach for a skill when you need the model to do a task well, and an MCP server when you need it to reach a tool or system. They compose — a skill can rely on tools an MCP server provides.

Built an MCP server?

Submit it to the registry — it's open source and community-maintained.

Submit on GitHub