Home /
AI/LLM / myob-accountright-mcp-server-by-cdata
★ 4 stars
Java
🤖 AI/LLM
Updated 13d ago
This read-only MCP Server allows you to connect to MYOB AccountRight data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"myob-accountright-mc": {
"command": "npx",
"args": [
"-y",
"CDataSoftware/myob-accountright-mcp-server-by-cdata"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add myob-accountright-mc npx -y CDataSoftware/myob-accountright-mcp-server-by-cdata
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"myob-accountright-mc": {
"command": "npx",
"args": [
"-y",
"CDataSoftware/myob-accountright-mcp-server-by-cdata"
]
}
}
}
📋 Copy