Skip to content
MCP-Bridge
Cloud Infrastructure

Braket MCP Config

<p>The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket.</p> <p>Additional Resources:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/braket/latest/developerguide/what-is-braket.html">Amazon Braket Developer Guide</a> </p> </li> <

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-braket": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-braket"],
      "env": {
      "BRAKET_API_KEY": "your_braket_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-braket.json

Environment Variables

BRAKET_API_KEY

Replace your_braket_api_key with your actual braket api key

Endpoints

PUT/job/{jobArn}/cancel

CancelJob

PUT/quantum-task/{quantumTaskArn}/cancel

CancelQuantumTask

POST/job

CreateJob

POST/quantum-task

CreateQuantumTask

GET/device/{deviceArn}

GetDevice

GET/job/{jobArn}

GetJob

GET/quantum-task/{quantumTaskArn}

GetQuantumTask

GET/tags/{resourceArn}

ListTagsForResource

POST/tags/{resourceArn}

TagResource

POST/devices

SearchDevices