# Zapier

To get a no-code MCP server up and running, you can use Zapier's dedicated tool.

#### 1. Sign up for Zapier

First, sign up for an account at <https://zapier.com/mcp>.

#### 2. Create Your Server

Create a new server from the sidebar. You will be prompted to select either Typescript or Python, but don't worry, no coding is required.<br>

<figure><img src="/files/QJcftkpf88x1ZorCRJv4" alt=""><figcaption></figcaption></figure>

#### 3. Add your tools to your app

For example, added all the tools from the Gmail Integration.

<figure><img src="/files/fhSMjkjIUpVmeM9gD9El" alt=""><figcaption></figcaption></figure>

4\. Copy the URL

After submitting, go to the "Connect" tab in the center of the screen

<figure><img src="/files/EYllRY4tJ3q9lV22fBqA" alt=""><figcaption></figcaption></figure>

Then scroll to the bottom to copy the provided MCP URL.

<figure><img src="/files/fyGu8mtb2hObTdoG6cG9" alt=""><figcaption></figcaption></figure>

5\. Connect to Hallway.ai

Finally, return to the Hallway.ai embed dashboard, navigate to the embed settings, and paste the Zapier URL into the MCP URL field. Make sure to label it properly for easy identification. This will allow your embed to communicate with your Zapier-powered backend.

<figure><img src="/files/aBDnlguWF3Ol6UoFE5TW" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hallway.gitbook.io/embed/advanced/model-context-protocol/zapier.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
