Sheet Best MCP for LangChain
io.github.sheetbest/sheet-best
Connect AI assistants to Google Sheets through controlled tools for reading and updating rows.
client:LangChain
transport:streamable-http
Install Sheet Best MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sheet-best": {
"transport": "streamable_http",
"url": "https://mcp.sheetbest.com/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs