mcpbeat Sign in

SAP ABAP MCP Server

local only

SAP ABAP MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 339 installs a week from npm. Last commit 15 Sep 2026.

Develop, test, analyze, and operate SAP ABAP systems through ADT from AI coding agents.

Installs per day peak 634 · avg 112 · +3% w/w
a month agotoday
339
Installs / week
npm · @coaspe/sap-abap-mcp
4
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const child = spawn(command, args, { detached: true, stdio: "ignore", windowsHide: true })

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to SAP ABAP MCP

same job, measured the same way
Sapiom
by sapiom

Local Sapiom developer MCP for authoring, testing, deploying, and inspecting agents.

412 installs/wk local only
Connic
by connic

Build, test, deploy, and operate Connic agents.

answering
Abap Adt MCP
by williansaez

ABAP development from Claude and other MCP hosts: source, transports, tests, ATC, debugger

333 installs/wk local only
Test Coverage MCP
by goldbergyoni

Analyze test coverage from LCOV files - makes AI agents coverage-aware without wasting tokens

51 installs/wk local only
Splera
by sohaibt

A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent.

20 installs/wk local only
BetaDrop
by betadrop-app

Publish iOS and Android builds to testers and manage share links from an AI coding agent.

421 installs/wk local only
Testing
by rog0x

Test generation, mocks, coverage analysis for AI agents

33 installs/wk local only
Hindsight MCP
by rbfinch

MCP server for AI-assisted coding with development history: git, tests, Copilot.

local only

SAP ABAP MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for SAP ABAP MCP?
SAP ABAP MCP 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 npm package @coaspe/sap-abap-mcp was installed 339 times last week.
How do I connect SAP ABAP MCP?
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 @coaspe/sap-abap-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use SAP ABAP MCP?
The npm package @coaspe/sap-abap-mcp was installed 339 times in the last week. Week over week that is +3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SAP ABAP MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.