Skip to content
MCP-Bridge
Cloud Infrastructure

AWS CodeStar connections Claude Desktop Config

Add the AWS CodeStar connections 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-connections": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-codestar-connections"
      ],
      "env": {
        "AWS_CODESTAR_CONNECTIONS_API_KEY": "your_aws_codestar_connections_api_key"
      }
    }
  }
}

Environment Variables

AWS_CODESTAR_CONNECTIONS_API_KEY

Replace your_aws_codestar_connections_api_key with your actual aws codestar connections api key

Endpoints

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.CreateConnection

CreateConnection

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.CreateHost

CreateHost

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.DeleteConnection

DeleteConnection

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.DeleteHost

DeleteHost

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.GetConnection

GetConnection

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.GetHost

GetHost

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.ListConnections

ListConnections

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.ListHosts

ListHosts

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.ListTagsForResource

ListTagsForResource

POST/#X-Amz-Target=com.amazonaws.codestar.connections.CodeStar_connections_20191201.TagResource

TagResource