Azure MCP Server
by ninefyi
This repository provides instructions and code for setting up and running the Azure MCP Server with SSE (Server-Sent Events). It's designed to be used in conjunction with the Global Azure Thailand 2025 event.
View on GitHub
Last updated: N/A
Global Azure Thailand 2025
- Date: Sat, 10 May 2025
- Topic: Introduction to the Azure MCP Server
- Event type: Online
Instruction
sudo apt-get update && sudo apt-get install -y azure-cli
az login
- Click URL link and copy code
- Pasted code to the URL link.
- create
.env
AZURE_OPENAI_API_KEY=your_api_key
AZURE_OPENAI_ENDPOINT=your_api_key_endpoint
AZURE_OPENAI_DEPLOYMENT=your_deployment_name
AZURE_OPENAI_API_VERSION=your_api_version
pip install -r requirements.txt
- Start Azure MCP Server with SSE
npx -y @azure/mcp@latest server start --transport sse
- Start MCP Client with SSE
python mcp_sse_client.py