# How to connect Zoho bigin to Claude Cowork

```json
{
  "title": "How to connect Zoho bigin to Claude Cowork",
  "toolkit": "Zoho bigin",
  "toolkit_slug": "zoho_bigin",
  "framework": "Claude Cowork",
  "framework_slug": "claude-cowork",
  "url": "https://composio.dev/toolkits/zoho_bigin/framework/claude-cowork",
  "markdown_url": "https://composio.dev/toolkits/zoho_bigin/framework/claude-cowork.md",
  "updated_at": "2026-05-12T10:31:19.579Z"
}
```

## Introduction

Cowork is Anthropic's AI agent for knowledge work. Think of it as Claude Code for everything else. It works autonomously with your computer, local files, and applications to accomplish complex tasks.
This guide walks you through the easiest and most secure way to connect your Zoho bigin account to Cowork via Composio Connect, enabling it to add new contact to sales pipeline, list all open deals this week, tag recent leads as 'hot prospects', and more such actions on your behalf without compromising your account security.

## Also integrate Zoho bigin with

- [ChatGPT](https://composio.dev/toolkits/zoho_bigin/framework/chatgpt)
- [Antigravity](https://composio.dev/toolkits/zoho_bigin/framework/antigravity)
- [OpenAI Agents SDK](https://composio.dev/toolkits/zoho_bigin/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/zoho_bigin/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/zoho_bigin/framework/claude-code)
- [Codex](https://composio.dev/toolkits/zoho_bigin/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/zoho_bigin/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/zoho_bigin/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/zoho_bigin/framework/cli)
- [Google ADK](https://composio.dev/toolkits/zoho_bigin/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/zoho_bigin/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/zoho_bigin/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/zoho_bigin/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/zoho_bigin/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/zoho_bigin/framework/crew-ai)

## Connect Zoho bigin to Claude Cowork

### Connecting Zoho bigin to Claude Cowork
1. Open Customize
In Claude Desktop, click Customize in the left sidebar, then select Connectors and click the + icon at the top.
2. Add the Composio MCP server
Click Add custom connector and paste in the Composio MCP server URL:

```bash
https://connect.composio.dev/mcp
```

## What is Claude Cowork?

Claude Cowork is Anthropic's agent for general knowledge work. It can use your computer, files, and connected applications to complete longer-running tasks across your work tools.
With Composio Connect, Cowork can securely access apps like Zoho bigin through MCP without you sharing account credentials directly with the agent.

## What is the Zoho bigin MCP server, and what's possible with it?

The Zoho bigin MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Zoho bigin account. It provides structured and secure access to your CRM pipeline data, so your agent can manage contacts, track deals, organize records, handle attachments, and streamline your small business workflows—all on your behalf.
- Automated record management: Add, update, or delete records in any Zoho bigin module to keep your CRM data accurate and up to date.
- Tagging and categorization: Create new tags or apply them to records, making it easy to segment contacts, deals, or companies for better organization.
- Attachment handling: Retrieve, download, or delete attachments associated with your records, letting your agent manage files and documents with ease.
- Module and data discovery: List available modules and fetch records with sorting, filtering, and pagination—perfect for quickly surfacing the data you need.
- Deleted records auditing: Access and review recently deleted records for auditing or restoration, helping you maintain data integrity and recover lost information.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `ZOHO_BIGIN_ADD_RECORDS` | Add Records | Tool to add new records to a module. Use when you need to programmatically insert one or more records into Bigin after confirming module name and field API names. Module-specific mandatory fields: - Tasks: Subject (required) - Events: Event_Title, Start_DateTime, End_DateTime (all required) - Calls: Subject, Call_Type (Outbound/Inbound/Missed), Call_Start_Time, Call_Duration (all required) - Contacts: Last_Name (required) - Other modules: Use Get Fields action to discover mandatory fields |
| `ZOHO_BIGIN_ADD_TAGS_TO_RECORDS` | Add Tags to Records | Tool to add tags to a specific record in a module. Use when you need to categorize or label a record after creation or update. |
| `ZOHO_BIGIN_CREATE_BULK_READ_JOB` | Create Bulk Read Job | Tool to create a bulk read job for exporting large amounts of data asynchronously. Use when you need to export records from a module that may exceed standard API limits. Returns a job ID that can be used to track progress and download results once complete. |
| `ZOHO_BIGIN_CREATE_NOTES` | Create Notes | Tool to create notes and associate them with records in Zoho Bigin. Use when you need to add notes to contacts, accounts, pipelines, or other module records. Each note requires content, parent record ID, and the module name. |
| `ZOHO_BIGIN_CREATE_RECORD_NOTES` | Create Record Notes | Tool to create new notes for a specific record. Use when you need to add notes to a Bigin record after confirming the module name and record ID. |
| `ZOHO_BIGIN_CREATE_TAGS` | Create Tags | Tool to create tags for a module. Use when you need to add new tags to a specific module in Zoho Bigin. |
| `ZOHO_BIGIN_DELETE_ATTACHMENT` | Delete Attachment | Tool to delete an attachment from a record. Use when you need to remove a file after confirming its record_id and attachment_id. |
| `ZOHO_BIGIN_DELETE_NOTE` | Delete Note | Tool to delete a note from a specific record. Use when you need to remove a note after confirming its record_id and note_id. |
| `ZOHO_BIGIN_DELETE_NOTES` | Delete Notes | Tool to delete multiple notes from Zoho Bigin. Use when removing notes after confirming their IDs. |
| `ZOHO_BIGIN_DELETE_RECORD` | Delete Record | Tool to delete a specific record from a module. Use when removing a single record after confirming its ID. Can also be used to delink related records. |
| `ZOHO_BIGIN_DELETE_RECORD_PHOTO` | Delete Record Photo | Tool to delete a profile photo from a record. Use when you need to remove the photo associated with a specific record. |
| `ZOHO_BIGIN_DELETE_RECORDS` | Delete Records | Tool to delete records from a module. Use when removing one or multiple records after confirming their IDs. |
| `ZOHO_BIGIN_DELINK_RELATED_RECORDS` | Delink Related Records | Tool to delete the association between a module record and related list records. Use when you need to remove relationships between records without deleting the records themselves. |
| `ZOHO_BIGIN_DISABLE_NOTIFICATIONS` | Disable Notifications | Tool to disable instant notifications for one or more channels. Use when you need to stop receiving notifications for specific channels that were previously enabled. |
| `ZOHO_BIGIN_DOWNLOAD_ATTACHMENT` | Download Attachment | Tool to download an attachment from a record. Use when you need the binary content of a specific attachment after confirming the record and attachment IDs. |
| `ZOHO_BIGIN_DOWNLOAD_BULK_READ_RESULT` | Download Bulk Read Result | Tool to download the bulk read job result in ZIP format (containing CSV or ICS export). Use when you need to retrieve completed bulk read job data after obtaining the job_id from the bulk read job creation or status check. |
| `ZOHO_BIGIN_DOWNLOAD_RECORD_PHOTO` | Download Record Photo | Tool to download the profile photo associated with a specific record. Use when you need the binary content of a record's photo after confirming the record ID. Returns HTTP 204 if the record exists but has no photo. |
| `ZOHO_BIGIN_ENABLE_NOTIFICATIONS` | Enable Notifications | Tool to enable instant webhook notifications for module events in Bigin. Use when you need to receive real-time alerts for record create, edit, or delete operations in specific modules (Contacts, Pipelines, etc.). |
| `ZOHO_BIGIN_GET_ALL_NOTES` | Get All Notes | Tool to retrieve the list of notes associated with records. Use when you need to fetch notes with pagination support. Maximum 200 records per call. |
| `ZOHO_BIGIN_GET_ATTACHMENTS` | Get Attachments | Tool to retrieve attachments for a record. Use when you need a paginated list of attachments for a given module record. |
| `ZOHO_BIGIN_GET_BULK_READ_JOB_STATUS` | Get Bulk Read Job Status | Tool to retrieve the details of a bulk read job performed earlier. Use when you need to check the status of a bulk export operation or download the results after job completion. |
| `ZOHO_BIGIN_GET_CUSTOM_VIEW` | Get Custom View | Tool to get the metadata of a specific custom view configured in a module. Use when you need to retrieve configuration details, criteria, or field lists for a particular custom view. |
| `ZOHO_BIGIN_GET_CUSTOM_VIEWS` | Get Custom Views | Tool to retrieve the list of custom views available for a module. Use when you need to discover which custom views exist for a specific Bigin module. |
| `ZOHO_BIGIN_GET_DELETED_RECORDS` | Get Deleted Records | Tool to get a list of deleted records in a module. Use when auditing or restoring recently deleted data (recycle within 60 days, permanent within 120 days). |
| `ZOHO_BIGIN_GET_FIELDS` | Get Fields | Tool to retrieve field metadata for a Bigin module. Use when you need to discover available fields, their types, validation rules, and picklist values for a module. |
| `ZOHO_BIGIN_GET_LAYOUT` | Get Layout | Tool to retrieve details of a specific layout by layout ID. Use when you need to get detailed configuration, sections, fields, and permissions for a particular layout. |
| `ZOHO_BIGIN_GET_LAYOUTS` | Get Layouts | Tool to retrieve the list of layouts available for a module. Use when you need to discover layout metadata, sections, fields, and configuration for a specific module. |
| `ZOHO_BIGIN_GET_MODULE_METADATA` | Get Module Metadata | Tool to retrieve metadata of a specific module by its API name. Use when you need detailed information about a module's configuration, permissions, and features. |
| `ZOHO_BIGIN_GET_MODULES` | Get Modules | Tool to retrieve a list of all modules. Use when you need to discover which modules are available in Bigin. |
| `ZOHO_BIGIN_GET_NOTIFICATION_DETAILS` | Get Notification Details | Tool to retrieve information about enabled notifications. Use when you need to list notification channels, check their configuration, or verify which modules have active notifications. |
| `ZOHO_BIGIN_GET_ORGANIZATION` | Get Organization | Tool to retrieve organization details including name, ID, currency, time zone, and other settings. Use when you need to fetch organization-level configuration and metadata. |
| `ZOHO_BIGIN_GET_PROFILES` | Get Profiles | Tool to retrieve the list of available profiles and their properties in an organization. Use when you need to discover which profiles exist in Bigin. |
| `ZOHO_BIGIN_GET_RECORD` | Get Record | Tool to retrieve details of a specific record in a module using the record ID. Use when you need to fetch complete information about a single record by its ID. |
| `ZOHO_BIGIN_GET_RECORD_NOTES` | Get Record Notes | Tool to retrieve the list of notes associated with a specific record. Use when you need to fetch notes for a given module record with optional field filtering and pagination. |
| `ZOHO_BIGIN_GET_RECORDS` | Get Records | Tool to retrieve records from a Bigin module. Use when listing or paginating module data with specific fields, sorting, filtering. No free-text search supported; use cvid for saved view filtering. Records are nested under result['data']['data']; check result['data']['info']['more_records'] to detect additional pages. |
| `ZOHO_BIGIN_GET_RECORDS_COUNT` | Get Records Count | Tool to get the count of records in a Bigin module. Use when you need to know how many records exist in a module, optionally filtered by a custom view. |
| `ZOHO_BIGIN_GET_RELATED_LISTS_METADATA` | Get Related Lists Metadata | Tool to retrieve the list of related lists metadata for a module. Use when you need to discover which related lists are available for a specific module. |
| `ZOHO_BIGIN_GET_RELATED_RECORDS` | Get Related Records | Tool to retrieve related records associated with a specific record in a module. Use when fetching related data like Notes, Attachments, Products, or Activities linked to a parent record. |
| `ZOHO_BIGIN_GET_ROLES` | Get Roles | Tool to retrieve the list of available roles and their properties in an organization. Use when you need to discover role hierarchy and permissions. |
| `ZOHO_BIGIN_GET_TEAM_PIPELINE_RECORDS` | Get Team Pipeline Records | Tool to retrieve pipeline records from Team Pipelines in Zoho Bigin. Use when you need to fetch deals or records from a specific team pipeline with filtering, sorting, and pagination. |
| `ZOHO_BIGIN_GET_USER` | Get User | Tool to retrieve details of a specific user using the user identification. Use when you need to get complete information about a single user by their ID. |
| `ZOHO_BIGIN_GET_USERS` | Get Users | Tool to retrieve the list of users in the organization. Use when you need to get user information with filtering by type (ActiveUsers, DeactiveUsers, AdminUsers, etc.). |
| `ZOHO_BIGIN_SEARCH_RECORDS` | Search Records | Tool to search for records in a Bigin module using various criteria. Use when you need to find records by keyword, email, phone, or custom criteria with specific field comparators. |
| `ZOHO_BIGIN_UPDATE_NOTE` | Update Note | Tool to update an existing note for a specific record in a module. Use when you need to modify the title or content of a note after confirming the module name, record ID, and note ID. |
| `ZOHO_BIGIN_UPDATE_NOTIFICATION_DETAILS` | Update Notification Details | Tool to update notification channel details in Zoho Bigin. Use when you need to modify notification URLs, events, tokens, or expiry times for existing channels. Supports up to 100 channels per call. |
| `ZOHO_BIGIN_UPDATE_NOTIFICATION_INFO` | Update Notification Info | Tool to update specific notification information without losing existing data. Use when you need to modify notification channel settings such as events, expiry, token, or webhook URL. |
| `ZOHO_BIGIN_UPDATE_RECORDS` | Update Records | Tool to update existing records in a module. Use when you need to modify one or multiple records after confirming their IDs and field API names. Supports up to 100 records per call; specify an optional trigger to control workflow execution. |
| `ZOHO_BIGIN_UPDATE_RELATED_RECORDS` | Update Related Records | Tool to update related records associated with a specific record in a module. Use when you need to modify existing relationships such as updating notes, products, or activities linked to a contact or account. Max 100 records per call. |
| `ZOHO_BIGIN_UPDATE_USER` | Update User | Tool to update details of an existing user by user ID. Use when you need to modify user information such as phone, date of birth, time format, role, or status. Cannot update deactivated users. |
| `ZOHO_BIGIN_UPDATE_USERS` | Update Users | Tool to update details of multiple users in an organization. Use when you need to modify user information such as phone, date of birth, time format, role, or status. Cannot update deactivated users. Maximum 100 users per request. |
| `ZOHO_BIGIN_UPLOAD_ATTACHMENT` | Upload Attachment | Tool to upload an attachment to a record. Use when you need to attach a file or specify a public URL for upload to a Bigin record. Ensure module_api_name and record_id are correct before calling. |
| `ZOHO_BIGIN_UPLOAD_ORGANIZATION_PHOTO` | Upload Organization Photo | Tool to upload or update the brand logo or image for the current organization. Use when you need to set or change the organization's photo/logo in Zoho Bigin. |
| `ZOHO_BIGIN_UPLOAD_RECORD_PHOTO` | Upload Record Photo | Tool to upload a photo/image to a specific record (e.g., contact photo). Use when you need to attach a profile picture or image to a Bigin record. |
| `ZOHO_BIGIN_UPSERT_RECORDS` | Upsert Records | Tool to insert or update records in a module based on unique field values. Use when you need to sync data without checking if records exist first. Updates existing records if duplicates are found, otherwise inserts new records. |

## Supported Triggers

None listed.

## Creating MCP Server - Stand-alone vs Composio SDK

The Zoho bigin MCP server connects Claude Cowork to your Zoho bigin account through Composio. Once connected, Cowork can use the available Zoho bigin tools and triggers to complete tasks on your behalf.

## Complete Code

None listed.

## How to build Zoho bigin MCP Agent with another framework

- [ChatGPT](https://composio.dev/toolkits/zoho_bigin/framework/chatgpt)
- [Antigravity](https://composio.dev/toolkits/zoho_bigin/framework/antigravity)
- [OpenAI Agents SDK](https://composio.dev/toolkits/zoho_bigin/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/zoho_bigin/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/zoho_bigin/framework/claude-code)
- [Codex](https://composio.dev/toolkits/zoho_bigin/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/zoho_bigin/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/zoho_bigin/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/zoho_bigin/framework/cli)
- [Google ADK](https://composio.dev/toolkits/zoho_bigin/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/zoho_bigin/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/zoho_bigin/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/zoho_bigin/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/zoho_bigin/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/zoho_bigin/framework/crew-ai)

## Related Toolkits

- [Hubspot](https://composio.dev/toolkits/hubspot) - HubSpot is an all-in-one marketing, sales, and customer service platform. It lets teams nurture leads, automate outreach, and track every customer interaction in one place.
- [Pipedrive](https://composio.dev/toolkits/pipedrive) - Pipedrive is a sales management platform offering pipeline visualization, lead tracking, and workflow automation. It helps sales teams keep deals moving forward efficiently and never miss a follow-up.
- [Salesforce](https://composio.dev/toolkits/salesforce) - Salesforce is a leading CRM platform that helps businesses manage sales, service, and marketing. It centralizes customer data, enabling teams to drive growth and build strong relationships.
- [Apollo](https://composio.dev/toolkits/apollo) - Apollo is a CRM and lead generation platform that helps businesses discover contacts and manage sales pipelines. Use it to streamline customer outreach and track your deals from one place.
- [Attio](https://composio.dev/toolkits/attio) - Attio is a customizable CRM and workspace for managing your team's relationships and workflows. It helps teams organize contacts, automate tasks, and collaborate more efficiently.
- [Acculynx](https://composio.dev/toolkits/acculynx) - AccuLynx is a cloud-based roofing business management software for contractors. It streamlines project tracking, lead management, and document sharing.
- [Addressfinder](https://composio.dev/toolkits/addressfinder) - Addressfinder is a data quality platform for verifying addresses, emails, and phone numbers. It helps you ensure accurate customer and contact data every time.
- [Affinity](https://composio.dev/toolkits/affinity) - Affinity is a relationship intelligence CRM that helps private capital investors find, manage, and close more deals. It streamlines deal flow and surfaces key connections to help you win opportunities.
- [Agencyzoom](https://composio.dev/toolkits/agencyzoom) - AgencyZoom is a sales and performance platform built for P&C insurance agencies. It helps agents boost sales, retain clients, and analyze producer results in one place.
- [Bettercontact](https://composio.dev/toolkits/bettercontact) - Bettercontact is a smart contact enrichment tool for finding emails and phone numbers. It helps boost lead generation with automated, waterfall search across multiple sources.
- [Blackbaud](https://composio.dev/toolkits/blackbaud) - Blackbaud provides cloud-based software for nonprofits, schools, and healthcare institutions. It streamlines fundraising, donor management, and mission-driven operations.
- [Brilliant directories](https://composio.dev/toolkits/brilliant_directories) - Brilliant Directories is an all-in-one platform for building and managing online membership communities and business directories. It streamlines listings, member management, and engagement tools into a single, easy interface.
- [Capsule crm](https://composio.dev/toolkits/capsule_crm) - Capsule CRM is a user-friendly CRM platform for managing contacts and sales pipelines. It helps businesses organize relationships and streamline their sales process efficiently.
- [Centralstationcrm](https://composio.dev/toolkits/centralstationcrm) - CentralStationCRM is an easy-to-use CRM software focused on collaboration and long-term customer relationships. It helps teams manage contacts, deals, and communications all in one place.
- [Clientary](https://composio.dev/toolkits/clientary) - Clientary is a platform for managing clients, invoices, projects, proposals, and more. It streamlines client work and saves you serious admin time.
- [Close](https://composio.dev/toolkits/close) - Close is a CRM platform built for sales teams, combining calling, email automation, and predictive dialers. It streamlines sales workflows and boosts productivity with all-in-one communication tools.
- [Dropcontact](https://composio.dev/toolkits/dropcontact) - Dropcontact is a B2B email finder and data enrichment service for professionals. It delivers verified email addresses and enriches contact info with up-to-date data.
- [Dynamics365](https://composio.dev/toolkits/dynamics365) - Dynamics 365 is Microsoft's platform combining CRM, ERP, and productivity apps. It streamlines sales, marketing, service, and operations in one place.
- [Espocrm](https://composio.dev/toolkits/espocrm) - EspoCRM is an open-source web application for managing customer relationships. It helps businesses organize contacts, track leads, and streamline their sales process.
- [Fireberry](https://composio.dev/toolkits/fireberry) - Fireberry is a CRM platform that streamlines customer and sales management. It helps businesses organize contacts, automate sales, and integrate with other business tools.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Zoho bigin MCP?

With a standalone Zoho bigin MCP server, the agents and LLMs can only access a fixed set of Zoho bigin tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Zoho bigin and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with Claude Cowork?

Yes, you can. Claude Cowork fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Zoho bigin tools.

### Can I manage the permissions and scopes for Zoho bigin while using Tool Router?

Yes, absolutely. You can configure which Zoho bigin scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Zoho bigin data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
