tixxly for LangChain
io.github.teamtixxly/tixxly
Tixxly MCP server — connect AI agents to tours, experiences, and activities
client:LangChain
transport:stdio
runtime:npm
Install tixxly in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tixxly": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@tixxly-ai/travel-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs