ShareGrokBots for LangChain
io.github.legacyinmotion/sharegrokbots
Search shared Grok Bots by what they do. Credit the creator. No prompt text.
client:LangChain
transport:streamable-http
tools:7
Install ShareGrokBots in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sharegrokbots": {
"transport": "streamable_http",
"url": "https://mcp.sharegrokbots.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs