Cloud InfrastructureAuto-generated
Amazon QuickSight MCP Server
<fullname>Amazon QuickSight API Reference</fullname> <p>Amazon QuickSight is a fully managed, serverless business intelligence service for the Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your organization. This API reference contains documentation for a
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-quicksight
Environment Variables
AMAZON_QUICKSIGHT_API_KEYExample: your_amazon_quicksight_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-quicksight": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-quicksight"],
"env": {
"AMAZON_QUICKSIGHT_API_KEY": "your_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