BeClaude

sap-mdk-server

New
Official PluginDevelopmentby SAP SE

MCP server for SAP Mobile Development Kit (MDK). Build and modify MDK applications with AI assistance — schema lookups, action validation, rule editing, and project scaffolding.

First seen 5/22/2026

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

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "sap-mdk-server": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

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.

Usage Examples

1

/sap-mdk-server validate action 'CreateSalesOrder'

2

Scaffold a new MDK project for inventory management with offline sync

3

Edit the rule file 'onWillUpdate.js' to add validation logic

View source on GitHub
mcp

Security Audits

LicenseUnknownSourcePassRepositoryPass

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..