Skip to content
LangChain

mcp google sheets full for LangChain

io.github.moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.

client:LangChain transport:stdio runtime:npm

Install mcp google sheets full in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

mcp google sheets full in other clients