Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-braket.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-braket": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-braket"
      ],
      "env": {
        "BRAKET_API_KEY": "your_braket_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-braket": {
      "url": "https://mcpbridge.org/config/amazonaws-com-braket.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-braket": {
      "url": "https://mcpbridge.org/config/amazonaws-com-braket.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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