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
92
Tools
343
Categories
11
Contributors
79
A powerful, native Go implementation of a Kubernetes MCP server with support for Kubernetes and OpenShift. Unlike kubectl wrappers, it interacts directly with the Kubernetes API server — no external CLI tools required. Distributed as a single lightweight binary for Linux, macOS, and Windows. Supports multi-cluster configurations, Helm chart management, Tekton pipelines, pod exec, log streaming, and optional OpenTelemetry distributed tracing.
A VSCode extension that turns your running VS Code instance into an MCP server, giving external AI agents (Claude Desktop, Claude Code, and others) direct access to VS Code's editing, navigation, and debugging capabilities. Supports reviewing code changes through diffs, real-time diagnostic streaming (type errors, lint warnings), terminal command execution, URL preview in the built-in browser, debug session management, and multi-window instance switching. Also relays built-in MCP servers introduced in VS Code 1.99, including GitHub Copilot tools.
Official Anthropic MCP server providing direct access to Claude models through the Model Context Protocol. Enables AI agents to invoke Claude for sub-tasks like summarization, analysis, and code generation within agentic workflows. Supports streaming responses, system prompts, and multi-turn conversations.
Provides AI agents with access to PostHog product analytics through the Model Context Protocol. Enables querying events, analyzing funnels, inspecting feature flags, and reviewing session recordings metadata. Supports HogQL queries for advanced analytics and cohort analysis for user segmentation.
Integrates Resend email delivery service with AI agents through the Model Context Protocol. Enables sending transactional emails, managing email templates, tracking delivery status, and handling domains. Supports HTML and React Email templates for building beautiful transactional and marketing emails programmatically.
Integrates Twilio communication APIs with AI agents through the Model Context Protocol. Enables sending SMS messages, making voice calls, managing phone numbers, and querying message history. Supports programmable messaging, conversation management, and webhook configuration for real-time communication workflows.
Provides AI agents with access to ClickHouse analytical databases through the Model Context Protocol. Enables running analytical queries, exploring table schemas, inspecting materialized views, and monitoring query performance. Designed for OLAP workloads with support for large result sets and query profiling.
Connects AI agents to Datadog for monitoring, observability, and incident management. Enables querying metrics, viewing traces, searching logs, and managing monitors programmatically. Supports dashboard creation, alert configuration, and SLO tracking through the Model Context Protocol.
Connects AI agents to ChromaDB vector databases for semantic search and retrieval augmented generation (RAG) workflows. Supports creating collections, upserting documents with embeddings, querying by semantic similarity, and managing metadata filters. Ideal for knowledge base and document retrieval applications.
Official OpenAI MCP server for integrating GPT models, DALL-E, and Whisper into agentic workflows. Provides tools for chat completion, image generation, audio transcription, and embeddings through the Model Context Protocol. Supports function calling, structured outputs, and streaming responses.
Enables AI agents to interact with Amazon Web Services through the Model Context Protocol. Provides access to core AWS services including S3, Lambda, DynamoDB, CloudWatch, and IAM. Supports resource discovery, log analysis, and infrastructure management with proper credential handling and region awareness.
Provides AI agents with the ability to manage Terraform infrastructure through the Model Context Protocol. Supports plan generation, state inspection, resource drift detection, and module discovery. Enables safe infrastructure changes with plan review before apply.
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.
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.
Official Linear MCP server for project management integration. Enables AI agents to find, create, and update issues, projects, and comments in Linear. Supports searching issues by status, assignee, or label, creating new issues with full metadata, and managing project workflows directly from AI-powered development environments.
Official Docker MCP server for container management. Enables AI agents to list, start, stop, and inspect Docker containers, manage images, view logs, and execute commands inside running containers. Supports Docker Compose operations for multi-container applications and provides container health monitoring capabilities.
Official MCP server for the Stripe API. Enables AI agents to interact with Stripe's payment infrastructure including creating and managing customers, payment intents, subscriptions, invoices, and products. Supports reading transaction data, handling refunds, and querying balance information. Useful for building payment integrations, debugging billing issues, and automating financial operations.
Provides up-to-date, version-specific documentation and code examples for libraries, frameworks, and SDKs directly into your AI prompts. Instead of relying on potentially outdated training data, Context7 fetches current documentation from the source. Supports thousands of libraries including React, Next.js, Node.js, Python packages, and more.
Official Supabase MCP server for database and backend integration. Enables AI agents to query PostgreSQL databases, manage tables and schemas, handle authentication users, interact with storage buckets, and invoke edge functions. Provides full access to Supabase project management including migrations and type generation.
MCP server for Grafana's observability platform. Enables AI agents to query metrics from Prometheus, search and analyze logs from Loki, query traces, list and manage dashboards, and investigate incidents. Useful for debugging production issues, building monitoring dashboards, and performing root cause analysis with AI assistance across the full Grafana LGTM stack.
Official Notion MCP server for workspace integration. Enables AI agents to search pages, read content, create new pages, update existing pages, and manage databases in Notion. Supports rich text content, database queries with filters, and page property management for seamless knowledge base interaction from AI-powered tools.
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.