Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Everway MCP Server
E
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:56:41 PM

Everway MCP Server

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Read and update your Everway trips and itineraries from any MCP-compatible AI assistant.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "everway-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "https://everway.ai"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Everway

Everway MCP Server

The official Model Context Protocol (MCP) server for Everway β€” connect Cursor, Claude, ChatGPT, or any MCP client to your real trips and itineraries.

MCP Compatible Auth: OAuth 2.1 Hosting: Everway Cloud

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

Code
https://everway.ai/api/mcp

One-click setup

Add to CursorAdd to VS Code
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.

Supported clients

Everway works with any client that supports remote MCP servers over streamable HTTP with OAuth, including:

ClientSetup reference
CursorCursor MCP docs
Claude (Claude.ai, Desktop, and Code)Claude MCP docs
OpenAI ChatGPTConnectors / MCP guide
Visual Studio Code (GitHub Copilot)VS Code MCP docs
Google Gemini CLIGemini CLI MCP docs

Manual configuration

config.json
{
  "mcpServers": {
    "everway": {
      "url": "https://everway.ai/api/mcp"
    }
  }
}

This repository also ships a .mcp.json for Claude Code and a server.json manifest for the MCP Registry.

Plugins and extensions

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

Code
/plugin marketplace add everway-ai/everway-mcp-server
/plugin install everway@everway

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

Code
gemini extensions install https://github.com/everway-ai/everway-mcp-server

Skills

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.

SkillWhat it does
add-bookings-from-textTurn pasted confirmations or trip notes into structured itinerary items.
trip-gap-auditFind what's missing: empty days, uncovered nights, missing transfers, no return flight.
daily-briefingAnswer "where am I, what do I do next?" with times, addresses, and confirmation numbers.
trip-budget-reportRoll up trip costs by category, day, or traveler β€” honest about what isn't priced yet.
share-tripAdd travelers, send view-only invites, and manage which bookings are shared or private.

What you can do

Ask about your trips:

  • "What's left to book on my Tokyo trip?"
  • "What time is my ferry on Saturday, and where does it leave from?"
  • "Which days have nothing planned yet?"
  • "What's the total cost of my trip so far?"

Or tell it what to do:

  • "Add my rental car pickup at 9am Friday to the Lisbon trip."
  • "Move my hotel checkout to the 12th."
  • "Create a trip called Amalfi for June 10–17."
  • "Invite sam@example.com to view this trip."

Changes made by your assistant show up instantly in the Everway app, on your maps, and for anyone you've shared the trip with.

Supported tools

ToolWhat it does
get_accountThe signed-in account: email, plan, and whether it can create another trip.
list_tripsAll trips the user owns or was invited to view.
get_tripA single trip with the user's role on it.
create_tripCreate a trip with a name and dates.
update_tripUpdate a trip's name or dates.
update_trip_aliasChange the trip's @everway.ai forwarding address.
list_itinerary_itemsEvery itinerary item on a trip the user can see.
add_itinerary_itemAdd a flight, lodging, restaurant, or activity; addresses are geocoded automatically.
update_itinerary_itemUpdate an existing itinerary item.
delete_itinerary_itemDelete an itinerary item.
set_item_visibilityShare an item with the trip or make it private again.
set_item_peopleAttach trip people to an item (passengers, guests, diners).
list_trip_peopleEveryone on a trip: owner, guests, and travelers found in bookings.
add_trip_personAdd a traveler to the trip's people list.
rename_trip_personRename a traveler who has no Everway account.
remove_trip_personRemove a traveler from the trip and its items.
list_invitesView-only invites on a trip and their status.
invite_viewerEmail someone a view-only invite to the trip.
revoke_inviteRevoke 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).

Authentication

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.

Data and security

  • Your assistant acts as you, with your exact permissions: it can view and edit trips you own, and view trips shared with you. It can't reach anyone else's trips or another traveler's private bookings.
  • No inbox access. Everway never connects to your mailbox, and neither does your assistant. It only sees the trips and itinerary items already in your Everway account.
  • All traffic is encrypted in transit over HTTPS.
  • Invite tokens and other single-use secrets are never exposed to agents.

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.

Requirements

  • An Everway account β€” the MCP connection is included on every plan, free and Pro.
  • An MCP-compatible client that supports remote servers.
  • A browser to complete the OAuth sign-in.

What's in this repo

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 documentation
  • server.json β€” the MCP Registry entry
  • .mcp.json, .claude-plugin/, .cursor-plugin/, gemini-extension.json β€” client manifests
  • skills/ β€” agent skills for common travel tasks
  • scripts/validate-template.mjs β€” validates the manifests and skills (node scripts/validate-template.mjs)

Support and feedback

  • Product documentation: everway.ai/mcp
  • Problems with the hosted server, sign-in, or your account: support@everway.ai
  • Problems or ideas for this repo's docs, manifests, or skills: open an issue
  • Want to contribute? See CONTRIBUTING.md and the Code of Conduct.

License

This repository (documentation, configuration manifests, and skills) is licensed under the MIT License. The Everway service itself is proprietary β€” see the terms of service.

Related MCP Servers

View all in Developer Tools View all alternatives
  • E
    Everway MCP Server

    Read and update your Everway trips and itineraries from any MCP-compatible AI assistant.

    πŸ’» Developer Tools0 views
    Compare vs Everway MCP Server β†’
  • E
    Easy8

    Connect AI assistants to Easy8 β€” read and update projects, issues, and comments.

    πŸ’» Developer Tools0 views
    Compare vs Easy8 β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’

Frequently Asked Questions about Everway MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "everway-mcp-server": { "command": "npx", "args": ["-y", "Everway MCP Server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEverway MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/everway-mcp-server?style=directory)](https://allmcps.com/mcp/everway-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/everway-mcp-server"><img src="https://allmcps.com/api/badge/everway-mcp-server?style=directory" alt="Everway MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit25d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 16, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Everway MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code