mcpbeat Sign in

Sap Abap SQL MCP Server

local only

Sap Abap SQL runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 8 Aug 2026.

Checks and fixes ABAP Open SQL for SAP's ADT data-preview console. Connects to nothing.

Installs per day peak 237 · avg 14
a month agotoday
52
Installs / week
npm · sap-abap-sql-mcp
1
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

Alternatives to Sap Abap SQL

same job, measured the same way
Open Food Facts
by domdomegg

Search and contribute to the Open Food Facts database.

91 installs/wk local only
QuestDB Web Console MCP Server
by questdb

Connects coding agents to a running QuestDB Web Console: notebook cells, SQL queries, and charts.

101 installs/wk local only
Quadratic
by quadratichq

AI access to Quadratic spreadsheets: open files, run Python/SQL, query connected databases.

5 tools answering
Postgres
by waystation

Connect to your PostgreSQL database to query data and schemas.

answering
PlanetScale
by planetscale

Connect to PlanetScale databases, branches, schema, query insights, and execute SQL

answering
Simpliq Server
by gersonfreire

Simpliq Data Proxy MCP Server - Connects LLMs to SQL Databases via Semantic Mapping

66 installs/wk local only
Supabase
by waystation

Connect to your Supabase database to query data and schemas.

answering
Keboola
by keboola

Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...

3 263 installs/wk answering

Sap Abap SQL — questions

Answers built from our own checks of this server.

Why is there no uptime for Sap Abap SQL?
Sap Abap SQL 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-abap-sql-mcp was installed 52 times last week.
How do I connect Sap Abap SQL?
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-abap-sql-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sap Abap SQL?
The npm package sap-abap-sql-mcp was installed 52 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sap Abap SQL open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 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.