Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration
安装配置
暂未识别到可直接复制的 MCP 配置,请查看 GitHub README。后台管理员可以补充配置。
README 摘要
# 🌟 Microsoft MCP Servers ## 📘 What is MCP? **Model Context Protocol (MCP)** is an open protocol that standardizes how applications provide context to large language models (LLMs). It allows AI applications to connect with various data sources and tools in a consistent manner, enhancing their capabilities and flexibility. MCP follows a client-server architecture: - **MCP Hosts**: Applications like AI assistants or IDEs that initiate connections. - **MCP Clients**: Connectors within the host application that maintain 1:1 connections with servers. - **MCP Servers**: Services that provide context and capabilities through the standardized MCP. For more details, visit the [official MCP website](https://modelcontextprotocol.io). ## 📁 Which MCP Servers are built from this repository? This repository contains core libraries, test frameworks, engineering systems, pipelines, and tooling for Microsoft MCP Server contributors to unify engineering investments; and reduce duplication and divergence: | MCP Server | README | Source Code | CHANGELOG | Releases | Documentation | Troubleshooting | Support | |:---------------------|:--------------------:|:-----------------------:|:---------------------:|:--------------------:|:-------------------------:|:---------------------------:|:-------------------:| | Azure MCP | [Azure MCP README] | [Azure MCP Source Code] | [Azure MCP CHANGELOG] | [Azure MCP Releases] | [Azure MCP Documentation] | [Azure MCP Troubleshooting] | [Azure MCP Support] | | Microsoft Fabric MCP | [Fabric MCP README] | [Fabric MCP Source Code] | [Fabric MCP CHANGELOG] | [Fabric MCP Releases] | [Fabric Documentation] | [Fabric MCP Troubleshooting] | [Fabric MCP Support] | [Azure MCP README]: https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/README.md [Azure MCP CHANGELOG]: https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/CHANGELOG.md [Azure MCP Source Code]: https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server [Azure MCP Releases]: https://github.com/microsoft/mcp/releases?q=Azure.Mcp.Server- [Azure MCP Documentation]: https://learn.microsoft.com/azure/developer/azure-mcp-server/ [Azure MCP Troubleshooting]: https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/TROUBLESHOOTING.md [Azure MCP Support]: https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/SUPPORT.md [Fabric MCP README]: https://github.com/microsoft/mcp/blob/main/servers/Fabric.Mcp.Server/README.md [Fabric MCP CHANGELOG]: https://github.com/microsoft/mcp/blob/main/servers/Fabric.Mcp.Server/CHANGELOG.md [Fabric MCP Source Code]: https://github.com/microsoft/mcp/blob/main/servers/Fabric.Mcp.Server [Fabric MCP Releases]: https://github.com/microsoft/mcp/releases?q=Fabric.Mcp.Server- [Fabric Documentation]: https://learn.microsoft.com/fabric/ [Fabric MCP Troubleshooting]: https://github.com/microsoft/mcp/blob/main/servers/Fabric.Mcp.Server/TROUBLESHOOTING.md [Fabric MCP Support]: https://github.com/microsoft/mcp/blob/main/servers/Fabric.Mcp.Server/SUPPORT.md ## 📚 Which MCP Servers are available from Microsoft? ### Azure - **REPOSITORY**: [microsoft/mcp](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server#readme) - **DESCRIPTION**: All Azure MCP tools in a single server. The Azure MCP Server implements the MCP specification to create a seamless connection betwe...
相关 MCP
Fastapi
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Chrome
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser funct...
Unity
Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via...
Go
A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and exte...
Agent
Build effective agents using Model Context Protocol and simple workflow patterns
Registry
A community driven registry service for Model Context Protocol (MCP) servers.