How to Integrate Nooks with Claude

Last updated: June 25, 2026

This guide provides an overview of the Nooks connector in Claude. It includes steps for admins and end-users on connecting Nooks to Claude, a description of the Nooks actions that can users can perform from Claude, and information on data privacy and security when using the connector.

Background

If you use Claude from Anthropic, you can add Nooks as a connector. Doing so will enable you to query your Nooks Sequencing data without having to leave Claude or copy-paste between tabs. From Claude, you can:

  • Pull up Sequences

  • Enroll people in Sequences

  • Review calls and emails

  • Manage tasks

The Nooks <> Claude integrations runs on the Model Context Protocol (MCP), an open standard Anthropic uses to let Claude talk to third-party tools in a structured, read-write way. The Nooks connector runs on your existing Nooks user's permissions, enabling you to see and access only the records you can access in Nooks.

The Claude Connector currently has access to the following data:

  • Your Nooks Sequencing activity, such as:

    • Nooks Sequences

    • Calls placed with a Nooks Sequencing seat

    • Emails from mailboxes synced with Nooks

    • Tasks created or completed via Nooks Sequencing

  • Prospects and accounts synced from your CRM

  • Your Workspace users

The Claude Connector does not currently have access to the following data:

  • Calls placed with only a Nooks Dialer seat

  • Tasks from another sales engagement platform

  • Tasks created manually in your CRM

Installing the Nooks Connector in Claude

Follow the steps below to install and authenticate to the Nooks Connector. Additional information on Connectors can be found in Claude's Connectors guide.

If your team will creating an OAuth app and using Nooks as a custom Claude Connector, follow the steps under Advanced: Custom Nooks Connector Setup.

Individual Accounts

For most use cases, we recommend installing the official Nooks Connector from the Claude's Connector directory.

  1. In Claude, go to Customize → Connectors.

  2. Press the + button.

  3. In the Connectors dialog, search for Nooks, then press Connect.

To complete the setup process, authenticate to the Nooks Connector.

  1. Select which Nooks Workspace to connect to if you belong to multiple Nooks Workspaces. Then, press Connect workspace.

  2. Review and consent to the permissions requested by the Nooks custom Claude connector. Press Connect.

Team and Enterprise Accounts

On Claude Team or Enterprise plans, an organization owner must enable the Nooks Connector before anyone on the team can install or use it. Enabling the Nooks Connector makes it available to users at your organization, but each user still needs to install and authenticate individually.

For Organization Owners: Enabling the Nooks Connector

To enable the Nooks Connector as a Claude organization owner:

  1. In Claude, go to Organization Settings → Connectors.

  2. Click Browse Connectors.

  3. Search for and select Nooks, then click Add to Your Team.

For Individual Users: Connecting Your Account

Once an organization owner has enabled the Nooks Connector, you can follow the Individual Accounts steps above to connect the Nooks Connector for your account.

The Nooks Connector will not appear in Claude's Connectors list if you search for it before your organization owner has enabled it for your team.

Using Nooks with Claude

Once you've connected the Nooks connector to Claude, you can begin accessing Nooks in any Claude conversation. Simply describe what you want to see or accomplish in natural language, and Claude will use your Nooks account to complete the request.

To use Nooks on Claude:

  1. Start a new chat on Claude.

  2. Enable Nooks from the Claude tool picker or mention "use Nooks" in your Claude prompt.

  3. Use natural language to describe what you want to see or do. For the best results:

    1. Be specific about what data you want Claude to access by including specific Sequence names, prospect names, and date ranges. Note that multiple prospects may share the same name, so including a prospect's email address may yield more accurate results.

    2. Review any results Claude shares before allowing it to take actions (e.g., enrolling prospects into a Sequence) on your behalf.

    3. Follow-up on your initial request to get more specific about the data you want to see or action.

  4. Submit your response by pressing the Enter or Return key.

When you submit your prompt, Claude will show you which actions it's about to take. You can approve, deny, or edit before it runs.

Screenshot 2026-05-05 at 4.45.37 PM.pngScreenshot 2026-05-06 at 6.59.44 PM.png

Example Prompts to Try in Claude

If you need some inspiration on where to start with the Nooks connector in Claude, try out one of the example prompts below.

Pipeline Checks

  • Show me all prospects enrolled in the "Q1 Outbound Campaign" Sequence.

Screenshot 2026-05-07 at 11.25.07 AM.png

Daily Planning

  • What tasks does [user] have due today? List them with the prospect's name, action type, and priority.

    Screenshot 2026-05-07 at 11.03.02 AM.png
  • Take a look at [Sequence]. What prospects and tasks need action from me today?

    Screenshot 2026-05-05 at 4.38.34 PM.png
  • What taks Summarize my calls from yesterday. How many connected and who did I leave voicemails for?

    image.png

