ABAPilot
Rank #10,119io.github.NicoHern/abapilot-mcp
ABAP MCP connector for SAP ECC and on-premise S/4HANA. Requires a licensed ABAPilot backend.
ABAPilot is a Model Context Protocol (MCP) server published by NicoHern. It ranks #10,119 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. ABAPilot is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 22, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 121,927 of 132,046 servers on MCP Toplist.
Use ABAPilot
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add abapilot-mcp -e "ABAPILOT_URL=<your ABAPILOT_URL>" -e "ABAPILOT_USER=<your ABAPILOT_USER>" -e "ABAPILOT_PASSWORD=<your ABAPILOT_PASSWORD>" -e "ABAPILOT_TOKEN=<your ABAPILOT_TOKEN>" -e "ABAPILOT_CLIENT=<your ABAPILOT_CLIENT>" -e "ABAPILOT_TOOLS=<your ABAPILOT_TOOLS>" -e "ABAPILOT_TLS_INSECURE=<your ABAPILOT_TLS_INSECURE>" -- npx -y abapilotReplace each placeholder with your own value before saving.
[mcp_servers.abapilot-mcp]
command = "npx"
args = ["-y", "abapilot"]
[mcp_servers.abapilot-mcp.env]
ABAPILOT_URL = "<your ABAPILOT_URL>"
ABAPILOT_USER = "<your ABAPILOT_USER>"
ABAPILOT_PASSWORD = "<your ABAPILOT_PASSWORD>"
ABAPILOT_TOKEN = "<your ABAPILOT_TOKEN>"
ABAPILOT_CLIENT = "<your ABAPILOT_CLIENT>"
ABAPILOT_TOOLS = "<your ABAPILOT_TOOLS>"
ABAPILOT_TLS_INSECURE = "<your ABAPILOT_TLS_INSECURE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"abapilot-mcp": {
"command": "npx",
"args": [
"-y",
"abapilot"
],
"env": {
"ABAPILOT_URL": "<your ABAPILOT_URL>",
"ABAPILOT_USER": "<your ABAPILOT_USER>",
"ABAPILOT_PASSWORD": "<your ABAPILOT_PASSWORD>",
"ABAPILOT_TOKEN": "<your ABAPILOT_TOKEN>",
"ABAPILOT_CLIENT": "<your ABAPILOT_CLIENT>",
"ABAPILOT_TOOLS": "<your ABAPILOT_TOOLS>",
"ABAPILOT_TLS_INSECURE": "<your ABAPILOT_TLS_INSECURE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"abapilot-mcp": {
"command": "npx",
"args": [
"-y",
"abapilot"
],
"env": {
"ABAPILOT_URL": "<your ABAPILOT_URL>",
"ABAPILOT_USER": "<your ABAPILOT_USER>",
"ABAPILOT_PASSWORD": "<your ABAPILOT_PASSWORD>",
"ABAPILOT_TOKEN": "<your ABAPILOT_TOKEN>",
"ABAPILOT_CLIENT": "<your ABAPILOT_CLIENT>",
"ABAPILOT_TOOLS": "<your ABAPILOT_TOOLS>",
"ABAPILOT_TLS_INSECURE": "<your ABAPILOT_TLS_INSECURE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"abapilot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"abapilot"
],
"env": {
"ABAPILOT_URL": "<your ABAPILOT_URL>",
"ABAPILOT_USER": "<your ABAPILOT_USER>",
"ABAPILOT_PASSWORD": "<your ABAPILOT_PASSWORD>",
"ABAPILOT_TOKEN": "<your ABAPILOT_TOKEN>",
"ABAPILOT_CLIENT": "<your ABAPILOT_CLIENT>",
"ABAPILOT_TOOLS": "<your ABAPILOT_TOOLS>",
"ABAPILOT_TLS_INSECURE": "<your ABAPILOT_TLS_INSECURE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"abapilot-mcp": {
"command": "npx",
"args": [
"-y",
"abapilot"
],
"env": {
"ABAPILOT_URL": "<your ABAPILOT_URL>",
"ABAPILOT_USER": "<your ABAPILOT_USER>",
"ABAPILOT_PASSWORD": "<your ABAPILOT_PASSWORD>",
"ABAPILOT_TOKEN": "<your ABAPILOT_TOKEN>",
"ABAPILOT_CLIENT": "<your ABAPILOT_CLIENT>",
"ABAPILOT_TOOLS": "<your ABAPILOT_TOOLS>",
"ABAPILOT_TLS_INSECURE": "<your ABAPILOT_TLS_INSECURE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"abapilot-mcp": {
"command": "npx",
"args": [
"-y",
"abapilot"
],
"env": {
"ABAPILOT_URL": "<your ABAPILOT_URL>",
"ABAPILOT_USER": "<your ABAPILOT_USER>",
"ABAPILOT_PASSWORD": "<your ABAPILOT_PASSWORD>",
"ABAPILOT_TOKEN": "<your ABAPILOT_TOKEN>",
"ABAPILOT_CLIENT": "<your ABAPILOT_CLIENT>",
"ABAPILOT_TOOLS": "<your ABAPILOT_TOOLS>",
"ABAPILOT_TLS_INSECURE": "<your ABAPILOT_TLS_INSECURE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.NicoHern%2Fabapilot-mcp)<a href="https://mcptoplist.com/server/io.github.NicoHern%2Fabapilot-mcp"><img src="https://mcptoplist.com/badge/io.github.NicoHern%2Fabapilot-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
NicoHern
Available versions (3)
| Version | Published |
|---|---|
| 1.0.6 | Sep 9, 2026 |
| 1.0.2 | Jul 22, 2026 |
| 1.0.1 | Jul 22, 2026 |
Frequently asked questions
- Who maintains ABAPilot?
- ABAPilot is maintained by NicoHern, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is ABAPilot listed on the Official MCP Registry?
- Yes — ABAPilot is listed on the Official MCP Registry, alongside Glama.
- How many versions does ABAPilot have?
- MCP Toplist tracks 3 versions of ABAPilot, most recently published on Sep 9, 2026.
- Where can I find the source code for ABAPilot?
- The source code for ABAPilot is hosted at github.com/NicoHern/abapilot-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.