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.jsonConfiguration 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
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.jsonEnvironment Variables
COMPUTER_VISION_API_KEYReplace your_computer_vision_api_key with your actual computer vision api key
Endpoints
/analyzeAnalyzeImage
/describeDescribeImage
/generateThumbnailGenerateThumbnail
/modelsListModels
/models/{model}/analyzeAnalyzeImageByDomain
/ocrRecognizePrintedText
/recognizeTextRecognizeText
/tagTagImage
/textOperations/{operationId}GetTextOperationResult