This repository provides a Model Context Protocol (MCP) server for ABAP Development Tools (ADT), exposing various ABAP repository-read tools
MCP Adt MCP server exists for a simple reason — assistants are far more useful when they can act on MCP Adt directly instead of describing what you should do. This repository provides a Model Context Protocol (MCP) server for ABAP Development Tools (ADT), exposing various ABAP repository-read tools (program, class, function, include, interface, structure, table, where-used, etc.) over a.
Once MCP Adt is connected, these are the calls the assistant has available:
get_program_source_mcp — Retrieve ABAP program sourceget_class_source_mcp — Retrieve ABAP class sourceget_function_group_source_mcp — Retrieve function group sourceget_function_source_mcp — Retrieve function module sourceget_include_source_mcp — Retrieve include sourceget_interface_source_mcp — Retrieve interface sourceget_structure_source_mcp — Retrieve structure definitionget_table_source_mcp — Retrieve table definitionget_table_contents_mcp — Fetch table data (max rows default 100)get_package_structure_mcp — Retrieve package metadataget_type_info_mcp — Retrieve type informationget_transaction_properties_mcp — Retrieve transaction propertiesmcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need one environment variable: SAP_JWT_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
.env file in the project root with your SAP connection settings (see below)Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Adt's toolset — get_program_source_mcp, get_class_source_mcp, get_function_group_source_mcp and 11 more — is a fair guide to whether it matches your workflow. It is maintained by YahorNovik; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| get_program_source_mcp | Retrieve ABAP program source |
| get_class_source_mcp | Retrieve ABAP class source |
| get_function_group_source_mcp | Retrieve function group source |
| get_function_source_mcp | Retrieve function module source |
| get_include_source_mcp | Retrieve include source |
| get_interface_source_mcp | Retrieve interface source |
| get_structure_source_mcp | Retrieve structure definition |
| get_table_source_mcp | Retrieve table definition |
| get_table_contents_mcp | Fetch table data (max rows default 100) |
| get_package_structure_mcp | Retrieve package metadata |
| get_type_info_mcp | Retrieve type information |
| get_transaction_properties_mcp | Retrieve transaction properties |
| get_search_objects_mcp | Quick search for repository objects |
| get_usage_references_mcp | Retrieve where‑used references for any object |
{
"mcpServers": {
"adt": {
"command": "uvx",
"args": ["mcp"],
"env": {
"SAP_JWT_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
.env file in the project root with your SAP connection settings (see below)| Variable | Description | Required |
|---|---|---|
| SAP_JWT_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.