# Claude + Boomerang MCP

## Use Claude with Boomerang MCP Server

Claude can connect directly to Boomerang through a custom MCP connector.

Once connected, Claude can use Boomerang context inside supported chats and workflows.

{% hint style="info" %}
These steps reflect the current Claude connector flow. The exact layout may vary slightly by Claude version.
{% endhint %}

***

### Before you begin

Make sure you have:

* Access to Claude with connector support
* Access to your Boomerang workspace
* The Boomerang MCP URL: `https://mcp.getboomerang.ai`

***

### Step 1: Open Claude

Open Claude and go to the main home screen.

From the left sidebar, open **Customize**.

Then select **Connectors**.

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

***

### Step 2: Add a custom connector

In **Connectors**, click the **+** icon.

Then select **Add custom connector**.

This opens the custom connector setup dialog.

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

***

### Step 3: Enter the Boomerang connector details

In the custom connector dialog, enter these values:

* **Name:** `Boomerang`
* **URL:** `https://mcp.getboomerang.ai`

Then click **Add**.

{% hint style="info" %}
Use the Boomerang MCP URL exactly as shown.
{% endhint %}

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

***

### Step 4: Connect Claude to Boomerang

After the connector is added, select **Boomerang** from the connector list.

Then click **Connect**.

Claude opens the Boomerang sign-in flow in a new browser window.

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

***

### Step 5: Sign in to Boomerang

Sign in with your Boomerang account.

Use the same work email you use for Boomerang.

Depending on your setup, you may be able to sign in with:

* Password
* One-time password
* Google sign-in

After sign-in, complete any prompts needed to finish the connection.

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

***

### Step 6: Confirm the connector is active

Return to Claude after sign-in.

The Boomerang connector should now show as connected.

You can then start using Boomerang context in Claude.

***

### Try a few prompts

Once connected, try prompts like these:

* Find warm paths to `TARGET_COMPANY` in Boomerang.
* Summarize the strongest relationship to `TARGET_CONTACT`.
* Draft an intro request using Boomerang context for `TARGET_CONTACT`.

***

Please contact <support@getboomerang.ai> in case of any installation related issues.

***

### Next steps

For the broader setup, see [MCP Server](/integrations/mcp-server.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.getboomerang.ai/integrations/mcp-server/claude-+-boomerang-mcp.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.
