Skip to content
MCP-Bridge
Cloud Infrastructure

AWS IoT 1-Click Projects Service MCP Config

The AWS IoT 1-Click Projects API Reference

Config URL

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

https://mcp-bridge.pages.dev/config/amazonaws-com-iot1click-projects.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-iot1click-projects.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-iot1click-projects": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-iot1click-projects"],
      "env": {
      "AWS_IOT_1_CLICK_PROJECTS_SERVICE_API_KEY": "your_aws_iot_1_click_projects_service_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/amazonaws-com-iot1click-projects.json

Environment Variables

AWS_IOT_1_CLICK_PROJECTS_SERVICE_API_KEY

Replace your_aws_iot_1_click_projects_service_api_key with your actual aws iot 1 click projects service api key

Endpoints

PUT/projects/{projectName}/placements/{placementName}/devices/{deviceTemplateName}

AssociateDeviceWithPlacement

DELETE/projects/{projectName}/placements/{placementName}/devices/{deviceTemplateName}

DisassociateDeviceFromPlacement

GET/projects/{projectName}/placements

ListPlacements

POST/projects/{projectName}/placements

CreatePlacement

GET/projects

ListProjects

POST/projects

CreateProject

GET/projects/{projectName}/placements/{placementName}

DescribePlacement

PUT/projects/{projectName}/placements/{placementName}

UpdatePlacement

DELETE/projects/{projectName}/placements/{placementName}

DeletePlacement

GET/projects/{projectName}

DescribeProject