Read and update your Everway trips and itineraries from any MCP-compatible AI assistant.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
The official Model Context Protocol (MCP) server for Everway β connect Cursor, Claude, ChatGPT, or any MCP client to your real trips and itineraries.
Everway turns forwarded confirmation emails into one day-by-day itinerary. This MCP server is a hosted bridge between your Everway account and MCP-compatible AI tools: once connected, your assistant can read your itinerary, answer questions about your plans, and add or update bookings β all with your permissions, and without ever touching your inbox.
Server URL
| Ask about your trips and add bookings from Cursor. | Read and update itineraries via GitHub Copilot. |
For any other client, add a remote MCP server with the URL above. A browser sign-in handles the rest β no API keys to generate, copy, or rotate.
Everway works with any client that supports remote MCP servers over streamable HTTP with OAuth, including:
| Client | Setup reference |
|---|---|
| Cursor | Cursor MCP docs |
| Claude (Claude.ai, Desktop, and Code) | Claude MCP docs |
| OpenAI ChatGPT | Connectors / MCP guide |
| Visual Studio Code (GitHub Copilot) | VS Code MCP docs |
| Google Gemini CLI | Gemini CLI MCP docs |
This repository also ships a .mcp.json for Claude Code and a server.json manifest for the MCP Registry.
Beyond the raw server URL, this repo packages Everway as a plugin for clients that support them β each bundles the MCP connection together with the skills:
Claude Code
Cursor
The .cursor-plugin manifest packages the MCP server and skills as a Cursor plugin. You can also just add the server URL directly β see one-click setup.
Gemini CLI
The skills/ directory contains agent skills for the travel tasks people actually repeat. Clients that support skills (Claude Code, Cursor) pick them up automatically via the plugin manifests.
| Skill | What it does |
|---|---|
add-bookings-from-text | Turn pasted confirmations or trip notes into structured itinerary items. |
trip-gap-audit | Find what's missing: empty days, uncovered nights, missing transfers, no return flight. |
daily-briefing | Answer "where am I, what do I do next?" with times, addresses, and confirmation numbers. |
trip-budget-report | Roll up trip costs by category, day, or traveler β honest about what isn't priced yet. |
share-trip | Add travelers, send view-only invites, and manage which bookings are shared or private. |
Ask about your trips:
Or tell it what to do:
Changes made by your assistant show up instantly in the Everway app, on your maps, and for anyone you've shared the trip with.
| Tool | What it does |
|---|---|
get_account | The signed-in account: email, plan, and whether it can create another trip. |
list_trips | All trips the user owns or was invited to view. |
get_trip | A single trip with the user's role on it. |
create_trip | Create a trip with a name and dates. |
update_trip | Update a trip's name or dates. |
update_trip_alias | Change the trip's @everway.ai forwarding address. |
list_itinerary_items | Every itinerary item on a trip the user can see. |
add_itinerary_item | Add a flight, lodging, restaurant, or activity; addresses are geocoded automatically. |
update_itinerary_item | Update an existing itinerary item. |
delete_itinerary_item | Delete an itinerary item. |
set_item_visibility | Share an item with the trip or make it private again. |
set_item_people | Attach trip people to an item (passengers, guests, diners). |
list_trip_people | Everyone on a trip: owner, guests, and travelers found in bookings. |
add_trip_person | Add a traveler to the trip's people list. |
rename_trip_person | Rename a traveler who has no Everway account. |
remove_trip_person | Remove a traveler from the trip and its items. |
list_invites | View-only invites on a trip and their status. |
invite_viewer | Email someone a view-only invite to the trip. |
revoke_invite | Revoke a view-only invite. |
Write tools respect the same rules as the app: owner-only actions stay owner-only, and free-plan limits apply (a second trip on the free plan prompts an upgrade instead of failing silently).
The server uses OAuth 2.1 with dynamic client registration. The first time your client connects, it opens Everway in the browser; you sign in with the one-time code we email you and approve access. No passwords, no API keys.
The connection is scoped to your account. To disconnect, remove Everway from your client's MCP settings β the access token stops working on the next request.
MCP clients can perform actions in Everway with your existing permissions. Only connect clients you trust, and review high-impact changes before confirming. See SECURITY.md for how to report a vulnerability.
The server runs as a hosted service at everway.ai/api/mcp and isn't part of this repo. What lives here are the public-facing pieces:
README.md β this documentationserver.json β the MCP Registry entry.mcp.json, .claude-plugin/, .cursor-plugin/, gemini-extension.json β client manifestsskills/ β agent skills for common travel tasksscripts/validate-template.mjs β validates the manifests and skills (node scripts/validate-template.mjs)This repository (documentation, configuration manifests, and skills) is licensed under the MIT License. The Everway service itself is proprietary β see the terms of service.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/everway-mcp-server-2)<a href="https://allmcps.com/mcp/everway-mcp-server-2"><img src="https://allmcps.com/api/badge/everway-mcp-server-2?style=directory" alt="Everway MCP Server on AllMCPs" /></a>