Azure MCP Server logo

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

  1. sudo apt-get update && sudo apt-get install -y azure-cli
  2. az login
  3. Click URL link and copy code
  4. Pasted code to the URL link.
  5. 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
  1. pip install -r requirements.txt
  2. Start Azure MCP Server with SSE
npx -y @azure/mcp@latest server start --transport sse
  1. Start MCP Client with SSE
python mcp_sse_client.py