Collaborate with Google Chat — send messages, manage spaces, add reactions, and list members via the Google Chat API.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"google-chat": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-google-chat",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify google chat credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Collaborate with Google Chat — send messages, manage spaces, add reactions, and list members via the Google Chat API.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-google-chat
This MCP server gives AI agents access to Google Chat via 12 tools. Connect it to any Aerostack workspace and your agents can interact with Google Chat directly.
| Tool | Description |
|---|---|
list_spaces | List Google Chat spaces the user is a member of |
get_space | Get details of a specific space |
list_messages | List messages in a space |
get_message | Get a specific message |
send_message | Send a message to a space |
update_message | Update the text of a message |
delete_message | Delete a message from a space |
list_members | List members of a space |
get_member | Get a specific member of a space |
create_reaction | Add an emoji reaction to a message |
list_reactions | List reactions on a message |
delete_reaction | Delete a reaction from a message |
| Variable | Required | Description |
|---|---|---|
GOOGLE_ACCESS_TOKEN | Yes | Personal access token or service token from the provider |
Add the following secrets under Project → Secrets:
GOOGLE_ACCESS_TOKENOnce added, every AI agent in your workspace can use Google Chat tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-google-chat \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-GOOGLE-ACCESS-TOKEN: your-google-access-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_spaces","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-google-chat
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Design creation, AI generation, editing, export, assets, brand kits, folders via Canva's official MCP
by @aerostack
Conversations, contacts, tickets, articles via Intercom's official MCP
by @aerostack
Call Claude models directly — run AI conversations, tool-use chains, batch jobs, and model comparisons from any agent.
by @aerostack
Deployments, projects, domains, env vars, logs via Vercel's official MCP
by @aerostack
Read, send, and search Gmail messages — manage labels, drafts, and attachments with full inbox control.
by @aerostack
Manage audiences, campaigns, and subscriber tags in Mailchimp — automate your email marketing with AI.
Yes. The Google Chat MCP includes a create_reaction tool that lets Claude create reactions in your Google Chat account from a plain-English prompt. You can also update and delete reactions — no Google Chat UI needed.
Yes. The Google Chat MCP includes tools to list and retrieve spaces from your Google Chat account. Claude can filter, sort, and summarize spaces based on your instructions.
Yes. The Google Chat MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 12 Google Chat tools are available everywhere you connect it — install once on Aerostack.
Yes. The Google Chat MCP includes tools to update messages in your Google Chat account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Google Chat API.