What is the ARC-1 MCP server?
MCP server for SAP ABAP systems
How to install ARC-1
Copy-paste configuration for popular MCP clients.
SAP_URLrequiredSAP system URL (e.g., http://host:50000)
SAP_USERrequiredSAP username
SAP_PASSWORDrequiredsecretSAP password
SAP_CLIENTSAP client number
SAP_LANGUAGESAP logon language
SAP_INSECURESkip TLS certificate verification
SAP_ALLOW_WRITESAllow ABAP object mutations (safe default: false)
SAP_TRANSPORTMCP transport (Docker defaults to http-streamable, set to stdio for local MCP clients)
{
"mcpServers": {
"arc-1": {
"command": "npx",
"args": [
"-y",
"arc-1"
],
"env": {
"SAP_URL": "<YOUR_SAP_URL>",
"SAP_USER": "<YOUR_SAP_USER>",
"SAP_PASSWORD": "<YOUR_SAP_PASSWORD>",
"SAP_CLIENT": "<YOUR_SAP_CLIENT>",
"SAP_LANGUAGE": "<YOUR_SAP_LANGUAGE>",
"SAP_INSECURE": "<YOUR_SAP_INSECURE>",
"SAP_ALLOW_WRITES": "<YOUR_SAP_ALLOW_WRITES>",
"SAP_TRANSPORT": "<YOUR_SAP_TRANSPORT>"
}
}
}
}{
"mcpServers": {
"arc-1": {
"command": "npx",
"args": [
"-y",
"arc-1"
],
"env": {
"SAP_URL": "<YOUR_SAP_URL>",
"SAP_USER": "<YOUR_SAP_USER>",
"SAP_PASSWORD": "<YOUR_SAP_PASSWORD>",
"SAP_CLIENT": "<YOUR_SAP_CLIENT>",
"SAP_LANGUAGE": "<YOUR_SAP_LANGUAGE>",
"SAP_INSECURE": "<YOUR_SAP_INSECURE>",
"SAP_ALLOW_WRITES": "<YOUR_SAP_ALLOW_WRITES>",
"SAP_TRANSPORT": "<YOUR_SAP_TRANSPORT>"
}
}
}
}{
"mcpServers": {
"arc-1": {
"command": "npx",
"args": [
"-y",
"arc-1"
],
"env": {
"SAP_URL": "<YOUR_SAP_URL>",
"SAP_USER": "<YOUR_SAP_USER>",
"SAP_PASSWORD": "<YOUR_SAP_PASSWORD>",
"SAP_CLIENT": "<YOUR_SAP_CLIENT>",
"SAP_LANGUAGE": "<YOUR_SAP_LANGUAGE>",
"SAP_INSECURE": "<YOUR_SAP_INSECURE>",
"SAP_ALLOW_WRITES": "<YOUR_SAP_ALLOW_WRITES>",
"SAP_TRANSPORT": "<YOUR_SAP_TRANSPORT>"
}
}
}
}{
"servers": {
"arc-1": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arc-1"
],
"env": {
"SAP_URL": "<YOUR_SAP_URL>",
"SAP_USER": "<YOUR_SAP_USER>",
"SAP_PASSWORD": "<YOUR_SAP_PASSWORD>",
"SAP_CLIENT": "<YOUR_SAP_CLIENT>",
"SAP_LANGUAGE": "<YOUR_SAP_LANGUAGE>",
"SAP_INSECURE": "<YOUR_SAP_INSECURE>",
"SAP_ALLOW_WRITES": "<YOUR_SAP_ALLOW_WRITES>",
"SAP_TRANSPORT": "<YOUR_SAP_TRANSPORT>"
}
}
}
}claude mcp add arc-1 --env SAP_URL=<YOUR_SAP_URL> --env SAP_USER=<YOUR_SAP_USER> --env SAP_PASSWORD=<YOUR_SAP_PASSWORD> --env SAP_CLIENT=<YOUR_SAP_CLIENT> --env SAP_LANGUAGE=<YOUR_SAP_LANGUAGE> --env SAP_INSECURE=<YOUR_SAP_INSECURE> --env SAP_ALLOW_WRITES=<YOUR_SAP_ALLOW_WRITES> --env SAP_TRANSPORT=<YOUR_SAP_TRANSPORT> -- npx -y arc-1Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.