Skip to content
LangChain

tabletopsimulator for LangChain

io.github.doc2mcp/tabletopsimulator

MCP server for tabletopsimulator documentation, generated by doc2mcp.

client:LangChain transport:streamable-http

Install tabletopsimulator in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "tabletopsimulator": {
            "transport": "streamable_http",
            "url": "https://doc2mcp.site/api/mcp/1b5ee653-f763-415b-8d1b-46c60f17b363/mcp",
        }
})

tools = await client.get_tools()

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

tabletopsimulator in other clients