Taking Action

  • Enroll Carol Jones in the "Q2 Follow-up" Sequence.

    Screenshot 2026-05-07 at 11.01.34 AM.png
  • Create a high-priority follow-up task for Salma Odeh for tomorrow at 10 am.

    Screenshot 2026-05-07 at 11.20.18 AM.png
  • Mark the task to Jeremy Foote as completed.

    Screenshot 2026-05-07 at 11.12.13 AM.png

Research and Reporting

  • In this month so far, which accounts have we had the most successful calls with?

    image.png

Available Tools

The Nooks connector exposes 33 tools in Claude. One of these tools is getMe, which returns the Nooks user and workspace corresponding to your current connection. It is available to any authenticated caller regardless of granted scopes.

The table below lists the remaining tools grouped by the resource they act upon.

Resource

Read Tools

Write/Action Tools

Accounts

listAccounts, getAccount

Prospects

listProspects, getProspect

syncProspects

Sequences

listSequences, getSequence

Sequence Steps

listSequenceSteps, getSequenceStep

Sequence States (i.e., Enrollments)

listSequenceStates, getSequenceState

createSequenceState (enroll), finishSequenceState, deleteSequenceState

Tasks

listTasks, getTask

createTask, updateTask, completeTask, skipTask, deleteTask

Calls

listCalls, getCall, listCallDispositions, getCallDisposition

Emails

listEmails, getEmail

Email Templates

getEmailTemplate

Mailboxes

listMailboxes, getMailbox

Users

listUsers, getUser

Below you can find short descriptions of each tool.

Accounts

  • listAccounts — Lists accounts (companies) in the Workspace that are synced with the workspace CRM.

  • getAccount — Fetches a single account by ID.

Prospects

  • listProspects — Lists prospects synced with the workspace CRM. Filterable by IDs, Sequence enrollment, or account.

  • getProspect — Fetches a single prospect by ID.

  • syncProspects — Syncs up to 100 prospects from the workspace CRM into Nooks by their CRM IDs. Creates the prospects if they don't already exist in Nooks.

Sequences*

  • listSequences — Returns a paginated list of Nooks Sequences in the Workspace.

  • getSequence — Fetches a single Sequence by its unique ID.

Sequence Steps*

  • listSequenceSteps — Lists steps within Sequences. Supports filtering by step IDs or by Sequence.

  • getSequenceStep — Fetches a single Sequence step by its unique ID.

Sequence States (Enrollments)*

  • listSequenceStates — Lists Sequence states. Filterable by Sequence, prospect, account, and state (active/paused/finished).

  • getSequenceState — Fetches a single Sequence state by ID.

  • createSequenceState (write) — Enrolls a prospect into a Sequence, creating a new Sequence state.

  • finishSequenceState (write) — Marks an Sequence state as finished, stopping the prospect's progression through the Sequence.

  • deleteSequenceState (destructive) — Removes a prospect from a Sequence, deleting the Sequence state and canceling any pending tasks.

Tasks*

A task is one outreach action (call, email, LinkedIn touch, etc.) assigned to a user.

  • listTasks — Lists tasks. Supports filtering by task owner, Sequence, and task status.

  • getTask — Fetches a single task by ID.

  • createTask (write) — Creates a one-off task (not tied to a Sequence). Auto-syncs to CRM.

  • updateTask (write) — Updates fields on an existing task.

  • completeTask (write) — Marks a task complete. For Sequence tasks, advances the enrollment to the next step.

  • skipTask (write) — Skips a task without completing its action. For Sequence tasks, advances to the next step.

  • deleteTask (destructive) — Permanently deletes a task.

Calls*

  • listCalls — Lists calls made via Nooks Sequencing. Filterable by ID and updatedAt range.

  • getCall — Fetches a single call by ID.

  • listCallDispositions — Lists Workspace-configured call outcomes (e.g. "Connected", "Voicemail").

  • getCallDisposition — Fetches a single call disposition by ID.

Emails*

  • listEmails — Lists emails from mailboxes synced to Nooks. Filterable by ID, prospect, task, status, and updatedAt range.

  • getEmail — Fetches a single email by ID, including delivery/open/click/reply tracking data.

Email Templates

  • getEmailTemplate — Fetches a single email template by ID.

Mailboxes

  • listMailboxes — Lists currently connected mailboxes (sending email aliases).

  • getMailbox — Fetches a single mailbox by ID.

Users

  • listUsers — Lists Workspace members with active seat assignments.

  • getUser — Fetches a single user by ID.

*The Claude Connector can currently access data from Nooks Sequencing. Sequences, emails, calls, and tasks created/completed in another sales engagement platform, or through the Nooks Dialer without a Nooks Sequencing seat, is not currently accessible.

