Abap MCP

Make your AI coding agent an expert SAP ABAP & RAP consultant - local by default. No SAP system, no credentials, one command to install. Its 18 documented tools cover abap, scaffold, cloud, rap.

People who work with abap, scaffold and cloud 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-14 · ★ 2 · #174 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install 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 palimkarakshay-abap-mcp -- npx -y abap-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "palimkarakshay-abap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "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 abap-mcp - unscoped; check the name against the project README before installing

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

03 · What Abap MCP can do

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

What you can build

An agent gets 18 documented tools spanning abap, scaffold, cloud, rap, including lint_abap, check_cloud_readiness, fix_abap, plan_cloud_migration.

Capability map

Tools grouped from the project's README - what Abap MCP lets an agent do.

Abap

9 tools - e.g. abaplint static analysis over ABAP/CDS/BDEF sources → structured findings with rule docs links. Presets: style (default, snippet-friendly), full, syntax-only; p; abaplint's own machine-applicable…

lint_abap · fix_abap · compare_abap · list_abap_rules · explain_abap_rule · format_abap…

Check

3 tools - e.g. Dual-parse diff (classic baseline vs Cloud): statements that are valid today but illegal in ABAP Cloud become categorized blockers (dynpro, list output, native ; Looks up objects (tables, CDS views…

check_cloud_readiness · check_released_api · check_rap_behavior

Scaffold

3 tools - e.g. Generates the canonical RAP managed-BO stack (root view, behavior definition strict(2) + optional draft, behavior class + handler locals, projection, metadata e; Generates the local ABAP Unit test class…

scaffold_rap_bo · scaffold_abap_unit · scaffold_abap_ai_sdk

read & search

2 tools - e.g. Dependency graph over the provided sources - parser-level table/function references (annotated with released-API state + CDS successors), inherits/implements st; Free-text search over the same bundle plus…

get_object_dependencies · search_sap_knowledge

Plan

1 tool - e.g. The task-manager layer over readiness: arranges every blocker into a phased, consulting-ordered backlog - repair-the-baseline first, then mechanical quick wins,

plan_cloud_migration

Latest releases

v0.12.0 · 2026-09-10

abap-mcp v0.12.0 - the two files abaplint cannot read · RAP behavior definitions and CDS service definitions were the blind spot in every previous release. · abaplint stores a .bdef.asbdef behind a single regex…

v0.11.0 · 2026-09-10

abap-mcp v0.11.0 - SAP knowledge, edition-aware release checks, and an offline unit-test loop · abap-mcp stops being "abaplint behind MCP" and becomes the offline SAP-knowledge substrate a · coding agent consults…

v0.10.0 · 2026-08-24

New prompt: abap-from-spec - the blank-page killer. Hand your agent a functional or technical spec (or a plain-language requirement) and it builds working, validated modern ABAP/RAP: · spec → build plan with an…

04 · Who maintains Abap MCP

abap-mcp is maintained by palimkarakshay. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
other - ranked #174 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
7 releases in the last 90 days (latest 2026-09-10)
registry
io.github.palimkarakshay/abap-mcp (active, first published 2026-06-11 · 9 versions)
packages
npm:abap-mcp

06 · Abap MCP FAQ

Is Abap MCP still maintained?

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

What can Abap MCP do?

An agent gets 18 documented tools spanning abap, scaffold, cloud, rap, including lint_abap, check_cloud_readiness, fix_abap, plan_cloud_migration.

How do I install Abap MCP?

Run `npx -y 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 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 Abap MCP