A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A collection of examples demonstrating how to build AI agents that integrate with the Xero API using various agentic fra
A comprehensive collection of examples demonstrating how to build AI agents that integrate with the Xero API using various agentic frameworks and the Xero MCP (Model Context Protocol) Server.
This repository provides practical examples of building intelligent agents that can interact with Xero accounting data using different AI frameworks. Each example demonstrates how to leverage the Xero MCP Server to provide agents with structured access to Xero's comprehensive accounting functionality.
The examples in this repository show how to create AI agents that can:
Demonstrates integration with Google's Agent Development Kit (ADK), featuring:
Advanced LangChain integration showcasing:
OpenAI Agents SDK implementation featuring:
TypeScript implementation of OpenAI Agents SDK with:
TypeScript LangChain integration featuring:
Clone the repository:
git clone https://github.com/xeroapi/xero-agent-toolkit.git
cd xero-agent-toolkit
Choose your preferred framework and navigate to its directory
Follow the specific README in each subdirectory for detailed setup instructions
Set up your environment variables as specified in each example
Run the examples to see AI agents in action with Xero
All examples in this repository use the Xero MCP Server as the bridge between AI frameworks and the Xero API. This architecture provides:
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ AI Framework │ ←→ │ Xero MCP │ ←→ │ Xero API │
│ (LangChain, │ │ Server │ │ │
│ OpenAI, etc.) │ │ │ │ │
└─────────────────┘ └─────────────────┘ └─────────────────┘
We welcome contributions! Whether you want to:
Please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Ready to build intelligent accounting agents? Choose your preferred framework from the examples above and start building! 🚀
MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba