azure-ai

Installation
Summary

Unified access to Azure AI services: Search, Speech, OpenAI, and Document Intelligence.

  • AI Search supports full-text, vector, hybrid, and semantic search with AI enrichment capabilities like entity extraction and OCR
  • Speech service enables speech-to-text transcription (real-time and batch), text-to-speech with neural voices, speaker diarization, and custom models
  • MCP server integration provides direct tool access via azure__search and azure__speech commands; falls back to CLI and SDK when MCP is unavailable
  • Includes OpenAI model access, DALL-E image generation, embeddings, and Document Intelligence for form extraction and OCR
SKILL.md

Azure AI Services

Services

Service Use When MCP Tools CLI
AI Search Full-text, vector, hybrid search azure__search az search
Speech Speech-to-text, text-to-speech azure__speech -
OpenAI GPT models, embeddings, DALL-E - az cognitiveservices
Document Intelligence Form extraction, OCR - -

MCP Server (Preferred)

When Azure MCP is enabled:

AI Search

  • azure__search with command search_index_list - List search indexes
  • azure__search with command search_index_get - Get index details
  • azure__search with command search_query - Query search index
Installs
371.6K
GitHub Stars
1.2K
First Seen
Feb 4, 2026
azure-ai — microsoft/azure-skills