Azure Functions Create Triggers Bindings MCP Server for Azure Functions Samples and Templates
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"
]
}
}
}
Run in terminal:
claude mcp add azure-functions-temp npx -y Azure/azure-functions-templates-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"azure-functions-temp": {
"command": "npx",
"args": [
"-y",
"Azure/azure-functions-templates-mcp-server"
]
}
}
}