Skip to content

Commit e7d187b

Browse files
tmeschterCopilot
andauthored
Add Claude Code plugin installation instructions to Azure MCP Server README (#3003)
* Add Claude Code plugin installation instructions to Azure MCP Server README Adds instructions for installing the Azure plugin into Claude Code from Anthropic's official claude-plugins-official marketplace, which no longer requires adding a custom marketplace. Updates the top-level README badge, the Client-Specific Configuration table, and the CHANGELOG. Fixes #1579 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Remove note about default marketplace availability Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Link Claude Code manual config to official MCP quickstart docs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Remove plugin reference from Claude Code manual config table entry Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Reference PR number in CHANGELOG entry Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Use changelog-entries YAML instead of editing CHANGELOG.md directly Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c6e78cd commit e7d187b

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This repository contains core libraries, test frameworks, engineering systems, p
4444
- **DESCRIPTION**: All Azure MCP tools in a single server. The Azure MCP Server implements the MCP specification to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the GitHub Copilot for Azure extension in VS Code.
4545
- **CATEGORY**: `CLOUD AND INFRASTRUCTURE`
4646
- **TYPE**: `Local`
47-
- **INSTALL**: [![Install Azure MCP in VS Code](https://img.shields.io/badge/VS_Code-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode:extension/ms-azuretools.vscode-azure-mcp-server) [![Install Azure MCP in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode-insiders:extension/ms-azuretools.vscode-azure-mcp-server) [![Install Azure MCP in Visual Studio](https://img.shields.io/badge/Visual_Studio-C16FDE?style=flat-square&logo=visualstudio&logoColor=white)](https://marketplace.visualstudio.com/items?itemName=github-copilot-azure.GitHubCopilotForAzure2022) [![Install Azure MCP in IntelliJ](https://img.shields.io/badge/IntelliJ%20IDEA-1495b1?style=flat-square&logo=intellijidea&logoColor=white)](https://plugins.jetbrains.com/plugin/8053) [![Install Azure MCP in Eclipse](https://img.shields.io/badge/Eclipse-b6ae1d?style=flat-square&logo=eclipse&logoColor=white)](https://marketplace.eclipse.org/content/azure-toolkit-eclipse)
47+
- **INSTALL**: [![Install Azure MCP in VS Code](https://img.shields.io/badge/VS_Code-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode:extension/ms-azuretools.vscode-azure-mcp-server) [![Install Azure MCP in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect?url=vscode-insiders:extension/ms-azuretools.vscode-azure-mcp-server) [![Install Azure MCP in Visual Studio](https://img.shields.io/badge/Visual_Studio-C16FDE?style=flat-square&logo=visualstudio&logoColor=white)](https://marketplace.visualstudio.com/items?itemName=github-copilot-azure.GitHubCopilotForAzure2022) [![Install Azure MCP in IntelliJ](https://img.shields.io/badge/IntelliJ%20IDEA-1495b1?style=flat-square&logo=intellijidea&logoColor=white)](https://plugins.jetbrains.com/plugin/8053) [![Install Azure MCP in Eclipse](https://img.shields.io/badge/Eclipse-b6ae1d?style=flat-square&logo=eclipse&logoColor=white)](https://marketplace.eclipse.org/content/azure-toolkit-eclipse) [![Install Azure MCP in Claude Code](https://img.shields.io/badge/Claude_Code-Install-orange?style=flat-square)](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server#claude-code)
4848

4949
### ✨ Microsoft Foundry
5050
- **DOCUMENTATION**: [Get started with Foundry MCP Server](https://learn.microsoft.com/azure/ai-foundry/mcp/get-started?view=foundry&tabs=user)

servers/Azure.Mcp.Server/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ All Azure MCP tools in a single server. The Azure MCP Server implements the [MCP
3030
- [Visual Studio 2022](#visual-studio-2022)
3131
- [IntelliJ IDEA](#intellij-idea)
3232
- [Eclipse IDE](#eclipse-ide)
33+
- [Claude Code](#claude-code)
3334
- [Manual Setup](#manual-setup)
3435
- [Package Manager](#package-manager)
3536
- [NuGet](#nuget)
@@ -154,6 +155,18 @@ From within Visual Studio 2022 install [GitHub Copilot for Azure (VS 2022)](http
154155
1. Install the [GitHub Copilot](https://marketplace.eclipse.org/content/github-copilot) plugin.
155156
1. Install the [Azure Toolkit for Eclipse](https://marketplace.eclipse.org/content/azure-toolkit-eclipse) plugin.
156157

158+
### Claude Code
159+
160+
The Azure plugin packages the Azure MCP Server along with Azure-related agents and skills, bringing Azure integration to Claude Code in one installation.
161+
162+
1. Install [Claude Code](https://code.claude.com/).
163+
1. Install the Azure plugin from Anthropic's official plugin marketplace by running the following command in Claude Code:
164+
```
165+
/plugin install azure@claude-plugins-official
166+
```
167+
168+
For more information on discovering and installing plugins, see the [Claude Code plugins documentation](https://code.claude.com/docs/en/discover-plugins).
169+
157170
### Manual Setup
158171
Azure MCP Server can also be configured across other IDEs, CLIs, and MCP clients:
159172

@@ -244,7 +257,7 @@ To verify the .NET version, run the following command in the terminal: `dotnet -
244257
| **VS Code** | `.vscode/mcp.json` (workspace)<br>`settings.json` (user) | [VS Code MCP Documentation](https://code.visualstudio.com/docs/copilot/chat/mcp-servers) |
245258
| **Visual Studio** | `.mcp.json` (solution/workspace) | [Visual Studio MCP Setup](https://learn.microsoft.com/visualstudio/ide/mcp-servers?view=vs-2022) |
246259
| **GitHub Copilot CLI** | `~/.copilot/mcp-config.json` | [Copilot CLI MCP Configuration](#github-copilot-cli-configuration) |
247-
| **Claude Code** | `~/.claude.json` or `.mcp.json` (project) | [Claude Code MCP Configuration](https://scottspence.com/posts/configuring-mcp-tools-in-claude-code) |
260+
| **Claude Code** | `~/.claude.json` or `.mcp.json` (project) | [Claude Code MCP Configuration](https://code.claude.com/docs/en/mcp-quickstart#add-a-local-server) |
248261
| **Eclipse IDE** | GitHub Copilot Chat -> Configure Tools -> MCP Servers | [Eclipse MCP Documentation](https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp/extend-copilot-chat-with-mcp#configuring-mcp-servers-in-eclipse) |
249262
| **IntelliJ IDEA** | Built-in MCP server (2025.2+)<br>Settings > Tools > MCP Server | [IntelliJ MCP Documentation](https://www.jetbrains.com/help/ai-assistant/mcp.html) |
250263
| **Cursor** | `~/.cursor/mcp.json` or `.cursor/mcp.json` | [Cursor MCP Documentation](https://docs.cursor.com/context/model-context-protocol) |
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
changes:
2+
- section: "Other Changes"
3+
description: "Added Claude Code installation instructions to the Azure MCP Server README, covering installation of the Azure plugin from Anthropic's official plugin marketplace."

0 commit comments

Comments
 (0)