Install
$ agentstack add mcp-azure-samples-remote-mcp-functions-typescript ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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.
[](https://codespaces.new/Azure-Samples/remote-mcp-functions-typescript)
Looking for another language? See the .NET/C# and Python versions.
Watch the video overview
Prerequisites
Install these before working with any sample:
- Node.js version 18 or higher
- Azure Functions Core Tools >=
4.0.7030 - Azure Developer CLI (azd)
- Visual Studio Code with the Azure Functions extension (recommended)
- Docker — Runs Azurite, the local Azure Storage emulator
Samples
| Sample | Get started | What it demonstrates | |--------|-------------|---------------------| | [mcp-tools](mcp-tools/) | [README](mcp-tools/README.md) | MCP Tool triggers: hello world, snippet save/get with Azure Blob bindings, structured content (images, resource links) | | [mcp-prompts](mcp-prompts/) | [README](mcp-prompts/README.md) | MCP Prompt triggers: reusable, parameterized prompt templates (code review, summarize, documentation) | | [mcp-weather-app](mcp-weather-app/) | [README](mcp-weather-app/README.md) | MCP Apps: tool + UI resource serving an interactive weather widget in a sandboxed iframe |
Next Steps
- Learn more about the Azure Functions MCP extension
- Learn more about built-in MCP auth
- Follow our blog posts on Azure SDK Blog and Tech Community for updates.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Azure-Samples
- Source: Azure-Samples/remote-mcp-functions-typescript
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.