PluginBench
MCP Server
Active
MIT

ABAPilot MCP Server

io.github.NicoHern/abapilot-mcp

What is the ABAPilot MCP server?

MCP server for SAP ECC and on-premise S/4HANA: natural-language queries and ABAP dev tooling.

How to install ABAPilot

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ABAPILOT_URL
    required

    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
    secret

    SAP password for basic authentication

  • ABAPILOT_TOKEN
    secret

    Bearer token, alternative to basic authentication

  • ABAPILOT_CLIENT

    SAP client number, e.g. 100

  • ABAPILOT_TLS_INSECURE

    Set to 1 to skip TLS certificate verification (development systems only)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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_TLS_INSECURE": "<YOUR_ABAPILOT_TLS_INSECURE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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_TLS_INSECURE": "<YOUR_ABAPILOT_TLS_INSECURE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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_TLS_INSECURE": "<YOUR_ABAPILOT_TLS_INSECURE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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_TLS_INSECURE": "<YOUR_ABAPILOT_TLS_INSECURE>"
      }
    }
  }
}
Claude Code
claude mcp add abapilot-mcp --env ABAPILOT_URL=<YOUR_ABAPILOT_URL> --env ABAPILOT_USER=<YOUR_ABAPILOT_USER> --env ABAPILOT_PASSWORD=<YOUR_ABAPILOT_PASSWORD> --env ABAPILOT_TOKEN=<YOUR_ABAPILOT_TOKEN> --env ABAPILOT_CLIENT=<YOUR_ABAPILOT_CLIENT> --env ABAPILOT_TLS_INSECURE=<YOUR_ABAPILOT_TLS_INSECURE> -- npx -y abapilot

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →