AM

Azure MCP Hub

Created 5 months ago

Build AI agents that call real APIs โ€” fast.

development location documentation public AI Azure

What is Azure MCP Hub?

A curated list of all MCP servers and related resources for Azure developers by **[Arun Sekhar](https://github.com/achandmsft)**

Documentation

Azure Model Context Protocol (MCP) Hub

๐Ÿš€ 1. Run Your Own MCP Server

Host your own MCP server using Azure Functions โ€” pick your language:

๐Ÿง  2. Build Agents That Use MCP

Use official SDKs or your favorite AI frameworks to write agents that connect to any MCP server.

โœ… Official MCP SDKs

๐Ÿค– AI SDK Integrations

๐Ÿงฉ 3. Use Plug-and-Play MCP Servers

These servers expose real APIs via MCP so your agents can just call them.

๐Ÿ—ƒ๏ธ Data APIs

๐Ÿ”ง Dev & Infra APIs

๐Ÿ“š Learn More

  • ๐Ÿ“„ Model Context Protocol Spec
  • ๐Ÿงช Explore sample agents, tools, and servers in the linked repos
  • ๐Ÿค Contribute a new server or tool via PR!

Server Config

{
  "mcpServers": {
    "azure-mcp-hub-server": {
      "command": "npx",
      "args": [
        "azure-mcp-hub"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Azure Samples
Category: community
License: MIT
Tags:
development location documentation