SAP ABAP MCP

The headless, client-neutral, governance-first MCP server for SAP ABAP development across multiple systems. It runs locally over stdio via the published package.

People who work with abap, adt and codex and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 4 · #46 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install SAP ABAP MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add coaspe-sap-abap-mcp -- npx -y @coaspe/sap-abap-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "coaspe-sap-abap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@coaspe/sap-abap-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @coaspe/sap-abap-mcp - published under the repo owner's npm scope (@coaspe)

registry namespace io.github.Coaspe is GitHub-verified and matches the repo owner

03 · What SAP ABAP MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.7.1 · 2026-09-15

1.7.1 release and verification scope · This patch contains two fixes on top of 1.7.0: · Interactive passwords and tokens display while typing, with Enter/Ctrl+C guidance and validation/storage progress. Plaintext…

v1.7.0 · 2026-09-08

SAP ABAP MCP 1.7.0 makes the default CLI catalog smaller while preserving all 120 v1 capabilities through discovery and invocation gateways. Conditional source reads and bounded public contracts reduce repeated…

v1.5.2 · 2026-08-26

Fixed · Limited the Codex plugin default prompts to the three entries accepted by Codex 0.137.0, preventing the host from discarding the list during plugin loading. · Added regression checks for both the prompt-count…

04 · Who maintains SAP ABAP MCP

SAP ABAP MCP is maintained by coaspe. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
browser automation - ranked #46 of 255 actively-maintained browser automation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-15)
registry
io.github.Coaspe/sap-abap-mcp (active, first published 2026-07-14 · 23 versions)
packages
npm:@coaspe/sap-abap-mcp

06 · SAP ABAP MCP FAQ

What is SAP ABAP MCP?

The headless, client-neutral, governance-first MCP server for SAP ABAP development across multiple systems. It runs locally over stdio via the published package.

Is SAP ABAP MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install SAP ABAP MCP?

Run `npx -y @coaspe/sap-abap-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does SAP ABAP MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to SAP ABAP MCP

More browser automation MCP servers · Mat · CometChat Docs · Crawlio Browser · Peek · Pagebolt

More TypeScript MCP servers · API Testing MCP · Database MCP · Claude Code Explorer MCP · Email MCP · see all