SAP ABAP MCP server
Develop, test, analyze, and operate SAP ABAP systems through ADT from AI coding agents.
4 stars267 downloads/wk
Reviews
Write oneNobody 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 postsRead from the package source without running it. The installed server may list more.
sapSAP capabilities: name=search, arguments={query}; name=describe, arguments={name}. Invoke the described name with risk, schemaHash and arguments.
sap-plan-rapDiscover backend RAP capabilities and validate a generation preview without generating or publishing.
sap.capability.describeReturn the exact input schema and schema hash for one capability before invoking it.
sap.capability.searchSearch or page through the complete SAP tool catalog. Use category browsing when keyword search misses.
sap.ddic.readRead typed Domain/Data Element properties or Table/Structure DDL source with an optimistic fingerprint.
sap.repository.inspectRead object metadata, optional ADT structure, and a bounded child-node page.
sap.repository.resolveResolve one ABAP object to a canonical ADT Resource.
sap.repository.searchSearch ABAP repository objects by name pattern and object type.
sap.repository.where_usedFind bounded where-used references for one ABAP object.
sap.semantic.completeRead ABAP completion proposals or element details.
sap.semantic.componentsBrowse bounded ABAP class or interface components. Follow childCount using componentPath; type is the ADT kind, not an ABAP signature.
sap.semantic.definitionResolve an ABAP definition or implementation.
sap.semantic.documentationRead SAP ABAP language documentation.
sap.semantic.format_previewPreview SAP ABAP formatter changes.
sap.semantic.hierarchyRead a bounded ABAP type hierarchy.
sap.semantic.quick_fixesList bounded non-dialog SAP quick fixes.
sap.source.diagnosewrite actionRun bounded SAP syntax diagnostics for ABAP source.
sap.source.readRead a bounded active ABAP source range, one class method, or one canonical ADT Resource.
sap.source.read_batchRead 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.searchSearch literal text or a regular expression in ABAP source.
sap.system.capabilitiesRead implemented, advertised, authorized, and observed capabilities for one SAP system.
sap.system.inspectRead normalized SAP client, release, timezone, and optional software component metadata.
sap.system.listList configured SAP system IDs and local credential availability.
sap.text_elements.readRead one ABAP text-pool category.
sap.ui.object_urlBuild 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
- 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
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 onboardmacOS:
npx -y @coaspe/sap-abap-mcp@latest onboardThe 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 setupShortened. 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
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-1MCP server for SAP ABAP systemsnot reviewedEstablishedB- Martin LoopOne system around coding agents to run, verify, recover, and hand off software work.not reviewedEstablishedA