You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-mcp-server/get-started.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Get started with the Azure MCP Server
3
3
description: Overview of the options for using the Azure MCP Server with tools and languages
4
4
author: alexwolfmsft
5
5
ms.author: alexwolf
6
-
ms.date: 10/20/2025
6
+
ms.date: 10/27/2025
7
7
ms.topic: get-started
8
8
content_well_notification:
9
9
- AI-contribution
@@ -15,17 +15,19 @@ ms.custom: build-2025
15
15
16
16
The [Azure MCP Server](overview.md) enables AI-powered development tools to interact with Azure cloud services through the Model Context Protocol (MCP). It provides a unified way to manage Azure resources, deploy applications, and query cloud services directly from your development environment.
17
17
18
-
Azure MCP Server is designed to work across multiple tools, languages, frameworks, and use cases. You can use it to manage Azure resources through natural language conversations, build automation scripts, or integrate Azure operations into your applications.
18
+
Connect to Azure MCP Server using various tools, languages, and frameworks. Use it to manage Azure resources through natural language conversations, build automation scripts, or integrate Azure operations into your applications.
19
19
20
-
You can also explore and contribute to the [Azure MCP Server on GitHub](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server).
20
+
Explore and contribute to the [Azure MCP Server on GitHub](https://github.com/microsoft/mcp/tree/main/servers/Azure.Mcp.Server).
21
21
22
22
## Install with a package manager
23
23
24
24
If you prefer to install Azure MCP Server directly using a package manager instead of through an IDE, you can install it using npm, pip, or other package managers. For detailed installation instructions, see [Install with a package manager](https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/README.md#package-manager).
25
25
26
-
## Use a code editor
26
+
## Connect using code editors and tools
27
27
28
-
Azure MCP Server works with AI-powered code editors that support the Model Context Protocol. Learn how to get started with the following code editors:
28
+
Azure MCP Server works with AI-powered code editors and tools that support the Model Context Protocol. Learn how to get started:
29
+
30
+
### Code editors
29
31
30
32
-[**Cline**](get-started/tools/cline.md)
31
33
-[**Cursor**](get-started/tools/cursor.md)
@@ -34,13 +36,17 @@ Azure MCP Server works with AI-powered code editors that support the Model Conte
34
36
-[**Visual Studio Code**](get-started/tools/visual-studio-code.md)
You can also connect to Azure MCP Server using programming languages and frameworks. This documentation currently provides guidance and examples for Python and .NET.
45
+
Connect to Azure MCP Server using programming languages and frameworks. This documentation currently provides guidance and examples for Python and .NET.
40
46
41
47
### Python
42
48
43
-
[Get started with Azure MCP Server and Python](get-started/languages/python.md) to enhance your apps and workflows:
49
+
[Get started with Azure MCP Server and Python](get-started/languages/python.md) to enhance your apps and workflows.
44
50
45
51
- Use Python MCP client libraries to connect directly to Azure MCP Server.
46
52
- Build automation scripts that manage Azure resources.
@@ -49,7 +55,7 @@ You can also connect to Azure MCP Server using programming languages and framewo
49
55
50
56
### .NET
51
57
52
-
[Get started with Azure MCP Server and .NET](get-started/languages/dotnet.md) to enhance your apps and workflows:
58
+
[Get started with Azure MCP Server and .NET](get-started/languages/dotnet.md) to enhance your apps and workflows.
53
59
54
60
- Create console applications and command-line tools for Azure management.
55
61
- Build ASP.NET Core web applications with integrated Azure capabilities.
0 commit comments