remote-mcp-functions-dotnet

Azure-Samples/remote-mcp-functions-dotnet
★ 127 stars C# ⚙️ DevOps Updated 1d ago
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
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "remote-mcp-functions": {
      "command": "npx",
      "args": [
        "-y",
        "Azure-Samples/remote-mcp-functions-dotnet"
      ]
    }
  }
}