Global Azure Thailand 2025
About
Global Azure Thailand 2025 is an online event held on 10 May 2025 that introduces the Azure MCP Server. It explains how to set up and run the Azure MCP Server with Azure OpenAI, using SSE transport and Python examples.
Details
- Author
- ninefyi
- GitHub stars
- 4
- Downloads
- 169
- Categories
- Cloud Service
Jump to
- Online event about the Azure MCP Server
- Uses SSE transport for server communication
- Includes two Python example scripts (simple and Gradio)
- Requires Azure CLI for authentication
- Integrates with Azure OpenAI API
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Global Azure Thailand 2025Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Azure CLI, log in with az login, create a .env file with Azure OpenAI credentials, install Python dependencies from requirements.txt, start the Azure MCP Server via npx -y @azure/mcp@latest server start --transport sse, then run python mcp_sse_simple.py or python mcp_sse_gradio.py.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"global azure thailand 2025": {
"global-az-thailand-25": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start",
"--transport",
"sse"
]
}
}
}
}
McpServers
{
"global-az-thailand-25": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start",
"--transport",
"sse"
]
}
}
Global Azure Thailand 2025
- Date: Sat, 10 May 2025 - Topic: Introduction to the Azure MCP Server - Event type: Online ----Instruction
1. Install Azure CLIsudo apt-get update && sudo apt-get install -y azure-cli
3. Login Azure with Azure CLI az login
4. Click URL link and copy code
5. Pasted code to the URL link.
6. 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
OPENAI_API_VERSION=your_api_version
7. Install Python dependencies pip install -r requirements.txt
8. Start Azure MCP Server with SSE
npx -y @azure/mcp@latest server start --transport sse
9. Run Python Example no 1
python mcp_sse_simple.py
10. Run Python Example no 2
python mcp_sse_gradio.py
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

