Skip to content
Cursor

kiwi mcp for Cursor

io.github.mrfentmen/kiwi-mcp

MCP server for Kiwi.com flights: search, airlines. Needs a free API key.

client:Cursor transport:stdio runtime:npm

Install kiwi mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "kiwi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kiwi-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kiwi mcp in other clients