mcpbeat Sign in

ABAPilot MCP Server

local only

ABAPilot runs on your own machine — the client starts it, so there is no endpoint to ping. 115 installs a week from npm. Last commit 10 Sep 2026.

ABAP MCP connector for SAP ECC and on-premise S/4HANA. Requires a licensed ABAPilot backend.

Installs per day peak 336 · avg 15 · -85% w/w
a month agotoday
115
Installs / week
npm · abapilot
3
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check ABAPilot 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 abapilot-mcp -- npx -y abapilot
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "abapilot-mcp": {
      "args": [
        "-y",
        "abapilot"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.abapilot-mcp]
command = "npx"
args = ["-y", "abapilot"]
.cursor/mcp.json
{
  "mcpServers": {
    "abapilot-mcp": {
      "args": [
        "-y",
        "abapilot"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "abapilot-mcp": {
      "args": [
        "-y",
        "abapilot"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ABAPILOT_URL (URL of the ABAPilot SICF endpoint in your SAP system, e.g. https://sap-host:8443/sap/bc/abapilot), ABAPILOT_USER (SAP user for basic authentication), ABAPILOT_PASSWORD (SAP password for basic authentication), ABAPILOT_TOKEN (Bearer token, alternative to basic authentication), ABAPILOT_CLIENT (SAP client number, e.g. 100), ABAPILOT_TOOLS (Comma-separated allowlist of tool names to expose to the client. Optional; default is the full catalog.), ABAPILOT_TLS_INSECURE (Set to 1 to skip TLS certificate verification (development systems only)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ABAPilot

same job, measured the same way
GuniWeb SAP MCP
by guniweb

SAP S/4HANA and ECC: OData V2/V4, IDoc and RFC/BAPI for n8n and other MCP clients

191 installs/wk local only
Face Recognition MCP Server
by student920

On-premise face recognition MCP server for 3DiVi Face SDK. No cloud required.

local only
meek_3_and_sov3_connection_mcp
by csoai-org

MEEK 3+sov3 Connection MCP — the SOV3 + SOV3 + CSOAI + L0-L7 connection. MIT-licensed.

409 installs/wk local only
Storebridge MCP
by isaiahdupree

Remote MCP connector for App Store + Google Play data via StoreBridge API. No auth required.

13 tools answering
Court Listener
by pipeworx-io

CourtListener MCP — Free Law Project's CourtListener API (free, no auth required for basic access)

41 tools answering
Anaconda MCP
by anaconda

Beta conda env/package MCP server; requires conda, auth, and Beta Terms.

local only
Block Lottos
by blocklottos

Safe Block Lottos MCP for Base tickets and Base or Polygon jackpot reads.

local only
ArcGIS MCP Bridge
by muend

Secure local-first MCP server for licensed ArcGIS Pro and ArcPy on Windows.

242 installs/wk local only

ABAPilot — questions

Answers built from our own checks of this server.

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