Mmcp.market

SAP ABAP MCP server

by Coaspe·io.github.Coaspe/sap-abap-mcp·v1.7.0

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

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

4 stars267 downloads/wk

Reviews

Write one

Nobody has reviewed SAP ABAP MCP yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

SAP ABAP MCP tools (25, 1 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • sap

    SAP capabilities: name=search, arguments={query}; name=describe, arguments={name}. Invoke the described name with risk, schemaHash and arguments.

  • sap-plan-rap

    Discover backend RAP capabilities and validate a generation preview without generating or publishing.

  • sap.capability.describe

    Return the exact input schema and schema hash for one capability before invoking it.

  • sap.capability.search

    Search or page through the complete SAP tool catalog. Use category browsing when keyword search misses.

  • sap.ddic.read

    Read typed Domain/Data Element properties or Table/Structure DDL source with an optimistic fingerprint.

  • sap.repository.inspect

    Read object metadata, optional ADT structure, and a bounded child-node page.

  • sap.repository.resolve

    Resolve one ABAP object to a canonical ADT Resource.

  • sap.repository.search

    Search ABAP repository objects by name pattern and object type.

  • sap.repository.where_used

    Find bounded where-used references for one ABAP object.

  • sap.semantic.complete

    Read ABAP completion proposals or element details.

  • sap.semantic.components

    Browse bounded ABAP class or interface components. Follow childCount using componentPath; type is the ADT kind, not an ABAP signature.

  • sap.semantic.definition

    Resolve an ABAP definition or implementation.

  • sap.semantic.documentation

    Read SAP ABAP language documentation.

  • sap.semantic.format_preview

    Preview SAP ABAP formatter changes.

  • sap.semantic.hierarchy

    Read a bounded ABAP type hierarchy.

  • sap.semantic.quick_fixes

    List bounded non-dialog SAP quick fixes.

  • sap.source.diagnosewrite action

    Run bounded SAP syntax diagnostics for ABAP source.

  • sap.source.read

    Read a bounded active ABAP source range, one class method, or one canonical ADT Resource.

  • sap.source.read_batch

    Read small source ranges from up to 100 objects: 5,000 requested lines total and 64 KiB combined code. Prefer sap.source.read for large ranges. Retry deferred items unchanged; resume truncated items at their one-based nextLine; use sap.source.read for a single line exceeding this budget.

  • sap.source.search

    Search literal text or a regular expression in ABAP source.

  • sap.system.capabilities

    Read implemented, advertised, authorized, and observed capabilities for one SAP system.

  • sap.system.inspect

    Read normalized SAP client, release, timezone, and optional software component metadata.

  • sap.system.list

    List configured SAP system IDs and local credential availability.

  • sap.text_elements.read

    Read one ABAP text-pool category.

  • sap.ui.object_url

    Build a SAP WebGUI URL for one ABAP object.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan156 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 5 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the SAP ABAP MCP repository's README, as published. We do not edit it. Read it on GitHub

sap-abap-mcp

The headless, client-neutral, governance-first MCP server for SAP ABAP development across multiple systems.

SAP ABAP MCP lets Codex, Claude, and other local MCP hosts work with SAP ABAP through ABAP Development Tools (ADT) HTTP services. It can inspect and edit source, run quality checks, manage transports, use abapGit and the RAP generator, inspect runtime data, compare systems, and perform guarded refactorings without an IDE runtime, SAP GUI, or an ABAP FS virtual workspace.

Why this server

SAP now provides an official ADT MCP Server inside its ADT clients. This project serves a different operating model: headless automation from any supported local MCP host.

This is a deployment-model comparison, not a capability benchmark or a claim of SAP endorsement. Official behavior varies by ADT and SAP backend release.

90-second workflow

The animation contains synthetic object and transport names and no live SAP data. See the accessible transcript and exact workflow.

Quick start

Detailed references: profiles and authentication, HTTP deployment, and CLI commands.

You need Node.js 20 or later, network or VPN access to SAP, and an SAP HTTPS URL, three-digit client number, username, and ADT Basic Auth permission.

Recommended: guided onboarding

Run one command and follow the local browser wizard. It checks npm, Claude Code, Codex, existing .claude and .codex settings, and saved SAP profiles. It then verifies the SAP login before saving it and registers the MCP server through the installed client's official CLI. Existing steps are detected and skipped.

Windows:

npx.cmd -y @coaspe/sap-abap-mcp@latest onboard

macOS:

npx -y @coaspe/sap-abap-mcp@latest onboard

The wizard runs only on 127.0.0.1; SAP credentials do not pass through a publisher-operated service. Passwords are protected with Windows DPAPI or macOS Keychain. Linux users should use the manual setup because the browser wizard does not store Linux credentials.

Manual setup

1. Configure SAP

Windows:

npx.cmd @coaspe/sap-abap-mcp@latest setup

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @coaspe/sap-abap-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add sap-abap-mcp -- npx -y @coaspe/sap-abap-mcp
Add to Cursor

SAP ABAP MCP: common questions

Is SAP ABAP MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the SAP ABAP MCP safety report
How do I install SAP ABAP MCP?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does SAP ABAP MCP need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is SAP ABAP MCP maintained?
The last commit was 6 days ago (2026-09-15). The latest release is v1.7.0.
What can I use instead of SAP ABAP MCP?
Servers from other publishers that do the same job: ARC-1 MCP server and Martin Loop MCP server.

Alternatives to SAP ABAP MCP

Same job from other publishers: the closest match first, then the best rated.

  • ARC-1
    MCP server for SAP ABAP systems
    B
  • Martin Loop
    One system around coding agents to run, verify, recover, and hand off software work.
    A

More from Coaspe