AI & MLAuto-generated
Computer Vision MCP Server
The Computer Vision API provides state-of-the-art algorithms to process images and return information. For example, it can be used to determine if an image contains mature content, or it can be used to find all the faces in an image. It also has other features like estimating dominant and accent co
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-cognitiveservices-computervision
Environment Variables
COMPUTER_VISION_API_KEYExample: your_computer_vision_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-cognitiveservices-computervision": {
"command": "npx",
"args": ["-y","@mcp/azure-com-cognitiveservices-computervision"],
"env": {
"COMPUTER_VISION_API_KEY": "your_computer_vision_api_key"
}
}
}
}Endpoints
POST
/analyzeAnalyzeImage
POST
/describeDescribeImage
POST
/generateThumbnailGenerateThumbnail
GET
/modelsListModels
POST
/models/{model}/analyzeAnalyzeImageByDomain
POST
/ocrRecognizePrintedText
POST
/recognizeTextRecognizeText
POST
/tagTagImage
GET
/textOperations/{operationId}GetTextOperationResult