mdk-create
Creates MDK projects or entity metadata using templates (CRUD, List Detail, Base). Use this for initializing new projects or adding entity metadata to existing projects.
How to use it
mdk-create is exposed by the Mdk MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the mdk-create tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Mdk MCP Server
npm install -g @sap/mdk-mcp-serverOther tools in Mdk MCP Server (4)
Unified tool for accessing MDK documentation including search, component schemas, property details, and examples.
Fetches OData $metadata document from a Mobile Services destination and saves it as a .service.metadata file in the MDK project. This file is required by mdk-create and mdk-gen tools for data-bound page/action generation. Requires CF CLI authentication (cf login).
Generates MDK artifacts including pages, actions, i18n files, and rule references. Returns prompts for LLM processing (pages, actions, i18n) or searches for rule examples.
Comprehensive MDK project management tool that handles build, deploy, validate, migrate, show QR code, and mobile app editor operations.