Loading MCP server directory, please wait...
MCP server for SAP ABAP systems
npx @getmcp/cli add io.github.marianfoo/arc-1Requires Node.js 18+. Community-contributed server. Review source before installing.
SAP_URLSAP system URL (e.g., http://host:50000)
SAP_USERSAP username
SAP_PASSWORDSAP password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.marianfoo/arc-1": {
"command": "npx",
"args": [
"-y",
"arc-1"
],
"env": {
"SAP_URL": "",
"SAP_USER": "",
"SAP_PASSWORD": "",
"SAP_CLIENT": "100",
"SAP_LANGUAGE": "EN",
"SAP_INSECURE": "false",
"SAP_ALLOW_WRITES": "false"
}
}
}
}