ARC-1
About
MCP server for SAP ABAP systems
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SAP_URL SAP_USER SAP_PASSWORD SAP_CLIENT SAP_LANGUAGE SAP_INSECURE SAP_ALLOW_WRITESClaude Code
claude mcp add --env SAP_URL= --env SAP_USER= --env SAP_PASSWORD= --env SAP_CLIENT= --env SAP_LANGUAGE= --env SAP_INSECURE= --env SAP_ALLOW_WRITES= arc-1 -- npx arc-1
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"arc-1","command":"npx","args":["arc-1"],"env":{"SAP_URL":"","SAP_USER":"","SAP_PASSWORD":"","SAP_CLIENT":"","SAP_LANGUAGE":"","SAP_INSECURE":"","SAP_ALLOW_WRITES":""}}'
JSON
{
"mcpServers": {
"arc-1": {
"command": "npx",
"args": [
"arc-1"
],
"env": {
"SAP_URL": "",
"SAP_USER": "",
"SAP_PASSWORD": "",
"SAP_CLIENT": "",
"SAP_LANGUAGE": "",
"SAP_INSECURE": "",
"SAP_ALLOW_WRITES": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.