Skip to content
LangChain

mcp tomticket for LangChain

io.github.glira/mcp-tomticket

TomTicket helpdesk MCP: tickets, replies, time, customers, chats, and KB

client:LangChain transport:stdio runtime:npm

Install mcp tomticket in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp-tomticket": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "mcp-tomticket"],
        }
})

tools = await client.get_tools()

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

mcp tomticket in other clients