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
- Python: OpenAI Agents SDK
- C#: Semantic Kernel
- JavaScript: LangChain.js
- Java: Spring AI
- Azure AI Agents
๐งฉ 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
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