AWS CodeStar Claude Desktop Config
Add the AWS CodeStar MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-codestar": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-codestar"
],
"env": {
"AWS_CODESTAR_API_KEY": "your_aws_codestar_api_key"
}
}
}
}Environment Variables
AWS_CODESTAR_API_KEYReplace your_aws_codestar_api_key with your actual aws codestar api key
Endpoints
POST
/#X-Amz-Target=CodeStar_20170419.AssociateTeamMemberAssociateTeamMember
POST
/#X-Amz-Target=CodeStar_20170419.CreateProjectCreateProject
POST
/#X-Amz-Target=CodeStar_20170419.CreateUserProfileCreateUserProfile
POST
/#X-Amz-Target=CodeStar_20170419.DeleteProjectDeleteProject
POST
/#X-Amz-Target=CodeStar_20170419.DeleteUserProfileDeleteUserProfile
POST
/#X-Amz-Target=CodeStar_20170419.DescribeProjectDescribeProject
POST
/#X-Amz-Target=CodeStar_20170419.DescribeUserProfileDescribeUserProfile
POST
/#X-Amz-Target=CodeStar_20170419.DisassociateTeamMemberDisassociateTeamMember
POST
/#X-Amz-Target=CodeStar_20170419.ListProjectsListProjects
POST
/#X-Amz-Target=CodeStar_20170419.ListResourcesListResources