Content
# 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`
3. `az login`
4. Click URL link and copy code
5. Pasted code to the URL link.
6. create `.env`
```bash
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
```
7. `pip install -r requirements.txt`
8. Start Azure MCP Server with SSE
```bash
npx -y @azure/mcp@latest server start --transport sse
```
9. Start MCP Client with SSE
```bash
python mcp_sse_client.py
```
You Might Also Like
Ollama
Ollama enables easy access to large language models on various platforms.

n8n
n8n is a secure workflow automation platform for technical teams with 400+...
OpenWebUI
Open WebUI is an extensible web interface for customizable applications.
smileyCoin
Smileycoin (SMLY) is a cryptocurrency using multiple proof-of-work algorithms.
markmap-mcp-server
Markmap MCP Server converts Markdown to interactive mind maps easily.
mcp-manager
simple web ui to manage mcp (model context protocol) servers in the claude app