Cloud Infrastructure
Trust: 56/100 (Fair)Template MCP Server Guide
Template MCP server example.
2,728 starsby microsoft
Quick Start
Install
npx @azure/mcp-templateClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"com-microsoft-template-server-name": {
"command": "npx",
"args": [
"@azure/mcp-template"
]
}
}
}