Author avatar

AzureAppConfigurationHelper-MCP

by zhiyuanliang-ms

Server

Tags

4.8 (120)

AzureAppConfigurationHelper-MCP

An MCP server that helps people develop application with Azure App Configuration.

Usage

VS Code insider

"mcp": {
    "inputs": [],
    "servers": {
        "azure-appconfig-helper": {
            "command":"cmd", 
            "args": [
                "/c",
                "npx",
                "-y",
                "azure-appconfiguration-helper-mcp"
            ]
        }
    }
}

npx issue on Widnows

On Windows, MCP servers may fail to connect with npx.

To workaround, use cmd /c npx instead of npx

{
  "mcp": {
    "inputs": [],
    "servers": {
      "mcp-server-code-runner": {
        "command": "cmd",
        "args": [
          "/c",
          "npx",
          "-y",
          "azure-appconfiguration-helper-mcp"
        ],
      }
    }
  }
}

Related Services

playwright-mcp

Server

4.8 (120)
View Details →

blender-mcp

Server

4.8 (120)
View Details →

tavily-mcp

Server

4.8 (120)
View Details →