Google Chat MCP Server

Connect Google Chat to Claude via the Model Context Protocol

1 Authenticate with Google

Enter your email address to connect your Google account. This grants the server access to your Google Chat on your behalf.

2 Add the MCP Server to Claude

Open Claude Desktop and go to Settings → MCP Servers. Add a new server with these details:

{ "google-chat": { "type": "sse", "url": "https://gchat-connector.in.exotel.com/mcp/sse" } }

Alternatively, you can add it via the Claude Code CLI:

claude mcp add google-chat \ --transport sse \ "https://gchat-connector.in.exotel.com/mcp/sse"

3 Start Using

Once authenticated and connected, you can ask Claude to interact with your Google Chat. Make sure to tell Claude your email so it can use your credentials.

Tip: Start with "My Google Chat user ID is your-email@exotel.com" at the beginning of your conversation so Claude knows which account to use.

Available Tools

The following Google Chat capabilities are exposed to Claude:

list_spacesBrowse your spaces
get_spaceSpace details
create_spaceCreate new spaces
list_messagesRead conversations
get_messageMessage details
send_messageSend messages
reply_to_messageReply in threads
list_membersSpace members
get_memberMember details
get_auth_statusCheck auth state