SERVER
ARC-1
Rank #19337io.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 #19337 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,337of 58,832 tracked serversTop 50%
Ranks ahead of 39,495 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
MORE FROM THIS PUBLISHER
Other servers by marianfoo
View all marianfoo servers →VERSIONS
Available versions (14)
| Version | Published |
|---|---|
| 0.9.5 | May 11, 2026 |
| 0.9.4 | May 10, 2026 |
| 0.9.3 | May 9, 2026 |
| 0.9.2 | May 8, 2026 |
| 0.8.0 | May 6, 2026 |
| 0.7.2 | May 2, 2026 |
| 0.7.1 | Apr 27, 2026 |
| 0.7.0 | Apr 27, 2026 |
| 0.6.10 | Apr 20, 2026 |
| 0.6.9 | Apr 17, 2026 |
| 0.6.8 | Apr 16, 2026 |
| 0.6.7 | Apr 15, 2026 |
| 0.6.6 | Apr 14, 2026 |
| 0.6.4 | Apr 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