Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

AMAZON_QUICKSIGHT_API_KEY

Replace 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}/customizations

DescribeAccountCustomization

POST/accounts/{AwsAccountId}/customizations

CreateAccountCustomization

PUT/accounts/{AwsAccountId}/customizations

UpdateAccountCustomization

DELETE/accounts/{AwsAccountId}/customizations

DeleteAccountCustomization

GET/account/{AwsAccountId}

DescribeAccountSubscription

POST/account/{AwsAccountId}

CreateAccountSubscription

DELETE/account/{AwsAccountId}

DeleteAccountSubscription