Getting Started with Remote MCP Servers using Azure Functions (Python)
# Add to your Claude Code skills
git clone https://github.com/Azure-Samples/remote-mcp-functions-pythonGuides for using mcp servers skills like remote-mcp-functions-python.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:26:28.314Z",
"npmAuditRan": true,
"pipAuditRan": true
}remote-mcp-functions-python is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Azure-Samples. Getting Started with Remote MCP Servers using Azure Functions (Python). It has 123 GitHub stars.
Yes. remote-mcp-functions-python passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Azure-Samples/remote-mcp-functions-python" and add it to your Claude Code skills directory (see the Installation section above).
remote-mcp-functions-python is primarily written in Python. It is open-source under Azure-Samples on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh remote-mcp-functions-python against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
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.
If you're looking for samples in more languages check out the .NET/C# and Node.js/TypeScript versions.
4.8.0Below is the architecture diagram for the Remote MCP Server using Azure Functions:

Each project README has instructions for running locally, connecting to the MCP server, deploying to the cloud, and more.
| Project | Description | Getting Started |
|---|---|---|
| FunctionsMcpTool | MCP Tools — snippet CRUD, QR code generation, structured metadata, batch operations | README |
| FunctionsMcpResources | MCP Resources — snippet resource template, server info resource | README |
| FunctionsMcpPrompts | MCP Prompts — code review checklist, summarize content, generate docs | README |
| McpWeatherApp | Weather App — MCP App demo with interactive UI | README |