Skip to content
Claude Desktop

ARC-1 for Claude Desktop

io.github.arc-mcp/arc-1

MCP server for SAP ABAP systems

client:Claude Desktop transport:stdio runtime:npm

Install ARC-1 in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "arc-1": {
      "command": "npx",
      "args": [
        "-y",
        "arc-1"
      ],
      "env": {
        "SAP_URL": "<SAP_URL>",
        "SAP_USER": "<SAP_USER>",
        "SAP_PASSWORD": "<SAP_PASSWORD>",
        "SAP_CLIENT": "<SAP_CLIENT>",
        "SAP_LANGUAGE": "<SAP_LANGUAGE>",
        "SAP_INSECURE": "<SAP_INSECURE>",
        "SAP_ALLOW_WRITES": "<SAP_ALLOW_WRITES>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ARC-1 in other clients