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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Everway MCP Server
Everway MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 3:01:42 PM

Everway MCP Server

User RatingsBe the first to rate and review this 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 β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "everway-mcp-server": {
      "url": "https://everway.ai/api/mcp"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

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.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    πŸ’» Developer Tools3 views
    Compare vs Openapi MCP Server β†’
  • Easy8 logoEasy8

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

    πŸ’» Developer Tools2 views
    Compare vs Easy8 β†’
  • 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 Tools8 views
    Compare vs Claude Task Master β†’
  • MCP Server Docker logoMCP Server Docker

    Integrate with Docker to manage containers, images, volumes, and networks.

    πŸ’» Developer Tools3 views
    Compare vs MCP Server Docker β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Everway MCP Server

Everway MCP Server is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "everway-mcp-server": { "url": "https://everway.ai/api/mcp" } }

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)
Last updatedJul 16, 2026
12/12 checks healthy over the last 46d
Views1
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 commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 16, 2026
39Quality signal: Fair Β· 39/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 & activity3/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 unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge 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 CodeSetup guides for all 13 MCP clients