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

14 servers

Sort by
Filesystem MCP ServerAnthropic

Provides secure access to the local filesystem through the Model Context Protocol. Enables AI agents to read, write, search, and manage files and directories with configurable access controls. Supports operations like reading file contents, creating directories, moving files, and searching with glob patterns.

86.2k
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
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
GitHub MCP ServerGitHub

GitHub's official MCP Server that connects AI tools directly to GitHub's platform. Enables AI agents to manage repositories, issues, pull requests, branches, files, actions workflows, and code security. Supports both remote (OAuth) and local (Docker/binary) modes with fine-grained toolset configuration.

30.2k
Git MCP ServerAnthropic

Reference MCP server for Git repository operations. Provides tools to read, search, and manipulate Git repositories including viewing commit history, diffs, branches, file contents at specific revisions, and repository status. Enables AI agents to understand code changes and navigate version history without direct filesystem access.

86.2k
Figma MCP ServerFigma

Official Figma MCP server that brings design context directly into AI coding workflows. Provides tools for extracting design information, generating code from Figma selections, taking screenshots, creating and editing Figma files, generating diagrams from Mermaid syntax, searching design systems, managing Code Connect mappings, and uploading assets. Supports both remote (OAuth) and local (desktop app) server modes.

5.2k
GitLab MCP ServerGitLab

Official GitLab MCP server connecting AI tools to GitLab's DevOps platform. Enables agents to manage projects, issues, merge requests, branches, files, CI/CD pipelines, and the GitLab Duo workflow. Supports both GitLab.com SaaS and self-managed instances with fine-grained access tokens.

2.1k
DuckDB MCP ServerMotherDuck

MCP server for DuckDB, the fast in-process analytical database. Lets AI agents run analytical SQL over local files (CSV, Parquet, JSON), attach databases, inspect schemas, and profile queries. Ideal for ad-hoc data analysis, ETL prototyping, and querying large columnar files without a separate database server.

780
Telegram MCP ServerTelegram MCP Community

MCP server for the Telegram Bot API. Lets AI agents send messages, deliver files and photos, and read updates from chats and channels through a bot, enabling notifications and conversational workflows from AI-powered tools.

208
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
Google Drive MCP ServerAnthropic

A Model Context Protocol server for Google Drive that lets AI assistants list, search, and read files stored in Drive, with automatic export of Google Docs, Sheets, Slides, and Drawings to readable formats. Authenticates via OAuth 2.0 and exposes Drive files as MCP resources so agents can ground their answers in your documents without copying data into chat first.

0
MotherDuck MCP ServerMotherDuck

Official MCP server for DuckDB and MotherDuck. Lets AI assistants run SQL analytics directly against local DuckDB files, in-memory databases, S3-hosted data, and MotherDuck cloud warehouses. Supports read and write queries, browsing database catalogs, and switching between connections on the fly, making it well suited for conversational data exploration and lightweight analytics.

0
Tinybird MCP ServerTinybird

MCP server for interacting with a Tinybird Workspace from any MCP client. Lets AI agents explore data sources, call published API endpoints, run SQL queries over real-time data, and push datafiles, making Tinybird's analytics readily available to LLM-driven workflows.

0
Xcode MCP ServerApple

Official Apple Xcode MCP server (xcrun mcpbridge) that gives external AI agents direct access to Xcode IDE capabilities. Provides 20 native tools for building projects, running tests, reading and writing files in the project navigator, searching code with regex, rendering SwiftUI previews, executing code snippets, browsing Apple Developer documentation, and inspecting build logs and workspace issues. Requires Xcode 26+ with MCP enabled in Intelligence settings.

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