> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zapier.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Amazon Quick Suite to Zapier MCP

> Add Zapier MCP to Amazon Quick Suite (Amazon Q) as a Model Context Protocol integration.

Zapier MCP connects to Amazon Quick Suite as a Model Context Protocol integration. Add the Zapier connect URL, complete authentication, then share the integration with your agents.

## Before you begin

* A [Zapier account](https://zapier.com/sign-up).
* Access to Amazon Quick Suite.

## Connect Zapier MCP to Amazon Quick Suite

<Steps>
  <Step title="Open Amazon Quick Suite integrations">
    Go to [Amazon Quick Suite integrations](https://quicksight.aws.amazon.com/sn/start/integrations).
  </Step>

  <Step title="Add a Model Context Protocol integration">
    Select **Model Context Protocol** and enter the following values:

    * *Name:* Zapier MCP
    * *Description:* Connect your AI agent with 9,000 apps and 30,000 actions on Zapier
    * *MCP server endpoint:* paste the URL below:

      ```text theme={null}
      https://mcp.zapier.com/api/v1/connect
      ```
  </Step>

  <Step title="Authenticate and share">
    Complete authentication with your Zapier account, then share the integration with your agents.
  </Step>

  <Step title="Verify the connection">
    In Amazon Quick Suite, start a new chat with an agent that has the integration and ask:

    ```text theme={null}
    Run the Zapier onboarding skill using get_zapier_skill with name "zapier-mcp-onboarding" and follow its instructions.
    ```

    Your agent lists the Zapier tools available to it. If nothing appears, check [Troubleshoot](/mcp/troubleshoot/tools-missing-in-client).
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Your first MCP workflow" href="/mcp/your-first-mcp-workflow">
    Run the onboarding Skill and make your first tool call.
  </Card>

  <Card title="How tools work" href="/mcp/how-tools-work">
    Learn how dynamic tool discovery works and what the meta-tools do.
  </Card>
</CardGroup>
