Catalog
io.github.TeamTixxly/tixxly
OfficialTixxly MCP server — connect AI agents to tours, experiences, and activities
Connect AI agents to tour and activity booking platforms for experience management.
README not available yet.
Install
Configuration
Environment variables
TIXXLY_API_KEYrequiredsecretTixxly vendor API key (created from admin dashboard with mcp group)
claude_desktop_config.json
{
"mcpServers": {
"tixxly": {
"command": "npx",
"args": [
"-y",
"@tixxly-ai/travel-mcp@1.0.7"
],
"env": {
"TIXXLY_API_KEY": "<YOUR_TIXXLY_API_KEY>"
}
}
}
}