# How to connect GoTable to Claude

```json
{
  "title": "How to connect GoTable to Claude",
  "toolkit": "GoTable",
  "toolkit_slug": "go_table",
  "framework": "Claude Cowork",
  "framework_slug": "claude-cowork",
  "url": "https://composio.dev/toolkits/go_table/framework/claude-cowork",
  "markdown_url": "https://composio.dev/toolkits/go_table/framework/claude-cowork.md",
  "updated_at": "2026-08-28T05:32:46.467Z"
}
```

## Introduction

Claude is Anthropic's AI assistant, available on the web, in the desktop app, and on mobile. Cowork is its agent for knowledge work, and it runs on all of those surfaces too. Connected to your apps, Claude can work with your files and services to accomplish complex tasks on your behalf.
This guide walks you through the easiest and most secure way to connect your GoTable account to Claude via Composio Connect, enabling it to reserve a table for two tonight, list available tables for Saturday dinner, create special offer for weekday lunches, and more such actions on your behalf without compromising your account security.
Setup is the same on Claude Web, Desktop, and Cowork, and you only need to do it once. The connector is tied to your account, so it's available in all three.

## Also integrate GoTable with

- [ChatGPT Work](https://composio.dev/toolkits/go_table/framework/chatgpt)
- [Hermes](https://composio.dev/toolkits/go_table/framework/hermes-agent)

## Connect GoTable to Claude Cowork

### Connecting GoTable to Claude Web, Desktop, and Cowork
Two ways to add the Composio connector. Pick whichever you prefer.
### 1. Add with one click
Click the button. Claude opens with the Composio connector filled in. Click Add, then go to step 2.
[Add to Claude](https://claude.ai/customize/connectors?modal=add-custom-connector&connectorName=Composio&connectorUrl=https%3A%2F%2Fconnect.composio.dev%2Fmcp)
### Add manually
In Claude Desktop, click Customize in the left sidebar, then select Connectors and click the + icon at the top.
Click Add custom connector and paste in the Composio MCP server URL:

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

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

The GoTable MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your GoTable account. It provides structured and secure access so your agent can perform GoTable operations on your behalf.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `GO_TABLE_CANCEL_RESERVATION` | Cancel Reservation | Irreversibly cancel a finalized reservation or reject a pending reservation. The selected role controls GoTable's default communication. |
| `GO_TABLE_CREATE_RESERVATION` | Create Reservation | Create a reservation or walk-in. Guest-role calls enforce availability and may trigger guest-facing operational communication. |
| `GO_TABLE_CREATE_RESERVATION_NOTE` | Create Reservation Note | Attach an HTML note to a reservation under an account that has access to the restaurant. |
| `GO_TABLE_GET_AVAILABILITY` | Get Availability | Return restaurant-wide availability, or availability for one offer when offer_id is provided, over a date range of at most three months. |
| `GO_TABLE_GET_GUEST` | Get Guest | Return one guest profile by restaurant and guest ID. |
| `GO_TABLE_GET_OFFER` | Get Offer | Return one booking offer by restaurant and offer ID. |
| `GO_TABLE_GET_RESERVATION` | Get Reservation | Return one reservation by restaurant and reservation ID. |
| `GO_TABLE_GET_RESTAURANT` | Get Restaurant | Return details for one accessible restaurant by ID. |
| `GO_TABLE_GET_TABLE` | Get Table | Return one physical table by restaurant and table ID. |
| `GO_TABLE_GET_TABLE_COMBINATION` | Get Table Combination | Return one configured table combination by restaurant and combination ID. |
| `GO_TABLE_LIST_ACCOUNTS` | List Restaurant Accounts | Return one page of user accounts that can access a restaurant, including IDs usable as reservation-note authors. |
| `GO_TABLE_LIST_GUESTS` | List Guests | Return one page of restaurant guests, optionally filtered with GoTable's guest search syntax. |
| `GO_TABLE_LIST_OFFERS` | List Offers | Return one page of booking offers configured for a restaurant. |
| `GO_TABLE_LIST_RESERVATION_NOTES` | List Reservation Notes | Return all notes attached to one reservation. |
| `GO_TABLE_LIST_RESERVATIONS` | List Reservations | Return one page of reservations for a restaurant, optionally filtered with GoTable's reservation search syntax. |
| `GO_TABLE_LIST_RESTAURANTS` | List Restaurants | Return one page of restaurants accessible to the connected GoTable account. |
| `GO_TABLE_LIST_TABLE_COMBINATIONS` | List Table Combinations | Return one page of configured table combinations for a restaurant. |
| `GO_TABLE_LIST_TABLES` | List Tables | Return one page of physical tables configured for a restaurant. |
| `GO_TABLE_UPDATE_RESERVATION` | Update Reservation | Update selected details of an existing reservation, including its schedule, party, guest data, comments, duration, or table assignment. Omitted fields remain unchanged. |

## Supported Triggers

None listed.

## Troubleshooting

### 1. Why does Claude not use the Composio connector for GoTable?

The connector can show as connected, but Claude must use it in each GoTable conversation.
- Click + at the lower left of the chat, or type /.
- Hover Connectors.
- Turn on Composio.
- Ask Claude to connect to GoTable again.

### 2. Why does Claude show an MCP server error before GoTable connects?

Claude can show Couldn't reach the MCP server or Authorization with the MCP server failed when you add the connector for GoTable.
- Check that the connector URL is https://connect.composio.dev/mcp.
- Connectors run from Anthropic's cloud, so your device network is usually not the problem.
- Add the connector again from Customize > Connectors, then ask Claude to connect GoTable.
- If it fails again, send the error and the ofid_ reference id to support@composio.dev.

### 3. Why does the GoTable authorization link not work?

The Composio connector is one server. Your GoTable account connects separately when Claude asks for it.
- If the browser does not open, or the link expires, ask Claude to retry the GoTable connection.
- Composio creates a fresh GoTable authorization link.
- Open that link in your browser and finish the GoTable sign-in.

### 4. Why do GoTable actions fail after they worked before?

The GoTable connection can expire or lose permission.
- Ask Claude to inspect the GoTable connection.
- If the connection is unhealthy, disconnect it when Claude prompts you.
- Reconnect the GoTable account and retry the action.
- If Claude shows a permission prompt, approve it before Claude changes data in GoTable.
- If the action still fails with a permission error, check that the connected account has that permission in GoTable itself.

### 5. How do I switch to a different GoTable account?

Claude can manage the GoTable connection for you.
- Ask Claude to disconnect or delete the current GoTable account.
- Ask Claude to connect GoTable again.
- Open the new Composio authorization link for GoTable.
- Sign in with the other GoTable account in the browser.
- After the account connects, ask Claude to retry the GoTable task.

### 6. Why is my GoTable connection missing in Claude Desktop or on a Team plan?

The connector belongs to your Claude account, so your GoTable connection works in Claude Web, Desktop, and Cowork.
- In Claude Desktop, open Customize > Connectors.
- Next to Composio, click ⋮ and click Clear cache.
- If GoTable tools still do not appear, click ⋮, disconnect, remove the connector, and add it again.
- On Team or Enterprise, an Owner or Primary Owner must enable the connector before you can connect GoTable.

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

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

## Complete Code

None listed.

## How to build GoTable MCP Agent with another framework

- [ChatGPT Work](https://composio.dev/toolkits/go_table/framework/chatgpt)
- [Hermes](https://composio.dev/toolkits/go_table/framework/hermes-agent)

## Related Toolkits

- [Google Calendar](https://composio.dev/toolkits/googlecalendar) - Google Calendar is a time management service for scheduling meetings, events, and reminders. It streamlines personal and team organization with integrated notifications and sharing options.
- [Apaleo](https://composio.dev/toolkits/apaleo) - Apaleo is a cloud-based property management platform for hospitality businesses. It centralizes reservations, billing, and daily operations for smoother hotel management.
- [Appointo](https://composio.dev/toolkits/appointo) - Appointo is an appointment booking platform for Shopify stores. It lets businesses add online scheduling to their websites with zero coding.
- [Bart](https://composio.dev/toolkits/bart) - Bart is the Bay Area Rapid Transit system, providing fast public transportation across the San Francisco Bay Area. It helps commuters and travelers get real-time schedule info, plan routes, and stay updated on service changes.
- [Blue Pillow Hotels & Stays](https://composio.dev/toolkits/bluepillow) - Blue Pillow Hotels & Stays is a hotel and stay discovery platform offering live offers, recommendations, and booking handoff. It helps surface and compare real-time deals and validate bookings for smoother reservations.
- [Bookingmood](https://composio.dev/toolkits/bookingmood) - Bookingmood is commission-free booking software for rental businesses. It lets you manage reservations and sync bookings directly on your website.
- [Booqable](https://composio.dev/toolkits/booqable) - Booqable is a rental software platform for managing inventory, bookings, and reservations. It helps businesses streamline rentals and keep track of every item with ease.
- [Cal](https://composio.dev/toolkits/cal) - Cal is a meeting scheduling platform that offers shareable booking links and real-time calendar syncing. It streamlines the process of finding mutual availability to make scheduling effortless.
- [Calendarhero](https://composio.dev/toolkits/calendarhero) - Calendarhero is a powerful scheduling platform that streamlines your calendar management across multiple services. It helps you efficiently schedule, reschedule, and organize meetings without the back-and-forth.
- [Calendly](https://composio.dev/toolkits/calendly) - Calendly is an appointment scheduling tool that automates meeting invitations, availability checks, and reminders. It helps individuals and teams avoid endless email back-and-forth when booking meetings.
- [Calendly MCP](https://composio.dev/toolkits/calendly_mcp) - Calendly is an appointment scheduling platform that manages event types, availability, and invites. Use it to automate booking, reduce back-and-forth, and surface open times quickly.
- [Check Cherry](https://composio.dev/toolkits/check_cherry) - Check Cherry is a business management platform for photography and event service companies. It helps teams manage leads, bookings, appointments, offerings, payments, and workflows in one place.
- [Cronfree Time Scheduler](https://composio.dev/toolkits/cronfree_time_scheduler) - Cronfree Time Scheduler is an API-based scheduler for recurring webhook calls. Use it to create and remove timezone-aware schedules without running cron.
- [Etermin](https://composio.dev/toolkits/etermin) - eTermin is an online appointment scheduling platform for businesses to manage bookings. It streamlines client appointments, saving time and reducing scheduling conflicts.
- [Evenium](https://composio.dev/toolkits/evenium) - Evenium is an all-in-one platform for managing professional events, from planning to analysis. It helps teams simplify event logistics, boost engagement, and track every detail in one place.
- [Eventee](https://composio.dev/toolkits/eventee) - Eventee is a user-friendly event management platform for mobile and web. It boosts attendee engagement for in-person, virtual, and hybrid events.
- [Eventzilla](https://composio.dev/toolkits/eventzilla) - Eventzilla is an event management platform for creating, promoting, and running events. It streamlines ticketing, registration, and attendee coordination for organizers.
- [Humanitix](https://composio.dev/toolkits/humanitix) - Humanitix is a not-for-profit ticketing platform that donates 100% of profits to charity. It empowers event organizers to make social impact with every ticket sold.
- [Ignav Flights](https://composio.dev/toolkits/ignav_flights) - Ignav Flights is a flight search API for airports, fares, itineraries, and booking links. It helps apps compare routes and prices fast, so travelers can find practical options sooner.
- [Lodgify](https://composio.dev/toolkits/lodgify) - Lodgify is an all-in-one vacation rental software for property managers and owners. It centralizes bookings, guest messaging, and channel synchronization in one dashboard.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and GoTable MCP?

With a standalone GoTable MCP server, the agents and LLMs can only access a fixed set of GoTable tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from GoTable 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 GoTable tools.

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

Yes, absolutely. You can configure which GoTable 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 GoTable data and credentials are handled as safely as possible.

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