Skip to content
MCP-Bridge
Cloud Infrastructure

AmazonMWAA MCP Config

<p><fullname>Amazon Managed Workflows for Apache Airflow</fullname> <p>This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation. For more information, see <a href="https://docs.aws.amazon.com/mwaa/latest/userguide/what-is-mwaa.html">What Is Amazon MWAA

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AMAZONMWAA_API_KEY

Replace your_amazonmwaa_api_key with your actual amazonmwaa api key

Endpoints

POST/clitoken/{Name}

CreateCliToken

GET/environments/{Name}

GetEnvironment

PUT/environments/{Name}

CreateEnvironment

DELETE/environments/{Name}

DeleteEnvironment

PATCH/environments/{Name}

UpdateEnvironment

POST/webtoken/{Name}

CreateWebLoginToken

GET/environments

ListEnvironments

GET/tags/{ResourceArn}

ListTagsForResource

POST/tags/{ResourceArn}

TagResource

POST/metrics/environments/{EnvironmentName}

PublishMetrics