ryanzq26/gchat-mcp
If you are the rightful owner of gchat-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP server for Google Chat integration with Claude Code, enabling interaction with Google Chat through natural language.
Tools
Functions exposed to the LLM to take actions
list_spaces
List all accessible spaces.
get_space
Get space details.
create_space
Create a new space.
update_space
Update space settings.
delete_space
Delete a space.
setup_space
Create space and add members in one operation.
find_direct_message
Find existing DM with a user.
complete_import_space
Finalize space import.
list_messages
List messages in a space.
get_message
Get a specific message.
send_message
Send a message.
reply_to_message
Reply to a message.
update_message
Edit a message.
delete_message
Delete a message.
list_members
List space members.
get_member
Get member details.
create_member
Add a member.
update_member
Change member role.
delete_member
Remove a member.
create_reaction
Add emoji reaction.
list_reactions
List all reactions on a message.
delete_reaction
Remove a reaction.
get_attachment
Get attachment details.
get_space_event
Get event details.
list_space_events
List space events.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client