mcpbeat Sign in

Acumatica MCP Server

by nicholsonpeter Your server? Claim it
local only

Acumatica runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from pypi.

Connect AI assistants to Acumatica ERP — 28 tools for queries, mutations, GIs, attachments.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 26 · avg 11 · +31% w/w
a month agotoday
85
Installs / week
pypi · acumatica-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add acumatica -- uvx acumatica-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "acumatica": {
      "args": [
        "acumatica-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.acumatica]
command = "uvx"
args = ["acumatica-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "acumatica": {
      "args": [
        "acumatica-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "acumatica": {
      "args": [
        "acumatica-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ACUMATICA_URL (Acumatica instance URL (e.g. https://mycompany.acumatica.com)), ACUMATICA_COMPANY (Company / tenant name), ACUMATICA_USER (API username (basic auth — alternative to OAuth)), ACUMATICA_PASS (API password (basic auth)), ACUMATICA_CLIENT_ID (OAuth 2.0 Client ID from SM303010 (alternative to basic auth)), ACUMATICA_CLIENT_SECRET (OAuth 2.0 Client Secret). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Acumatica

same job, measured the same way
Keboola
by keboola

Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...

3 079 installs/wk answering
IBM Maximo
by markusvankempen

Connect AI assistants to IBM Maximo for API discovery, OSLC querying, and Carbon UI generation.

183 installs/wk local only
Tickiti
by tickiti

Connect AI assistants to the Tickiti helpdesk API: tickets, queries, reports and admin.

local only
Llmref
by llmref

Versioned documentation registry and semantic search for AI tools and coding assistants.

4 tools answering
Seller Assistant
by sellerassistant

Connect AI clients to Seller Assistant workflows for Amazon wholesale operations.

answering
Vasperamemory
by rcolkitt

Persistent AI memory for coding assistants. 80+ tools for decisions, patterns, errors.

117 installs/wk local only
QCDatabase.AI
by qcdatabase

Connects AI assistants to QCDatabase.AI for everyday construction quality-control work.

answering
Warpmetrics
by warpmetrics

Connect AI assistants to Warpmetrics — query runs, calls, costs, and outcomes.

40 installs/wk local only

Acumatica — questions

Answers built from our own checks of this server.

Why is there no uptime for Acumatica?
Acumatica runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package acumatica-mcp was installed 85 times last week.
Is Acumatica still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Acumatica?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls acumatica-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Acumatica?
The pypi package acumatica-mcp was installed 85 times in the last week. Week over week that is +31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.