mcpbeat Sign in

ABAP Accelerator MCP Server

local only

ABAP Accelerator runs on your own machine — the client starts it, so there is no endpoint to ping. 146 installs a week from pypi. Last commit 18 Aug 2026.

MCP server for SAP ABAP development with 15 tools for ABAP objects, syntax, ATC, and more

Installs per day peak 320 · avg 35 · -26% w/w
a month agotoday
146
Installs / week
pypi · abap-accelerator
2
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
MIT-0
License
Python

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check ABAP Accelerator every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 abap-accelerator -- uvx abap-accelerator
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "abap-accelerator": {
      "args": [
        "abap-accelerator"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.abap-accelerator]
command = "uvx"
args = ["abap-accelerator"]
.cursor/mcp.json
{
  "mcpServers": {
    "abap-accelerator": {
      "args": [
        "abap-accelerator"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "abap-accelerator": {
      "args": [
        "abap-accelerator"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SAP_HOST (SAP system hostname (or host:port to skip port calculation)), SAP_INSTANCE_NUMBER (SAP instance number (e.g., 00)), SAP_CLIENT (SAP client number (e.g., 100)), SAP_USERNAME (SAP username), SAP_PASSWORD (SAP password), SAP_LANGUAGE (SAP language), SAP_SECURE (Use HTTPS for SAP connection), SSL_VERIFY (Verify SSL certificates). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ABAP Accelerator

same job, measured the same way
I
MCP Appium - Mobile Development and Automation Server
by appium

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

6 543 installs/wk local only
.NET MCP Server
by jongalloway

AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.

local only
Unreal Engine MCP
by chir24

MCP server for Unreal Engine 5 with 23 tools for game development automation.

225 installs/wk local only
Harmonyos
by fadinglight9291117

MCP server for HarmonyOS development - interact with projects, devices, and applications

58 installs/wk local only
Ui5
by ui5

MCP server for SAPUI5/OpenUI5 development

82 407 installs/wk local only
Mercury Spec Ops
by n0zer0d4y

Modular MCP server for dynamic prompt generation and software development analysis tools

30 installs/wk local only
Next Devtools MCP
by vercel

Next.js development tools MCP server with stdio transport

101 037 installs/wk local only
Stripe
by stripe

MCP server integrating with Stripe - tools for customers, products, payments, and more.

answering

ABAP Accelerator — questions

Answers built from our own checks of this server.

Why is there no uptime for ABAP Accelerator?
ABAP Accelerator 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 abap-accelerator was installed 146 times last week.
How do I connect ABAP Accelerator?
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 abap-accelerator straight from pypi; nothing to host, nothing to sign up for.
How many people use ABAP Accelerator?
The pypi package abap-accelerator was installed 146 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ABAP Accelerator open source?
No, and the distinction matters: its licence is declared as MIT-0. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.