Scopes Requested

When configuring and enabling the Nooks connector, Claude will ask you to grant one or more of these scopes. You can grant all of the scopes or a subset. Claude will gracefully skip any tools it lacks permissions for.

Scope

What Claude Can Do

accounts:read

View your accounts

prospects:read

View your prospects

prospects:write

Update prospects based on data from your CRM

sequences:read

View your Nooks Sequences

sequence-steps:read

View Nooks Sequence steps

sequence-states:read

View Nooks Sequence enrollments

sequence-states:write

Manage your Nooks Sequence enrollments (i.e., enroll prospects, and finish, stop, or delete enrollments)

tasks:read

View your tasks created via Nooks Sequencing

tasks:write

Create, update, complete, skip, delete Nooks Sequencing tasks

calls:read

View your calls placed via Nooks Sequencing

call-dispositions:read

View call dispositions

emails:read

View your emails sent, received, or synced via Nooks Sequencing

email-templates:read

View Nooks email templates

mailboxes:read

View connected mailboxes

users:read

View users in your workspace

If needed, you can modify what scopes Claude has access to at any time after configuring and enabling the Nooks connector.

Data Claude Can Access

Claude can see any Nooks Sequencing record in your connected Nooks Workspace scoped to whatever access your Nooks user has. If you can view it in the Nooks app, Claude can read it through the Nooks connector. This access takes into account your user and role access, as well as your user's Permission Profile.

Claude cannot see tasks or sequences created in an external sales engagement platform.

Claude cannot see other Workspaces you belong to, your Nooks password or login credentials, billing or admin-only configuration, or any data from your CRM that hasn't been synced into Nooks yet. To enable the Claude to access data in another Nooks Workspace you belong to, you'd need to connect their Workspace separately.

Claude cannot send outbound emails or place calls directly through the connector, as the connector is read-focused in these areas. These actions go through Nooks' full Sequencing workflow and must be completed from the Nooks web app or Nooks Everywhere side panel. Claude can mark Nooks tasks as complete, which may trigger downstream send actions in your existing Nooks setup. For example, if you mark a task complete and the subsequent Sequence step is an automated email, that will trigger the automated email to be scheduled to send at its configured send time.

Privacy & Security

Below are some notes on how Nooks ensures privacy and security when using the Nooks custom Claude connector.

  • Authentication is OAuth 2.0 with PKCE—industry-standard delegated access. Claude never sees your Nooks password.

  • Transport is HTTPS-only. THe MCP server enforces origin and CORS rules so only claude.ai or claude.com can initiate calls from a browser.

  • Revocation is immediate. Once you disconnect Claude and remove the OAtuh app in Nooks, access is instantly terminated.

  • No data training. Nooks does not train AI models on the data returned to Claude and, per Anthropic's connector policies, Claude does not train on third-party connector data.

For full data handling details, see the Nooks Privacy Policy and Nooks DPA.

Advanced: Custom Nooks Connector Setup

You do not need this section unless your organization is using a Custom Nooks Connector instead of the official Nooks Connector from Claude's Connector directory. Most organizations should install the official Nooks Connector by following these steps. If you are unsure which setup applies to you, consult your Nooks representative.

Admin Configuration: Configure the Nooks Custom Connector

The steps below cover how to create a custom Nooks Connector in Claude. These steps require you to be a Nooks admin and a Claude organization owner.

Prerequisites

In order to add Nooks as a custom Claude connector, you will need:

  • A Nooks OAuth App created for your custom Claude connector. If you have not yet created an OAuth App, refer to the following guides.

  • Organization owner permissions in Claude. Only organization owners can add a new custom connector to their Claude workspace.

  • A Claude plan that supports custom connectors. Claude supports custom connectors on the Claude Pro, Max, Team, and Enterprise plans. Custom connectors are not supported on the free tier.

  • Browser access to claude.ai (or the Claude desktop app) and to app.nooks.in. Ensure that you are signed into Nooks with the user account to which you want to grant Claude access.

Step 1: Add Nooks as a Custom Connector in Claude

To begin, add Nooks as a custom connector in Claude. To do so:

  1. As an organization owner in Claude, open Settings > Connectors.

  2. Click Add custom connector.

  3. Fill in the following fields:

    1. Name: Nooks

    2. Description: Sales engagement — prospects, sequences, calls, tasks

    3. URL: https://mcp.nooks.in/mcp

    4. Client ID and Client Secret: Based on your Nooks OAuth App (configured through these steps).

      1. The connector will not work if you leave these fields blank or enter incorrect information.

  4. Click Connect. Claude will redirect you to beta.nooks.in for authorization.

image.png

Step 2: Authorize access from your Nooks Workspace

