sap-mdk-server
NewMCP server for SAP Mobile Development Kit (MDK). Build and modify MDK applications with AI assistance — schema lookups, action validation, rule editing, and project scaffolding.
Summary
This MCP server integrates SAP Mobile Development Kit (MDK) capabilities into Claude Code, enabling AI-assisted development of MDK applications.
- It supports schema lookups, action validation, rule editing, and project scaffolding, streamlining the development workflow for SAP mobile apps.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "sap-mdk-server": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/sap-mdk-server validate action 'CreateSalesOrder'
Scaffold a new MDK project for inventory management with offline sync
Edit the rule file 'onWillUpdate.js' to add validation logic
Security Audits
Frequently Asked Questions
What is sap-mdk-server?
This MCP server integrates SAP Mobile Development Kit (MDK) capabilities into Claude Code, enabling AI-assisted development of MDK applications. It supports schema lookups, action validation, rule editing, and project scaffolding, streamlining the development workflow for SAP mobile apps.
How to install sap-mdk-server?
To install sap-mdk-server: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "sap-mdk-server": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is sap-mdk-server best for?
sap-mdk-server is a mcp categorized under Development. It is designed for: mcp. Created by SAP SE.
What can I use sap-mdk-server for?
sap-mdk-server is useful for: Look up MDK metadata schemas to understand available properties and data types.; Validate MDK action definitions against the latest SDK rules to catch errors early.; Edit and refine MDK rules (JavaScript) with AI suggestions for logic improvements.; Scaffold a new MDK project structure with recommended folder layout and configuration files.; Generate MDK action sequences for common mobile patterns like login or data sync.; Debug MDK application issues by analyzing action chains and rule dependencies..