MYOB AccountRight MCP Server by CData
@CDataSoftware
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 MYOB AccountRight (beta): https://www.cdata.com/download/download.aspx?sku=UMZK-V&type=beta
Overview
What is MYOB AccountRight MCP Server by CData?
MYOB AccountRight MCP Server by CData is a read-only MCP (Model Context Protocol) server that allows LLMs such as Claude Desktop to query live MYOB AccountRight data using natural language, powered by the CData JDBC Driver for MYOB AccountRight.
How to use MYOB AccountRight MCP Server by CData?
Clone the repository, build with Maven, install and license the CData JDBC Driver, configure the connection string using the driver’s utility, create a .prp file with JDBC properties, then configure Claude Desktop’s claude_desktop_config.json to point to the server JAR and .prp file. Run or refresh the client to start querying with natural language.
Key features of MYOB AccountRight MCP Server by CData
- Read‑only access to MYOB AccountRight data via MCP
- Natural language querying through AI clients like Claude
- Uses CData JDBC Driver for connectivity and SQL modeling
- Provides tools for listing tables, columns, and running SELECT queries
- JSON‑RPC based interface for programmatic use
- MIT licensed open‑source project
Use cases of MYOB AccountRight MCP Server by CData
- Ask LLMs about business metrics from MYOB AccountRight
- Analyze accounting data without writing SQL commands
- Integrate MYOB AccountRight insights into conversational AI workflows
FAQ from MYOB AccountRight MCP Server by CData
Is the server read‑only?
Yes, this project builds a read‑only MCP server. For full read, write, update, delete, and action capabilities, use the separate CData MCP Server for MYOB AccountRight (beta).
What dependencies are required?
The server requires Java, Maven, a CData JDBC Driver for MYOB AccountRight installation, and a client such as Claude Desktop.
How does the server connect to MYOB AccountRight?
It connects via a JDBC connection string configured in a .prp file. For data sources using OAuth, you will need to authenticate in your browser during setup.
What transport does the server use?
The server uses stdio, so it can only be used with clients that run on the same machine as the server.
Is there a full read/write version available?
Yes, CData offers a free beta MCP Server for MYOB AccountRight that supports read, write, update, delete, and action capabilities, with simplified setup.