mcpbeat

ABAP Accelerator MCP Server

io.github.openkash/abap-accelerator
local only

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

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

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

Installs per day peak 48 · avg 17 · +69% w/w
a month agotoday
140
Installs / week
pypi · abap-accelerator
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

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"
    }
  }
}

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 140 times last week.
Is ABAP Accelerator 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 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 140 times in the last week. Week over week that is +69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.