MCP Abap Adt
Rank #1,408io.github.fr0ster/mcp-abap-adt
MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP
MCP Abap Adt is a Model Context Protocol (MCP) server published by fr0ster. It ranks #1,408 of 115,591 servers tracked on MCP Toplist, and its repository has 84 GitHub stars. MCP Abap Adt is listed across 3 registries — Official MCP, PulseMCP and Glama, with 14 tracked versions. It was first listed on Oct 30, 2025 and most recently updated on Apr 17, 2026.
Ranks ahead of 114,183 of 115,591 servers on MCP Toplist.
Use MCP Abap Adt
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-abap-adt -- npx -y @mcp-abap-adt/core[mcp_servers.mcp-abap-adt]
command = "npx"
args = ["-y", "@mcp-abap-adt/core"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-abap-adt": {
"command": "npx",
"args": [
"-y",
"@mcp-abap-adt/core"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-abap-adt": {
"command": "npx",
"args": [
"-y",
"@mcp-abap-adt/core"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-abap-adt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcp-abap-adt/core"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-abap-adt": {
"command": "npx",
"args": [
"-y",
"@mcp-abap-adt/core"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-abap-adt": {
"command": "npx",
"args": [
"-y",
"@mcp-abap-adt/core"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fr0ster%2Fmcp-abap-adt)<a href="https://mcptoplist.com/server/io.github.fr0ster%2Fmcp-abap-adt"><img src="https://mcptoplist.com/badge/io.github.fr0ster%2Fmcp-abap-adt.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
fr0ster
Other servers by fr0ster
View all fr0ster servers →Available versions (14)
| Version | Published |
|---|---|
| 6.3.0 | Apr 17, 2026 |
| 4.9.0 | Apr 8, 2026 |
| 4.7.1 | Apr 1, 2026 |
| 4.6.0 | Mar 31, 2026 |
| 4.2.1 | Mar 14, 2026 |
| 2.7.5 | Mar 3, 2026 |
| 2.5.2 | Feb 26, 2026 |
| 2.5.0 | Feb 23, 2026 |
| 2.2.7 | Feb 12, 2026 |
| 2.2.5 | Feb 11, 2026 |
| 2.2.4 | Feb 11, 2026 |
| 2.2.0 | Feb 11, 2026 |
| 2.1.8 | Feb 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Abap Adt?
- MCP Abap Adt is maintained by fr0ster, which publishes 3 MCP servers (27 total versions) tracked on MCP Toplist.
- Is MCP Abap Adt listed on the Official MCP Registry?
- Yes — MCP Abap Adt is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Abap Adt have?
- MCP Toplist tracks 14 versions of MCP Abap Adt, most recently published on Apr 17, 2026.
- Where can I find the source code for MCP Abap Adt?
- The source code for MCP Abap Adt is hosted at github.com/fr0ster/mcp-abap-adt.