Skip to content
Cursor

travel mcp for Cursor

io.github.akinduko/travel-mcp

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

client:Cursor transport:stdio runtime:npm

Install travel mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "travel-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tixxly-ai/travel-mcp"
      ],
      "env": {
        "TIXXLY_API_KEY": "<TIXXLY_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

travel mcp in other clients