Skip to content
LangChain

gogcli mcp sheets for LangChain

io.github.chrischall/gogcli-mcp-sheets

Extended Google Sheets for Claude via gogcli — auth + full Sheets support

client:LangChain transport:stdio runtime:npm

Install gogcli mcp sheets in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "gogcli-mcp-sheets": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "gogcli-mcp-sheets"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

gogcli mcp sheets in other clients