Amazon QuickSight Claude Desktop Config
Add the Amazon QuickSight 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-quicksight": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-quicksight"
],
"env": {
"AMAZON_QUICKSIGHT_API_KEY": "your_amazon_quicksight_api_key"
}
}
}
}Environment Variables
AMAZON_QUICKSIGHT_API_KEYReplace your_amazon_quicksight_api_key with your actual amazon quicksight api key
Endpoints
GET
/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}DescribeIngestion
PUT
/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}CreateIngestion
DELETE
/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}CancelIngestion
GET
/accounts/{AwsAccountId}/customizationsDescribeAccountCustomization
POST
/accounts/{AwsAccountId}/customizationsCreateAccountCustomization
PUT
/accounts/{AwsAccountId}/customizationsUpdateAccountCustomization
DELETE
/accounts/{AwsAccountId}/customizationsDeleteAccountCustomization
GET
/account/{AwsAccountId}DescribeAccountSubscription
POST
/account/{AwsAccountId}CreateAccountSubscription
DELETE
/account/{AwsAccountId}DeleteAccountSubscription