Xero MCP Server

Official
# OpenAI agents example This is an example of how to use the Xero MCP Server with OpenAI's agents SDK. You'll need to install the OpenAI agents SDK in order to run it: ``` pip install openai-agents ``` and set the following environment variables: ``` export XERO_CLIENT_ID=your_xero_client_id export XERO_CLIENT_SECRET=your_xero_client_secret export OPENAI_API_KEY=your_openai_api_key ``` ## Details The example will then ask you for a prompt - get creative!