Google Chat MCP for LangChain
io.github.a1-x-tech/mcp-google-chat
MCP server for the Google Chat API: spaces, messages, threads, reactions and memberships.
client:LangChain
transport:stdio
runtime:npm
Install Google Chat MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-google-chat": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "mcp-google-chat"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs