Amazon QuickSight MCP Config
<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
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-quicksight.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-quicksight.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-quicksight": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-quicksight"],
"env": {
"AMAZON_QUICKSIGHT_API_KEY": "your_amazon_quicksight_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/amazonaws-com-quicksight.jsonEnvironment Variables
AMAZON_QUICKSIGHT_API_KEYReplace your_amazon_quicksight_api_key with your actual amazon quicksight api key
Endpoints
/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}DescribeIngestion
/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}CreateIngestion
/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions/{IngestionId}CancelIngestion
/accounts/{AwsAccountId}/customizationsDescribeAccountCustomization
/accounts/{AwsAccountId}/customizationsCreateAccountCustomization
/accounts/{AwsAccountId}/customizationsUpdateAccountCustomization
/accounts/{AwsAccountId}/customizationsDeleteAccountCustomization
/account/{AwsAccountId}DescribeAccountSubscription
/account/{AwsAccountId}CreateAccountSubscription
/account/{AwsAccountId}DeleteAccountSubscription