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 connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 3 · #50 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

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

repo age created 2026-07-13 - young repo, little track record yet

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.4.0 · 2026-08-20

Data-query opt-in and setup UX release. · --allow-data-queries is now a single explicit opt-in for all SAP ADT read-only SQL in development and quality profiles, including sensitive business tables. · Production…

v1.3.1 · 2026-08-19

Documentation-only distribution patch for the 1.3.0 feature release. · Corrects the npm README and marketplace status from the previous 1.2.0/115-tool wording to the current 120-tool release. · Synchronizes npm…

v1.3.0 · 2026-08-19

Highlights: · Structured DDIC read/write workflows for Domains, Data Elements, Tables, and Structures. · Bounded SAP runtime feeds, executable-program profiling, and enhancement inspection. · OAuth Authorization Code…

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 #50 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-08-20)
registry
io.github.Coaspe/sap-abap-mcp (active, first published 2026-07-14 · 19 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-08-25, its last commit was 2026-08-20 and it shipped 9 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 · Claude Code Explorer MCP · Email MCP · Portkey Admin MCP · see all