Model-driven tooling, like SAP Cloud Application Programming Model, SAP Fiori elements, SAPUI5, and SAP’s mobile development kit, increases developer productivity and supports consistency across SAP Build projects. The MCP servers are generally available now. With local MCP servers, SAP now provides new support for code assistants that power developers’ preferred agentic development solutions, such as Cursor, Windsurf, Claude Code, and Cline, while maintaining enterprise-grade governance and clean core alignment. These code assistants are generally available now.
Cloud Application Programming Model (CAP)
https://github.com/cap-js/mcp-server
{
"mcpServers": {
"cds-mcp": {
"command": "npx",
"args": ["-y", "@cap-js/mcp-server"],
"env": {}
}
}
}
SAP Fiori Elements
https://github.com/SAP/open-ux-tools
{
"mcpServers": {
"fiori-mcp": {
"type": "stdio",
"timeout": 600,
"command": "npx",
"args": ["--yes", "@sap-ux/fiori-mcp-server@latest", "fiori-mcp"]
}
}
}
SAPUI5
https://github.com/UI5/mcp-server
{
"mcpServers": {
"@ui5/mcp-server": {
"type": "stdio",
"command": "npx",
"args": ["@ui5/mcp-server"]
}
}
}
SAP Mobile development Kit (MDK)
https://github.com/SAP/mdk-mcp-server
{
"mcpServers": {
"mdk-mcp": {
"type": "stdio",
"command": "mdk-mcp",
"args": ["--schema-version", "25.9"]
}
}
}
Looking ahead, a new ABAP-based MCP server will expose ABAP Cloud development capabilities and ABAP AI capabilities to coding agents. General availability is planned for H1 2026.