Skip to content
MCP-Bridge
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_KEY

Example: 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/analyze

AnalyzeImage

POST/describe

DescribeImage

POST/generateThumbnail

GenerateThumbnail

GET/models

ListModels

POST/models/{model}/analyze

AnalyzeImageByDomain

POST/ocr

RecognizePrintedText

POST/recognizeText

RecognizeText

POST/tag

TagImage

GET/textOperations/{operationId}

GetTextOperationResult