ADT MCP Server
Allows AI agents to interact with SAP systems via ADT (ABAP Development Tools), enabling operations like browsing and managing ABAP development objects.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ADT MCP Serverlist all inactive ABAP programs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ADT MCP Server
Deploy
mbt build
cf deploy mta_archives/adt-mcp-server_1.0.0.mtarRelated MCP server: dassian-adt
Configure (3 commands)
cf set-env adt-mcp-server SAP_URL https://your-sap-host:44300
cf set-env adt-mcp-server SAP_USER youruser
cf set-env adt-mcp-server SAP_PASSWORD yourpass
cf restage adt-mcp-serverOptional:
cf set-env adt-mcp-server SAP_CLIENT 100
cf set-env adt-mcp-server SAP_LANGUAGE EN
cf restage adt-mcp-serverGet credentials (share with Claude / ChatGPT / Copilot)
cf create-service-key adt-mcp-uaa mcp-client-key
cf service-key adt-mcp-uaa mcp-client-keyYou'll get:
{
"clientid": "sb-adt-mcp-server!t12345",
"clientsecret": "xxxx-xxxx-xxxx-xxxx",
"url": "https://your-subaccount.authentication.us10.hana.ondemand.com"
}Connect Claude.ai
Claude.ai → Settings → Integrations → Add Integration
URL:
https://adt-mcp-server-xyz.cfapps.us10.hana.ondemand.com/sseLog in when prompted
Connect ChatGPT
Actions → OAuth:
Client ID:
clientidClient Secret:
clientsecretAuth URL:
https://your-subaccount.authentication.us10.hana.ondemand.com/oauth/authorizeToken URL:
https://your-subaccount.authentication.us10.hana.ondemand.com/oauth/tokenMCP URL:
https://adt-mcp-server-xyz.cfapps.us10.hana.ondemand.com/sse
Connect Microsoft Copilot
OAuth discovery: https://adt-mcp-server-xyz.cfapps.us10.hana.ondemand.com/.well-known/oauth-authorization-server
This server cannot be deployed
Maintenance
Related MCP Connectors
Let AI agents query data and act across all your business apps via MCP.
- ZapierOAuthcom.zapier
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
Connect Exact Online to your AI assistant via MCP. Manage Exact Online with natural language.
- PressoOAuthnow.presso
Connect e-commerce and marketing data to AI assistants via MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn ADT-to-MCP bridge that enables AI assistants to read, write, debug, deploy, and test SAP ABAP code through natural language.MIT

dassian-adtofficial
AlicenseNot gradedqualityDmaintenanceMCP server for SAP ABAP development via the ADT API. Connect AI assistants to your SAP system — read, write, test, and deploy ABAP code without SAP GUI.9MIT- AlicenseNot gradedqualityCmaintenanceAn MCP server that connects AI assistants to SAP systems via the ADT REST API, enabling read, write, syntax-check, and activation of ABAP code directly from the chat.3MIT
- AlicenseCqualityCmaintenanceEnables interaction with SAP ABAP systems via ADT APIs, allowing management of ABAP objects, transport requests, and code analysis through MCP clients.100112 npmMIT