🧠 Top Model Context Protocol (MCP) Servers

Welcome to the Code to Cloud Platform Engineering knowledge hub. This document highlights the most relevant and impactful Model Context Protocol (MCP) servers available today. MCP servers bridge AI agents, developer tools, and cloud-native infrastructure via a standardized JSON-RPC interface.

MCP servers enable advanced automation, reasoning, and orchestration by exposing authoritative APIs to AI copilots, developer environments, and multi-agent systems.


🔝 Top MCP Servers

Rank MCP Server Description Maintainer Link
1 Microsoft Docs MCP Server Provides trusted, up-to-date results from Microsoft Docs, allowing LLMs to ground responses in official Azure and Microsoft documentation. Ideal for copilots and agents that need authoritative technical answers, code samples, and best practices directly from Microsoft’s knowledge base. Microsoft Microsoft Docs MCP Server on GitHub
2 GitHub MCP Server Connects to GitHub’s API for real-time access to pull requests, issues, repositories, and workflows. Enables developer automation, code review, and repository insights through natural language prompts. Useful for copilots that assist with code management, CI/CD, and project tracking. GitHub GitHub MCP Server on GitHub
3 Terraform MCP Server Bridges the Terraform Registry with AI tooling, enabling LLMs to search, recommend, and validate infrastructure-as-code modules and policies. Supports DevOps workflows by providing context-aware IaC guidance, compliance checks, and resource documentation. HashiCorp Terraform MCP Server on GitHub
4 Azure DevOps MCP Server Exposes Azure DevOps resources such as pipelines, repositories, and boards. Allows copilots and agents to interact with CI/CD systems, automate deployments, monitor build status, and manage work items using conversational commands. Microsoft Azure DevOps MCP Server on GitHub
5 Azure MCP Server Exposes a wide range of Azure tools and services for natural language interaction. Use it to manage and query Azure resources conversationally from clients like GitHub Copilot agent mode in VS Code or other AI agents.
Example prompts:
• “Show me all my resource groups”
• “List blobs in my storage container named ‘documents’“
• “What’s the value of the ‘ConnectionString’ key in my app configuration?”
• “Query my log analytics workspace for errors in the last hour”
• “Show me all my Cosmos DB databases”
Microsoft Azure MCP Server on GitHub
6 Dagger Container Use MCP Server Lets each coding agent have its own containerized environment. Enables multiple agents to work safely and independently with your preferred stack.
Features:
• 📦 Isolated Environments
• 👀 Real-time Visibility
• 🚁 Direct Intervention
• 🎮 Environment Control
• 🌎 Universal Compatibility
Works as a CLI tool with Claude Code, VS Code, Cursor, and other MCP-compatible agents.
Dagger Dagger Container Use MCP Server on GitHub
7 npm MCP Server Interfaces with the npm registry, allowing copilots to suggest, search, and retrieve metadata for JavaScript/TypeScript packages. Supports package discovery, dependency management, and vulnerability checks directly from development environments. Community npm MCP Server on GitHub
8 Figma Context MCP Server Integrates Figma design data with LLMs and agents, enabling natural language access to design files, components, and project assets. Useful for design copilots, automated documentation, and design-to-code workflows. Community Figma Context MCP Server on GitHub
9 OpenAPI MCP Server Scaffold A boilerplate for wrapping any OpenAPI-compliant service into an MCP server. Ideal for quickly exposing internal APIs or SaaS products to LLMs and agents, enabling natural language access to custom business logic and data. Community OpenAPI MCP Docs Scaffold
10 Notion MCP Server Connects LLMs and agents to Notion workspaces, enabling natural language access to notes, documents, databases, and project management resources. Useful for productivity copilots, knowledge management, and workflow automation within Notion. Notion Notion MCP Server on GitHub

⚙️ Why MCP Matters for Platform Engineering

Model Context Protocol enables:


🧪 Contributing

Have you built or deployed your own MCP server for internal APIs, cloud systems, or SaaS products?
We’d love to feature community-contributed MCP endpoints here. Open a PR or reach out via our contributing page.


🏔️ codetocloud.io