Skip to content
Cloud InfrastructureAuto-generatedScore: 46

Amazon QuickSight MCP Server

The Amazon QuickSight API provides programmatic control over the Amazon Web Services' fully managed, serverless business intelligence service.

Quick Start Summary

The Amazon QuickSight MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the Amazon QuickSight API through natural language. It exposes 10 API endpoints as callable tools, such as DescribeIngestion, CreateIngestion, CancelIngestion, and more. No authentication is required — setup takes approximately 30 seconds. The server uses STDIO transport and can be installed by running npx -y @mcp/amazonaws-com-quicksight. This integration is sourced from the auto Amazon QuickSight OpenAPI specification (v2018-04-01) and has a quality score of 46/99 (fair documentation coverage).

10Endpointstools mapped
NoneAuthopen access
46/99Qualityfair
~30 secSetupno auth

Server Details

Category
Cloud Infrastructure
Authentication
None
Endpoints
10 operations
Transport
STDIO
Spec Version
v2018-04-01
Install Command
npx -y @mcp/amazonaws-com-quicksight

Environment Variables

AMAZON_QUICKSIGHT_API_KEY

Example: your_amazon_quicksight_api_key

Top 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

Own this API?

Verify ownership of this listing to control the description, configuration details, and documentation links. Choose between free manual verification or instant premium placement.

Option 1: Free Verification

Slow manual review. Requires creating a GitHub issue with verified documentation or domain verification.

  • • Verified badge on page
  • • Standard search sorting
  • • 2-3 business days review
Start Free Claim →
Instant & Boosted

Option 2: Featured Upgrade($9/mo)

Instant verification plus premium styling, featured badges, and directory placement boost.

  • • ★ Featured star & amber highlight border
  • • Top of directory search placement
  • • Instant activation via claim token

📖 Detailed MCP Integration Guide

A technical breakdown of capabilities, agent workflows, and security/configuration best practices.

Capabilities & Use Cases
The Amazon QuickSight API provides programmatic control over the Amazon Web Services' fully managed, serverless business intelligence service. This API serves as the backend engine for automating, integrating, and scaling data visualization and analytics workflows within an enterprise's cloud ecosystem. It enables developers to manage the lifecycle of QuickSight resources, including datasets, data sources, analyses, dashboards, and user permissions. Core capabilities exposed through these endpoints focus on the administration and manipulation of data ingestion jobs for existing datasets, the management of account-level customizations to enforce branding and visual consistency, and the direct management of the QuickSight account itself. Typical use cases for enterprise customers include automating the daily refresh and validation of critical BI datasets, programmatically deploying standardized dashboard templates across multiple business units, enforcing organization-wide theming for all analytical reports, and integrating QuickSight resource provisioning into broader infrastructure-as-code deployment pipelines.
🤖AI Agent Value
When surfaced as tools via the Model Context Protocol (MCP) to an AI coding assistant, this API transforms from a static reference into a dynamic set of actionable capabilities. The primary value lies in bridging natural language intent with precise, programmatic cloud resource management. An AI agent, such as a developer using Claude Desktop or Cursor, can be instructed to perform complex, multi-step administrative tasks without requiring deep, manual familiarity with the API's exact structure. This turns the AI into a powerful productivity accelerator and error-reduction layer. For instance, it can interpret a high-level command like "Set up a new daily ingestion for our sales dataset and apply the corporate branding," and decompose it into the sequence of API calls: first using the customization endpoints to apply the theme, then potentially checking the dataset, and finally using the ingestion endpoint to trigger the refresh.
💬Example Workflows
Practical workflow examples for developers instructing an AI agent via MCP are numerous and impactful. A developer could command, "Check the status of all failed data ingestions for account 123456789012 and generate an alert report," leading the AI agent to sequentially call the GET ingestion endpoint for various dataset/ingestion IDs, collate the error logs, and synthesize a summary. Another example would be, "Clone the branding and theme from production to our staging account," where the AI agent would GET the customizations from the production account, interpret the configuration payload, and use PUT to apply it to the staging account. For infrastructure maintenance, a developer might say, "Audit and clean up all customizations in account 987654321098 that are over 90 days old," prompting the AI agent to list all customizations, potentially parse metadata or logs for age, and issue DELETE calls for obsolete ones. These examples demonstrate how the AI agent handles stateful, context-aware API interactions.
🛡️Security & Auth
Critical configuration and security considerations are paramount when implementing this MCP server. Authentication is the foremost concern; the API itself requires standard AWS SigV4 signing, but the provided description indicates a "None" authentication method for the server definition. This implies the MCP server tool itself must handle authentication securely, likely by securely managing AWS IAM credentials or assuming roles. Developers must enforce the principle of least privilege, creating a dedicated IAM user or role with only the specific QuickSight API permissions required (e.g., quicksight:UpdateIngestion, quicksight:ListDataSets, quicksight:CreateCustomizations but not wildcard permissions). The MCP server should be deployed within a secure boundary, with access restricted to authorized developer environments only. Credentials should never be hardcoded; instead, environment variables or secure secrets managers should be used. Furthermore, logging and auditing all API calls made through the MCP server is essential for traceability and compliance.

Similar APIs

Other APIs in the Cloud Infrastructure category.

Related MCP Server Integrations

Supabase API MCP Setup

Manage Supabase projects, databases, authentication, and storage through your AI agent.

Cloud InfrastructureConfigure →

Cloudflare API MCP Setup

Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.

Cloud InfrastructureConfigure →

Vercel API MCP Setup

Deploy projects, manage domains, and monitor deployments through your AI agent.

Cloud InfrastructureConfigure →

DigitalOcean API MCP Setup

The DigitalOcean API is a comprehensive, RESTful interface provided by DigitalOcean, a leading cloud infrastructure provider focused on simplifying cloud computing for developers, startups, and enterprises. It serves as the programmatic backbone for managing the entire DigitalOcean ecosystem, enabling users to provision, configure, and control cloud resources such as Droplets (virtual private servers), Kubernetes clusters, managed databases, networks, storage volumes, and application platforms. Core capabilities include full lifecycle management of these resources, from creation and scaling to monitoring and deletion, mirroring the functionality available in the DigitalOcean control panel. Its primary use cases range from automating infrastructure setup for CI/CD pipelines and enabling infrastructure-as-code practices to supporting dynamic application scaling and resource optimization for SaaS products, e-commerce sites, and development environments. The API is designed for both developers seeking to automate their cloud operations and businesses that require programmable, scalable cloud infrastructure without the complexity of larger hyperscale providers.

Cloud InfrastructureConfigure →

Access Analyzer MCP Setup

The AWS Identity and Access Management Access Analyzer API provides a powerful, policy-as-code service that automatically identifies resources accessible from outside your AWS account or organization. At its core, the service continuously evaluates resource-based policies—such as Amazon S3 bucket policies, AWS Identity and Access Management (IAM) roles, Amazon KMS key policies, and AWS Lambda function policies—using logic-based reasoning to determine which resources grant access to unknown external principals. Its primary use case is for security and compliance teams within enterprises to proactively detect unintended data exposure, enforce least privilege principles, and audit cross-account and cross-service access. The API endpoints allow programmatic control to create, configure, and query analyzers, manage archive rules for storing findings, and generate custom policy documents, making it a foundational tool for automating cloud security posture management at scale.

Cloud InfrastructureConfigure →