ABAP Accelerator
Rank #25,729io.github.openkash/abap-accelerator
MCP server for SAP ABAP development with 15 tools for ABAP objects, syntax, ATC, and more
ABAP Accelerator is a Model Context Protocol (MCP) server published by openkash. It ranks #25,729 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. ABAP Accelerator is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 3, 2026 and most recently updated on Apr 3, 2026.
Ranks ahead of 106,317 of 132,046 servers on MCP Toplist.
Use ABAP Accelerator
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add abap-accelerator -e "SAP_HOST=<your SAP_HOST>" -e "SAP_INSTANCE_NUMBER=<your SAP_INSTANCE_NUMBER>" -e "SAP_CLIENT=<your SAP_CLIENT>" -e "SAP_USERNAME=<your SAP_USERNAME>" -e "SAP_PASSWORD=<your SAP_PASSWORD>" -e "SAP_LANGUAGE=<your SAP_LANGUAGE>" -e "SAP_SECURE=<your SAP_SECURE>" -e "SSL_VERIFY=<your SSL_VERIFY>" -- uvx abap-acceleratorReplace each placeholder with your own value before saving.
[mcp_servers.abap-accelerator]
command = "uvx"
args = ["abap-accelerator"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}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.openkash%2Fabap-accelerator)<a href="https://mcptoplist.com/server/io.github.openkash%2Fabap-accelerator"><img src="https://mcptoplist.com/badge/io.github.openkash%2Fabap-accelerator.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
openkash
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Apr 3, 2026 |
Frequently asked questions
- Who maintains ABAP Accelerator?
- ABAP Accelerator is maintained by openkash, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is ABAP Accelerator listed on the Official MCP Registry?
- Yes — ABAP Accelerator is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ABAP Accelerator have?
- MCP Toplist tracks 1 version of ABAP Accelerator, most recently published on Apr 3, 2026.
- Where can I find the source code for ABAP Accelerator?
- The source code for ABAP Accelerator is hosted at github.com/openkash/abap-accelerator.
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.