mcpbeat Sign in

Sap Adt MCP Server

local only

Sap Adt MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 117 installs a week from npm. Last commit 17 Aug 2026.

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

Installs per day peak 510 · avg 49 · -54% w/w
a month agotoday
117
Installs / week
npm · sap-adt-mcp
16
Stars
3 open issues
17 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call adt_set_source.sourceFile → src/tools/source.js:13, adt_set_source.sourceFile → src/tools/source.js:47
    return { ok: true, content: fs.readFileSync(p, "utf8") };

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

This one needs environment variables set before it will start: SAP_ADT_MCP_CONFIG (Absolute path to your config.json (host/client/user/password per SAP system). Defaults to ~/.sap-adt-mcp/config.json. See config.example.json in the repo.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sap Adt MCP

same job, measured the same way
Testiny Test Management
by testiny

An MCP server that provides access to Testiny projects, test cases and test runs

answering
Safe Fix MCP
by pamela-0

Finds real dead code and proposes a safe, test-gated branch+PR to remove it.

99 installs/wk local only
Air
by 10iii

AI-optimized tool output compression for read, grep, diff, bash, test, web, search, and more

117 installs/wk local only
Gennons
by gennons

Design emails from a brief, send tests, send to your lists now or scheduled, and read delivery.

answering
Perseus: MCP server and live context engine
by perseus-computing-llc

Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.

local only
Getprompts
by sidsaladi9

Search 1,000+ battle-tested AI prompts from getprompts.org into Claude Code, Cursor, ChatGPT.

25 installs/wk local only
Skillproof
by skillproofdev

Check whether a Claude Code skill was tested and whether it works before installing it.

37 installs/wk local only
Allure Testops MCP
by mshegolev

Allure TestOps MCP — projects, launches, test cases, test results via REST API.

306 installs/wk local only

Sap Adt MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sap Adt MCP?
Sap Adt MCP 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 sap-adt-mcp was installed 117 times last week.
How do I connect Sap Adt MCP?
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 sap-adt-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sap Adt MCP?
The npm package sap-adt-mcp was installed 117 times in the last week. Week over week that is -54%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sap Adt MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 16 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.