Skip to content
MCP-Bridge
AI & ML

Amazon Lookout for Vision Claude Desktop Config

Add the Amazon Lookout for Vision MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-lookoutvision": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-lookoutvision"
      ],
      "env": {
        "AMAZON_LOOKOUT_FOR_VISION_API_KEY": "your_amazon_lookout_for_vision_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_LOOKOUT_FOR_VISION_API_KEY

Replace your_amazon_lookout_for_vision_api_key with your actual amazon lookout for vision api key

Endpoints

POST/2020-11-20/projects/{projectName}/datasets

CreateDataset

GET/2020-11-20/projects/{projectName}/models

ListModels

POST/2020-11-20/projects/{projectName}/models

CreateModel

GET/2020-11-20/projects

ListProjects

POST/2020-11-20/projects

CreateProject

GET/2020-11-20/projects/{projectName}/datasets/{datasetType}

DescribeDataset

DELETE/2020-11-20/projects/{projectName}/datasets/{datasetType}

DeleteDataset

GET/2020-11-20/projects/{projectName}/models/{modelVersion}

DescribeModel

DELETE/2020-11-20/projects/{projectName}/models/{modelVersion}

DeleteModel

GET/2020-11-20/projects/{projectName}

DescribeProject