cabin flights for Cursor
io.github.kobuta23/cabin-flights
Search and book real flights with USDC on Base. 500+ airlines, crypto-native payments.
client:Cursor
transport:stdio
runtime:npm
Install cabin flights in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cabin-flights": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cabin-flights"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs