mcpbeat Sign in

Amadeus MCP Server

local only

Amadeus MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

MCP server for Amadeus travel: flights, hotels, airports. Free test key.

Installs / week
npm · amadeus-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Amadeus MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add amadeus-mcp -- npx -y amadeus-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "amadeus-mcp": {
      "args": [
        "-y",
        "amadeus-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.amadeus-mcp]
command = "npx"
args = ["-y", "amadeus-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "amadeus-mcp": {
      "args": [
        "-y",
        "amadeus-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "amadeus-mcp": {
      "args": [
        "-y",
        "amadeus-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Amadeus MCP

same job, measured the same way
Testdino MCP
by testdino-inc

A MCP server for TestDino

1 059 installs/wk local only
Test Case Generator AI MCP
by csoai-org

AI-powered test case generator ai MCP server for agents. Supports generate test cases, generate

167 installs/wk local only
I
Elias MCP Sample Server
by elpadev

A sample MCP server for testing

81 installs/wk local only
Tasks Example
by alpic-tasks-example-ca49f0f6

A test MCP server for task management

2 tools answering
Appstore Connect
by sardorbekr

MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.

46 installs/wk local only
Testlink MCP
by eason0in

AI-friendly, safety-first TestLink MCP server

36 installs/wk local only
MCP Compliance
by yawlabs

CLI tool and MCP server that tests MCP servers for spec compliance

978 installs/wk local only
Hindsight MCP
by rbfinch

MCP server for AI-assisted coding with development history: git, tests, Copilot.

local only

Amadeus MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Amadeus MCP?
Amadeus MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package amadeus-mcp.
How do I connect Amadeus MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls amadeus-mcp straight from npm; nothing to host, nothing to sign up for.
Is Amadeus MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.