Fantasy Tabletop Helper for LangChain
io.github.kushaim/ftthelper-mcp
Read-only access to your tabletop campaigns: codex, sessions, and session notes.
client:LangChain
transport:streamable-http
Install Fantasy Tabletop Helper in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ftthelper-mcp": {
"transport": "streamable_http",
"url": "https://www.fantasytabletophelper.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs