PluginBench
MCP Server

ABAP Accelerator MCP Server

io.github.openkash/abap-accelerator

What is the ABAP Accelerator MCP server?

MCP server for SAP ABAP development with 15 tools for ABAP objects, syntax, ATC, and more

How to install ABAP Accelerator

Copy-paste configuration for popular MCP clients.

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

    SAP system hostname (or host:port to skip port calculation)

  • SAP_INSTANCE_NUMBER
    required

    SAP instance number (e.g., 00)

  • SAP_CLIENT
    required

    SAP client number (e.g., 100)

  • SAP_USERNAME
    required
    secret

    SAP username

  • SAP_PASSWORD
    required
    secret

    SAP password

  • SAP_LANGUAGE

    SAP language

  • SAP_SECURE

    Use HTTPS for SAP connection

  • SSL_VERIFY

    Verify SSL certificates

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "abap-accelerator": {
      "command": "uvx",
      "args": [
        "abap-accelerator"
      ],
      "env": {
        "SAP_HOST": "<YOUR_SAP_HOST>",
        "SAP_INSTANCE_NUMBER": "<YOUR_SAP_INSTANCE_NUMBER>",
        "SAP_CLIENT": "<YOUR_SAP_CLIENT>",
        "SAP_USERNAME": "<YOUR_SAP_USERNAME>",
        "SAP_PASSWORD": "<YOUR_SAP_PASSWORD>",
        "SAP_LANGUAGE": "<YOUR_SAP_LANGUAGE>",
        "SAP_SECURE": "<YOUR_SAP_SECURE>",
        "SSL_VERIFY": "<YOUR_SSL_VERIFY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "abap-accelerator": {
      "command": "uvx",
      "args": [
        "abap-accelerator"
      ],
      "env": {
        "SAP_HOST": "<YOUR_SAP_HOST>",
        "SAP_INSTANCE_NUMBER": "<YOUR_SAP_INSTANCE_NUMBER>",
        "SAP_CLIENT": "<YOUR_SAP_CLIENT>",
        "SAP_USERNAME": "<YOUR_SAP_USERNAME>",
        "SAP_PASSWORD": "<YOUR_SAP_PASSWORD>",
        "SAP_LANGUAGE": "<YOUR_SAP_LANGUAGE>",
        "SAP_SECURE": "<YOUR_SAP_SECURE>",
        "SSL_VERIFY": "<YOUR_SSL_VERIFY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "abap-accelerator": {
      "command": "uvx",
      "args": [
        "abap-accelerator"
      ],
      "env": {
        "SAP_HOST": "<YOUR_SAP_HOST>",
        "SAP_INSTANCE_NUMBER": "<YOUR_SAP_INSTANCE_NUMBER>",
        "SAP_CLIENT": "<YOUR_SAP_CLIENT>",
        "SAP_USERNAME": "<YOUR_SAP_USERNAME>",
        "SAP_PASSWORD": "<YOUR_SAP_PASSWORD>",
        "SAP_LANGUAGE": "<YOUR_SAP_LANGUAGE>",
        "SAP_SECURE": "<YOUR_SAP_SECURE>",
        "SSL_VERIFY": "<YOUR_SSL_VERIFY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "abap-accelerator": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "abap-accelerator"
      ],
      "env": {
        "SAP_HOST": "<YOUR_SAP_HOST>",
        "SAP_INSTANCE_NUMBER": "<YOUR_SAP_INSTANCE_NUMBER>",
        "SAP_CLIENT": "<YOUR_SAP_CLIENT>",
        "SAP_USERNAME": "<YOUR_SAP_USERNAME>",
        "SAP_PASSWORD": "<YOUR_SAP_PASSWORD>",
        "SAP_LANGUAGE": "<YOUR_SAP_LANGUAGE>",
        "SAP_SECURE": "<YOUR_SAP_SECURE>",
        "SSL_VERIFY": "<YOUR_SSL_VERIFY>"
      }
    }
  }
}
Claude Code
claude mcp add abap-accelerator --env SAP_HOST=<YOUR_SAP_HOST> --env SAP_INSTANCE_NUMBER=<YOUR_SAP_INSTANCE_NUMBER> --env SAP_CLIENT=<YOUR_SAP_CLIENT> --env SAP_USERNAME=<YOUR_SAP_USERNAME> --env SAP_PASSWORD=<YOUR_SAP_PASSWORD> --env SAP_LANGUAGE=<YOUR_SAP_LANGUAGE> --env SAP_SECURE=<YOUR_SAP_SECURE> --env SSL_VERIFY=<YOUR_SSL_VERIFY> -- uvx abap-accelerator

Related MCP servers

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

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →