Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Amazon Simple Workflow Service MCP Config

<fullname>Amazon Simple Workflow Service</fullname> <p>The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to coordinate work across distributed components. In Amazon SWF, a <i>task</i> represents a logical unit of work that is performed by a c

Config URL

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

https://mcpbridge.org/config/amazonaws-com-swf.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-swf": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-swf"
      ],
      "env": {
        "AMAZON_SIMPLE_WORKFLOW_SERVICE_API_KEY": "your_amazon_simple_workflow_service_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-swf.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-swf": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-swf"],
      "env": {
      "AMAZON_SIMPLE_WORKFLOW_SERVICE_API_KEY": "your_amazon_simple_workflow_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://mcpbridge.org/config/amazonaws-com-swf.json

Environment Variables

AMAZON_SIMPLE_WORKFLOW_SERVICE_API_KEY

Replace your_amazon_simple_workflow_service_api_key with your actual amazon simple workflow service api key

Endpoints

POST/#X-Amz-Target=SimpleWorkflowService.CountClosedWorkflowExecutions

CountClosedWorkflowExecutions

POST/#X-Amz-Target=SimpleWorkflowService.CountOpenWorkflowExecutions

CountOpenWorkflowExecutions

POST/#X-Amz-Target=SimpleWorkflowService.CountPendingActivityTasks

CountPendingActivityTasks

POST/#X-Amz-Target=SimpleWorkflowService.CountPendingDecisionTasks

CountPendingDecisionTasks

POST/#X-Amz-Target=SimpleWorkflowService.DeprecateActivityType

DeprecateActivityType

POST/#X-Amz-Target=SimpleWorkflowService.DeprecateDomain

DeprecateDomain

POST/#X-Amz-Target=SimpleWorkflowService.DeprecateWorkflowType

DeprecateWorkflowType

POST/#X-Amz-Target=SimpleWorkflowService.DescribeActivityType

DescribeActivityType

POST/#X-Amz-Target=SimpleWorkflowService.DescribeDomain

DescribeDomain

POST/#X-Amz-Target=SimpleWorkflowService.DescribeWorkflowExecution

DescribeWorkflowExecution