Skip to content
MCP-Bridge
Cloud Infrastructure

AWS CodeStar Notifications Claude Desktop Config

Add the AWS CodeStar Notifications MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-codestar-notifications": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-codestar-notifications"
      ],
      "env": {
        "AWS_CODESTAR_NOTIFICATIONS_API_KEY": "your_aws_codestar_notifications_api_key"
      }
    }
  }
}

Environment Variables

AWS_CODESTAR_NOTIFICATIONS_API_KEY

Replace your_aws_codestar_notifications_api_key with your actual aws codestar notifications api key

Endpoints

POST/createNotificationRule

CreateNotificationRule

POST/deleteNotificationRule

DeleteNotificationRule

POST/deleteTarget

DeleteTarget

POST/describeNotificationRule

DescribeNotificationRule

POST/listEventTypes

ListEventTypes

POST/listNotificationRules

ListNotificationRules

POST/listTagsForResource

ListTagsForResource

POST/listTargets

ListTargets

POST/subscribe

Subscribe

POST/tagResource

TagResource