Skip to content
LangChain

Bible Study for LangChain

io.github.mctx-ai/bible-study

Study the Bible in its original languages, trace themes across both testaments, and compare five tra

client:LangChain transport:sse

Install Bible Study in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "bible-study": {
            "transport": "streamable_http",
            "url": "https://bible-study.mctx.ai/v1.11.3",
        }
})

tools = await client.get_tools()

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

Bible Study in other clients