loading…
Search for a command to run...
loading…
Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on arm64
Azure MCP Server - Model Context Protocol implementation for Azure, for darwin on arm64
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:
For more details, visit the official MCP website.
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 |
CLOUD AND INFRASTRUCTURELocalCLOUD AND INFRASTRUCTUREREMOTE - https://mcp.ai.azure.comDEVELOPER TOOLSLocalCLOUD AND INFRASTRUCTURELocalDEVELOPER TOOLSREMOTE - https://api.githubcopilot.com/mcpDEVELOPER TOOLSLocalDEVELOPER TOOLSLocalDEVELOPER TOOLSLocalPRODUCTIVITYREMOTE - https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_CalendarToolsPRODUCTIVITYREMOTE - https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_M365CopilotPRODUCTIVITYREMOTE - https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_MailToolsPRODUCTIVITYREMOTE - https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_MeServerPRODUCTIVITYREMOTE - https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_AdminToolsDATA AND ANALYTICSLocalDATA AND ANALYTICSLocalDEVELOPER TOOLSLocalDATA AND ANALYTICSLocalDATA AND ANALYTICSLocalPRODUCTIVITYREMOTE - https://learn.microsoft.com/api/mcpSECURITYREMOTE - https://sentinel.microsoft.com/mcp/data-explorationDEVELOPER TOOLSLocalPRODUCTIVITYREMOTE - https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_TeamsServerPRODUCTIVITYREMOTE - https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_WordServerDEVELOPER TOOLSLocalPRODUCTIVITYREMOTE - https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_ODSPRemoteServerPRODUCTIVITYREMOTE - https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_SharePointListsToolsDEVELOPER TOOLSLocalDEVELOPER TOOLSLocalGet started with the Azure plugin, which connects GitHub Copilot CLI or Claude Code to your Azure account. This integration lets you manage resources, deploy applications, and monitor services directly from your development environment using tools from the Azure MCP server and extended Azure knowledge skills.
To install the Azure plugin into Copilot CLI and Claude Code:
/plugin marketplace add microsoft/skills/plugin install azure-skills@skills/plugin update azure-skills@skillsCheck out the Azure Developer CLI (azd) templates tagged with MCP.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"darwin-arm64": {
"command": "npx",
"args": [
"-y",
"@azure/mcp-darwin-arm64"
]
}
}
}