Skip to main content
Connect an OpenAI gpt-4o agent to the Airbnb MCP server over stdio and search property listings.
airbnb.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Prepare Node.js

The MCP server runs with npx. Install Node.js, then verify the commands:
4

Export your OpenAI API key

5

Run the example

Save the code above as airbnb.py, then run:
Full source: cookbook/91_tools/mcp/airbnb.py