mcpbeat Sign in

MCP Abap Adt MCP Server

local only

MCP Abap Adt runs on your own machine — the client starts it, so there is no endpoint to ping. 615 installs a week from npm. Last commit 15 Sep 2026.

MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP

Installs per day peak 232 · avg 67 · +209% w/w
a month agotoday
615
Installs / week
npm · @mcp-abap-adt/core
92
Stars
14 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/mcp-abap-adt.js:1
этот файл ставится пользователю, но в репозитории его нет
  return path.join(sessionsDir, fileName);
  const child = spawn(process.execPath, serverArgs, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-abap-adt -- npx -y @mcp-abap-adt/core
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-abap-adt": {
      "args": [
        "-y",
        "@mcp-abap-adt/core"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-abap-adt]
command = "npx"
args = ["-y", "@mcp-abap-adt/core"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-abap-adt": {
      "args": [
        "-y",
        "@mcp-abap-adt/core"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-abap-adt": {
      "args": [
        "-y",
        "@mcp-abap-adt/core"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SAP_URL (Base URL of the ABAP system (e.g. https://my-system.example.com or a BTP ABAP service URL). Required to connect; without it the server starts in tool-inspection-only mode.), SAP_AUTH_TYPE (Authentication method: 'xsuaa' for JWT/OAuth2 (BTP ABAP Cloud) or 'basic' for username/password (on-prem).), SAP_SYSTEM_TYPE (System type, controls which tools are available (e.g. Programs are onprem-only).), SAP_CLIENT (ABAP client/mandant number (e.g. 100). Optional for BTP ABAP Cloud.), SAP_JWT_TOKEN (JWT bearer token for SAP_AUTH_TYPE=xsuaa. Provide this (or the SAP_UAA_* refresh-token set) for JWT auth.), SAP_USERNAME (Username for SAP_AUTH_TYPE=basic (on-prem).), SAP_PASSWORD (Password for SAP_AUTH_TYPE=basic (on-prem).), SAP_LANGUAGE (Logon language (ISO code, e.g. 'en', 'de').), SAP_MASTER_SYSTEM (System context for on-prem create/update operations (e.g. DEV).), SAP_RESPONSIBLE (Responsible user for on-prem create/update operations.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Abap Adt

same job, measured the same way
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

38 installs/wk local only
Code Fundi MCP
by felixwaweru

CodeFundi MCP server for codebase mapping and blast-radius analysis.

48 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Code Assistant
by j0hanz

Gemini-powered MCP server for code analysis.

31 installs/wk local only
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only
Kimi MCP Server
by x51xxx

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

487 installs/wk local only
Pmd
by roeiba

MCP server for PMD static code analyzer - run code analysis and detect duplicates

30 installs/wk local only
Atlassian Dc MCP Bitbucket
by b1ff

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

1 636 installs/wk local only

MCP Abap Adt — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Abap Adt?
MCP Abap Adt runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mcp-abap-adt/core was installed 615 times last week.
How do I connect MCP Abap Adt?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mcp-abap-adt/core straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Abap Adt?
The npm package @mcp-abap-adt/core was installed 615 times in the last week. Week over week that is +209%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Abap Adt open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 92 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.