amadeus mcp for Cursor
io.github.mrfentmen/amadeus-mcp
MCP server for Amadeus travel: flights, hotels, airports. Free test key.
client:Cursor
transport:stdio
runtime:npm
Install amadeus mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"amadeus-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"amadeus-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs