SERVER

ARC-1

Rank #19338

io.github.marianfoo/arc-1

MCP server for SAP ABAP systems

First listed
Apr 20, 2026
Last publish date
May 11, 2026
OVERVIEW

ARC-1 is a Model Context Protocol (MCP) server published by marianfoo. It ranks #19338 of 58,832 servers tracked on MCP Toplist. ARC-1 is listed on Official MCP, with 14 tracked versions. It was first listed on Apr 20, 2026 and most recently updated on May 11, 2026.

STANDING
#19,338of 58,832 tracked serversTop 50%

Ranks ahead of 39,494 of 58,832 servers on MCP Toplist.

CONNECT

Use ARC-1

Add ARC-1 to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

npm package
{
  "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>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

Docker image
{
  "mcpServers": {
    "arc-1": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/marianfoo/arc-1:0.9.5"
      ],
      "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>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 1 registry

ORGANIZATION

marianfoo

Organization
Total servers
5
Total versions
16
MORE FROM THIS PUBLISHER

Other servers by marianfoo

View all marianfoo servers →
VERSIONS

Available versions (14)

VersionPublished
0.9.5May 11, 2026
0.9.4May 10, 2026
0.9.3May 9, 2026
0.9.2May 8, 2026
0.8.0May 6, 2026
0.7.2May 2, 2026
0.7.1Apr 27, 2026
0.7.0Apr 27, 2026
0.6.10Apr 20, 2026
0.6.9Apr 17, 2026
0.6.8Apr 16, 2026
0.6.7Apr 15, 2026
0.6.6Apr 14, 2026
0.6.4Apr 14, 2026
FAQ

Frequently asked questions

What is ARC-1?
MCP server for SAP ABAP systems
Who maintains ARC-1?
ARC-1 is maintained by marianfoo, which publishes 5 MCP servers (16 total versions) tracked on MCP Toplist.
Is ARC-1 an official MCP server?
Yes — ARC-1 is listed on the Official MCP Registry.
How many versions does ARC-1 have?
MCP Toplist tracks 14 versions of ARC-1, most recently published on May 11, 2026.
Where can I find the source code for ARC-1?
The source code for ARC-1 is hosted at github.com/marianfoo/arc-1.git.
EXPLORE