Xero MCP Server by CData
@CDataSoftware
关于 Xero MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Xero (beta): https://www.cdata.com/download/download.aspx?sku=DXZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\xero.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Xero MCP Server by CData?
Xero MCP Server by CData is a read-only Model Context Protocol server that allows LLMs (like Claude Desktop) to query live Xero data using natural language questions. It wraps the CData JDBC Driver for Xero, which exposes Xero accounting data as relational SQL models, and makes that data available through a simple MCP interface.
How to use Xero MCP Server by CData?
- Clone the repository and build with Maven (
mvn clean install). - Download and install the CData JDBC Driver for Xero, then license it by running
java -jar cdata.jdbc.xero.jar --license. - Use the driver’s Connection String utility to configure OAuth and test connectivity.
- Create a
.prpfile with JDBC connection properties (prefix, driver path, JDBC URL, etc.). - Add the server to your Claude Desktop config (
claude_desktop_config.json) using thejava -jarcommand with the.prpfile. - Run or restart Claude Desktop. Ask natural language questions about Xero data (e.g., “How many open tickets do I have?”).
Key features of Xero MCP Server by CData
- Read-only access to live Xero data via MCP
- Natural language queries – no SQL required
- Built on the CData JDBC Driver for Xero
- Supports standard MCP tools: get_tables, get_columns, run_query
- Runs locally via stdio transport
- Configured through a simple
.prpfile
Use cases of Xero MCP Server by CData
- Ask about account balances, invoices, or contacts in Xero
- Analyze sales trends or expense categories using natural language
- Retrieve customer payment history without writing SQL
- Integrate Xero data into AI assistants for financial reporting
FAQ from Xero MCP Server by CData
Is this server read-only?
Yes. This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, check out the free CData MCP Server for Xero (beta).
What are the dependencies and runtime requirements?
Java and Maven are required to build and run the server. You also need the CData JDBC Driver for Xero, which must be licensed (trial or full key).
Where does the data live?
Data remains in Xero. The server queries live data through the JDBC driver and does not store it locally.
What transport does the server use?
The server uses stdio transport and can only be used with clients running on the same machine.
How is authentication handled?
OAuth authentication is configured via the CData JDBC Driver’s Connection String utility. You will need to authenticate in your browser during setup.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论