I
Intacct MCP
作者 @dgaretz-oss
An MCP server for the Sage Intacct REST and XML API. Gives Claude direct access to your Intacct data — vendors, bills, journal entries, queries, and more — via natural language.
创建于 6/17/2026
更新于 about 8 hours ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx intacct-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"dgaretz-oss-intacct-mcp": {
"command": "uvx",
"args": [
"intacct-mcp"
]
}
}
}