Building a custom MCP server using Azure Functions
29 août 2025 à 18:38
The Model Context Protocol (MCP) makes building intelligent integrations between large language models (LLMs) and cloud services easier. By combining MCP with Azure Functions, developers can expose serverless tools that LLMs can securely call in real time. This article describes how to set up Azure Functions as a custom MCP server, extend it with custom tools, and connect it to clients such as VS Code in Agent Mode.