← Back to Plugins
MCP Server MCP

io.github.TeamTixxly/tixxly

github By github 👁 1 views ▲ 0 votes

Tixxly MCP server — connect AI agents to tours, experiences, and activities

Homepage Verified source GitHub

Install

npx -y @tixxly-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@tixxly-ai/travel-mcp",
      "version": "1.0.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Tixxly vendor API key (created from admin dashboard with mcp group)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TIXXLY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...