Develop, test, analyze, and operate SAP ABAP systems through ADT from AI coding agents.
SAP ABAP MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Develop, test, analyze, and operate SAP ABAP systems through ADT from AI coding agents.
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.
Once SAP ABAP MCP is connected, these are the calls the assistant has available:
inspect_abap_code — refactor_abap_codemanage_abapgit — manage_rap_generatormanage_abap_versions — compare_abap_systemsget_abap_dependency_graph — run_sap_transactionget_sap_capabilities — run_abap_applicationName — sap-abapArguments — textMulti — object quick-fixes perform syntax preflight and attempt rollback if a later write failsRuntime — Independent local Node.js stdio processGuardrails — Production profiles are read-only; writes support package restrictions and explicit confirmationsAssurance — Read-only transport assessment with JSON, SARIF, and JUnit evidenceVerification — Separates implemented, discovered, authorized, and live-verified capabilitiesBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Ask your SAP administrator for: - The SAP HTTPS base URL, for example https://sap-dev.company.com - The three-digit SAP client number - Your SAP user name - ADT development permissions required by the operations you intend to use - Confirmation that /sap/bc/adt and Basic Auth are enabled Your machine needs: - Node.js 20 or later - Codex or Claude Code - Network or VPN access to SAP - npm
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. SAP ABAP MCP's toolset — inspect_abap_code, manage_abapgit, manage_abap_versions and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Coaspe; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| inspect_abap_code | refactor_abap_code |
| manage_abapgit | manage_rap_generator |
| manage_abap_versions | compare_abap_systems |
| get_abap_dependency_graph | run_sap_transaction |
| get_sap_capabilities | run_abap_application |
| Name | sap-abap |
| Arguments | text |
| Multi | object quick-fixes perform syntax preflight and attempt rollback if a later write fails. |
| Runtime | Independent local Node.js stdio process |
| Guardrails | Production profiles are read-only; writes support package restrictions and explicit confirmations |
| Assurance | Read-only transport assessment with JSON, SARIF, and JUnit evidence |
| Verification | Separates implemented, discovered, authorized, and live-verified capabilities |
| Invocation | Advertised surface |
| Area | Capabilities |
{
"mcpServers": {
"sap-abap": {
"command": "npx",
"args": ["-y", "@coaspe/sap-abap-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Ask your SAP administrator for: - The SAP HTTPS base URL, for example https://sap-dev.company.com - The three-digit SAP client number - Your SAP user name - ADT development permissions required by the operations you intend to use - Confirmation that /sap/bc/adt and Basic Auth are enabled Your machine needs: - Node.js 20 or later - Codex or Claude Code - Network or VPN access to SAP - npm
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.