After redirect, you'll see a Nooks consent screen where you can finish configuring your Nooks custom Claude connector. To complete the setup process:

  1. Select which Nooks Workspace to connect to if you belong to multiple Nooks Workspaces. Then, press Connect workspace.

image.png
  1. Review the scopes Claude is requesting (e.g., View your prospects, Manage Sequences enrollments, etc.). Click Approve. You'll be redirected back to Claude, and the connector will show as "Connected".

image.png

Once you've completed these steps, other Nooks team members will be able to enable the Nooks connector for their Claude instance.

Note: The Nooks custom connector is configured and created at the Workspace-level but must be enabled by each individual end-user. Admins cannot enable the Nooks connector on their end-users' behalf after configuring the connector.

End-User Setup: Connect to the Nooks Connector in Claude

Once your admin has configured the Nooks Connector for your Workspace, you can connect to the Nooks Connector to your Claude instance. To do so:

  1. In Claude, open Settings > Connectors. Find Nooks, then press the Connect button on the right-hand side.

    Screenshot 2026-05-01 at 2.34.30 PM.png
  2. In the new tab that opens, review and consent to the permissions requested by the Nooks custom Claude connector. Press Connect app.

    Screenshot 2026-05-01 at 2.39.38 PM.png

After connecting, you will be redirected to Claude, where you can begin using the Nooks Connector to pull, query, and review your Nooks data.

Not seeing the Nooks in your available connector list? Your internal Nooks admin must have added Nooks as a custom connector for your workspace before you can enable it. Please contact your internal Nooks admin team if you do not see Nooks as an available connector.

FAQs

Can I use the Nooks MCP on Claude free?

If you are on Claude Free, you can install the official Nooks Connector from Claude's Connector directory. Custom connectors are a paid-feature on Claude, so only teams on Claude Pro plans and above would be able to follow those steps.

Does the Nooks connector work with Claude Code/Claude API, too?

Yes! Both the official Nooks Connector and the custom Nooks Connector work with Claude Code and Claude API.

In the case of the Custom Nooks Connector, the same https://mcp.nooks.in URL works as an MCP server for any MCP-compatible client. Claude Code, the Anthropic API, Claude Desktop, and third-party MCP clients all connect the same way.

Can I have multiple Nooks Workspaces connected at once?

Not yet. The Nooks connector currently supports one connector instance connecting to one Nooks Workspace. If you need to switch which Workspace the Nooks connector is pointing toward, disconnect the Nooks connector from within Claude, then reconnect with the other Workspace.

What if my admin hasn't enabled the integration?

If your organization is on a Claude Team or Enterprise plan, a Claude organization owner must enable the Nooks Connector for your organization before you can add it to your account. If you do not see the Nooks Connector in Claude's Connector directory, reach out to your internal admin team for assistance.

If your organization uses Claude Free, Pro, or Max plan, there is no required admin setup before you can install the official Nooks Connector. Simply search for it in the Claude Connector directory to add it.

If your team is setting Nooks up as a custom Claude Connector, only Nooks Workspace admins can authorize the OAuth app the first time for a Workspace. Ask your admin to connect once, and all users in the Workspace can use their own custom Claude connector tied to the same Nooks Workspace.

Is there an API key option instead of OAuth for the advanced Custom Nooks Connector setup?

For automation use cases, Nooks also offers API-key authentication. For Claude specifically, we recommend OAuth. OAuth ties access to a specific user and is easy to revoke. API keys are Workspace-wide and better suited for backend integrations.

I asked about a prospect and Claude said it couldn't find them.

Nooks syncs prospects from your CRM. If the prospect was newly added in your CRM less than 15 minutes ago, the sync may not have completed. Try again shortly.

If the prospect was not newly added to your CRM, try searching for the prospect by email instead of by name. Names may result in looser matches.

Claude listed prospects from a different Workspace than I expected.

The Nooks connector is tied to the Workspace you selected during OAuth consent. To switch which Workspace is connected, go to Settings > Connectors > Nooks in Claude, then click Disconnect. From there, you can reconnect and will be able to select which Workspace you want connected again.

Claude's response says a tool returned too much data.

List endpoints default to 25 records. If you send a broad request (such as "all emails in the last year"), Claude wil page through results automatically but may warn you before fetching a very large result set. You can narrow the query with a date range or specify a Sequence to avoid this.

I revoked access to the custom Claude connector but Claude still has a token.

Access tokens last up to 1 hour while refresh tokens can be rotated. To cut Claude off completely, disconnect the Nooks Connector in Claude's UI (from Settings > Connectors > Nooks) and revoke the OAuth app from in Nooks (Settings > All Settings > Developer > OAuth Apps tab).

Where do I file bugs or feedback?

You can share any bugs or feedback with support@nooks.in. When writing to our support team, please include the exact prompt you used, the tool response, and roughly when the issue happened.