azure-functions-templates-mcp-server

Azure/azure-functions-templates-mcp-server
★ 2 stars TypeScript ⚙️ DevOps Updated today
Azure Functions Create Triggers Bindings MCP Server for Azure Functions Samples and Templates
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "azure-functions-temp": {
      "command": "npx",
      "args": [
        "-y",
        "Azure/azure-functions-templates-mcp-server"
      ]
    }
  }
}