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. 216 installs a week from npm. Last commit 17 Sep 2026.

ABAP ADT MCP server for reading SAP objects (programs, classes, tables, CDS) via ADT

Installs per day peak 45 · avg 21 · -2% w/w
a month agotoday
216
Installs / week
npm · mcp-abap-adt
189
Stars
1 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Abap Adt every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-abap-adt": {
      "args": [
        "-y",
        "mcp-abap-adt"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-abap-adt]
command = "npx"
args = ["-y", "mcp-abap-adt"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-abap-adt": {
      "args": [
        "-y",
        "mcp-abap-adt"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-abap-adt": {
      "args": [
        "-y",
        "mcp-abap-adt"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SAP_URL (Base URL of the SAP system, e.g. https://host:443), SAP_USERNAME (SAP username), SAP_PASSWORD (SAP password), SAP_CLIENT (SAP client number), SAP_LANGUAGE (Logon language, e.g. en), TLS_REJECT_UNAUTHORIZED (Set to 0 to allow self-signed certificates, 1 to enforce TLS verification). 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
MCP Abap Adt
by fr0ster

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

615 installs/wk local only
Rpgmaker Mv MCP
by xerolo44

MCP server for reading, editing, and playtesting RPG Maker MV projects

43 installs/wk local only
Runrun.it MCP Server
by znetinho

MCP server for Runrun.it: Tasks, Comments, Projects

67 installs/wk local only
Sap Adt MCP
by yzonur

Give Claude live access to SAP ABAP via ADT: read, search, check, test, and edit objects.

117 installs/wk local only
ARC-1
by marianfoo

MCP server for SAP ABAP systems

590 installs/wk local only
ARC-1
by arc-mcp

MCP server for SAP ABAP systems

local only
Vercel Deployment MCP
by addiplus

Reference MCP stdio server for observing Vercel projects and deployments.

68 installs/wk local only
Crowdin
by usefulapi

MCP server for Crowdin — projects, files, strings, translation progress, tasks, and members.

12 tools answering

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 was installed 216 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 straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Abap Adt?
The npm package mcp-abap-adt was installed 216 times in the last week. Week over week that is -2%. 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 MIT licence, written in TypeScript, 189 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.