Skip to content
MCP-Bridge
AI & ML

Computer Vision MCP Config

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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-cognitiveservices-computervision.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-cognitiveservices-computervision.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-cognitiveservices-computervision": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-cognitiveservices-computervision"],
      "env": {
      "COMPUTER_VISION_API_KEY": "your_computer_vision_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-cognitiveservices-computervision.json

Environment Variables

COMPUTER_VISION_API_KEY

Replace your_computer_vision_api_key with your actual 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