Skip to content
LangChain

tibiawiki mcp for LangChain

sh.tibia/tibiawiki-mcp

TibiaWiki knowledge base: attribute queries over creatures, items, NPCs, quests and spells

client:LangChain transport:streamable-http runtime:npm tools:9

Install tibiawiki mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "tibiawiki-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.tibia.sh/wiki",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

tibiawiki mcp in other clients