Azure-Samples/remote-mcp-functions-dotnet

This is a quickstart template to easily build and deploy a custom remote MCP server to the cloud using Azure functions. You can clone/restore/run on your local machine with debugging, and `azd up` to have it in the cloud in a couple minutes. The MCP server is secured by design using

133

stars

142

commits

C#

primary language

Aug 12, 2026

updated

Browse cluster: AI Agents and Agentic AI Development

README

Getting Started with Remote MCP Servers using Azure Functions (.NET/C#)

This repo has a collection of samples to help you easily build and deploy a custom remote MCP server to the cloud using Azure functions. You can clone/restore/run on your local machine with debugging, and azd up to have a server in the cloud in a couple minutes.

All sample MCP servers are configured with built-in authentication using Microsoft Entra as the identity provider.

You can also use API Management to secure the server, as well as network isolation using VNET.

Watch the video

If you're looking for samples in more languages check out the Node.js/TypeScript and Python samples.

Open in GitHub Codespaces

Prerequisites

Required for all development approaches

For Visual Studio development

  • Visual Studio 2022
  • Make sure to select the Azure development workload during installation

For Visual Studio Code development

Choose one: You can use either Visual Studio OR Visual Studio Code. Both provide full debugging support, but the setup steps differ slightly.

Below is the architecture diagram for the Remote MCP Server using Azure Functions:

Architecture Diagram

Samples in this repo

Each project README has instructions for running locally, connecting to the MCP server, deploying to the cloud, and more.

ProjectDescriptionGetting Started
FunctionsMcpToolMCP Tools — snippet CRUD, QR code generation, badges, website preview, auth (OBO)README
FunctionsMcpAppMCP Apps — fluent API for tools that return interactive UIREADME
FunctionsMcpResourcesMCP Resources — snippet resource template, server info resourceREADME
FunctionsMcpPromptsMCP Prompts — code review checklist, summarize content, generate docsREADME
McpWeatherAppWeather App — MCP App demo with interactive UIREADME

Next Steps

Contributors

lilyjma

44 commits

paulyuk

24 commits

liliankasem

20 commits

dependabot[bot]

15 commits

Azure-Samples/remote-mcp-functions-dotnet

This is a quickstart template to easily build and deploy a custom remote MCP server to the cloud using Azure functions. You can clone/restore/run on your local machine with debugging, and `azd up` to have it in the cloud in a couple minutes. The MCP server is secured by design using

133

stars

142

commits

C#

primary language

Aug 12, 2026

updated

Browse cluster: AI Agents and Agentic AI Development

README

Getting Started with Remote MCP Servers using Azure Functions (.NET/C#)

This repo has a collection of samples to help you easily build and deploy a custom remote MCP server to the cloud using Azure functions. You can clone/restore/run on your local machine with debugging, and azd up to have a server in the cloud in a couple minutes.

All sample MCP servers are configured with built-in authentication using Microsoft Entra as the identity provider.

You can also use API Management to secure the server, as well as network isolation using VNET.

Watch the video

If you're looking for samples in more languages check out the Node.js/TypeScript and Python samples.

Open in GitHub Codespaces

Prerequisites

Required for all development approaches

For Visual Studio development

  • Visual Studio 2022
  • Make sure to select the Azure development workload during installation

For Visual Studio Code development

Choose one: You can use either Visual Studio OR Visual Studio Code. Both provide full debugging support, but the setup steps differ slightly.

Below is the architecture diagram for the Remote MCP Server using Azure Functions:

Architecture Diagram

Samples in this repo

Each project README has instructions for running locally, connecting to the MCP server, deploying to the cloud, and more.

ProjectDescriptionGetting Started
FunctionsMcpToolMCP Tools — snippet CRUD, QR code generation, badges, website preview, auth (OBO)README
FunctionsMcpAppMCP Apps — fluent API for tools that return interactive UIREADME
FunctionsMcpResourcesMCP Resources — snippet resource template, server info resourceREADME
FunctionsMcpPromptsMCP Prompts — code review checklist, summarize content, generate docsREADME
McpWeatherAppWeather App — MCP App demo with interactive UIREADME

Next Steps

Contributors

lilyjma

44 commits

paulyuk

24 commits

liliankasem

20 commits

dependabot[bot]

15 commits

Languages

C#

47.0%

Bicep

32.6%

HTML

10.8%

TypeScript

8.9%