Amazon CloudWatch Application Insights Claude Desktop Config
Add the Amazon CloudWatch Application Insights 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-application-insights": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-application-insights"
],
"env": {
"AMAZON_CLOUDWATCH_APPLICATION_INSIGHTS_API_KEY": "your_amazon_cloudwatch_application_insights_api_key"
}
}
}
}Environment Variables
AMAZON_CLOUDWATCH_APPLICATION_INSIGHTS_API_KEYReplace your_amazon_cloudwatch_application_insights_api_key with your actual amazon cloudwatch application insights api key
Endpoints
POST
/#X-Amz-Target=EC2WindowsBarleyService.CreateApplicationCreateApplication
POST
/#X-Amz-Target=EC2WindowsBarleyService.CreateComponentCreateComponent
POST
/#X-Amz-Target=EC2WindowsBarleyService.CreateLogPatternCreateLogPattern
POST
/#X-Amz-Target=EC2WindowsBarleyService.DeleteApplicationDeleteApplication
POST
/#X-Amz-Target=EC2WindowsBarleyService.DeleteComponentDeleteComponent
POST
/#X-Amz-Target=EC2WindowsBarleyService.DeleteLogPatternDeleteLogPattern
POST
/#X-Amz-Target=EC2WindowsBarleyService.DescribeApplicationDescribeApplication
POST
/#X-Amz-Target=EC2WindowsBarleyService.DescribeComponentDescribeComponent
POST
/#X-Amz-Target=EC2WindowsBarleyService.DescribeComponentConfigurationDescribeComponentConfiguration
POST
/#X-Amz-Target=EC2WindowsBarleyService.DescribeComponentConfigurationRecommendationDescribeComponentConfigurationRecommendation