Skip to main content
Glama
Azure-Samples

Remote MCP Server

Remote MCP Servers using Azure Functions (Node.js/TypeScript)

Build and deploy remote MCP servers to Azure using Azure Functions. Each sample is a self-contained quickstart you can clone, run locally, and azd up to the cloud in minutes.

Open in GitHub Codespaces

Looking for another language? See the .NET/C# and Python versions.

Watch the video overview

Architecture Diagram

Prerequisites

Install these before working with any sample:

Related MCP server: Remote MCP with Azure Functions (Python)

Samples

Sample

Get started

What it demonstrates

mcp-tools

README

MCP Tool triggers: hello world, snippet save/get with Azure Blob bindings, structured content (images, resource links)

mcp-prompts

README

MCP Prompt triggers: reusable, parameterized prompt templates (code review, summarize, documentation)

mcp-weather-app

README

MCP Apps: tool + UI resource serving an interactive weather widget in a sandboxed iframe

Next Steps

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A MCP server for managing and storing code snippets in various programming languages, allowing users to create, list, and delete snippets via a standardized interface.
    3
    10 npm
    7
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    This project enables running a custom remote MCP server on Azure Functions with Python, allowing developers to build cloud-based Model Context Protocol tools that are secured by design using keys and HTTPS.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A template for building and deploying custom remote MCP servers on Azure Functions with Python, allowing for saving and retrieving snippets with built-in security using keys and HTTPS.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A quickstart template for building and deploying secure, remote MCP servers to the cloud using Azure Functions and Node.js/TypeScript. It features integrated blob storage for snippet management and supports advanced security options like OAuth and VNET isolation.
    MIT