SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Set Up MCP Server for MDK Development

Configure your development environment to get started with an agentic coding experience using the MCP server for mobile development kit (MDK).

Overview

🎓 beginner 20 min. Mobile Development Kit ClientBeginnerIosAndroidMobileSAP Business Technology PlatformSAP Mobile ServicesSAP Build CodeSAP Build

You will learn

  • โœ”Set up your local machine for agentic MDK development
  • โœ”Install and configure the MDK MCP server
  • โœ”Configure an LLM provider for use with MCP
  • โœ”Connect an MCP client (VS Code + Cline) to the MCP server
  • โœ”Define rules to guide AI-assisted MDK development
Jitendra Kansal J Jitendra Kansal August 10, 2026
Created by January 23, 2026
Contributors

Prerequisites

Prerequisites

Steps

Step 1 Understand the MCP server for mobile development kit
โ€”

MCP (Model Context Protocol) is an open standard that helps AI models and tools work together in a structured and secure way. It defines a common way for AI coding assistants (powered by large language models) to connect with external tools, data, and workflows.

MCP uses a client-server architecture to make communication between AI applications and external systems straightforward.

  • Host Application: The AI application that users interact with, such as an LLM chat interface or an AI-powered code editor. It initiates requests and drives the workflow.
  • MCP Client: Embedded in the host application. It converts the host requests into the MCP standard and manages communication with MCP servers.
  • MCP Server: A service that exposes a specific tool or data source (for example, a GitHub repository, a database, or SAP tools) to the AI system using the MCP standard.

The MCP server for mobile development kit (MDK) is an open-source server built specifically for MDK development. It provides AI agents with MDK-specific knowledge, such as:

  • Best-practice guidelines
  • Project-aware context
  • Templates for creating new MDK projects
  • Access to MDK CLI tools

These features enable AI agents to understand MDK projects more effectively, supporting an AI-assisted (agentic) development workflow. For more information, see this blog post.

MDK
MDK

Step 2 Install Required Tooling
+
Step 3 Add Your LLM Provider and Model
+
Step 4 Configure an MCP Client to Connect to the MCP Server
+
Step 5 Create a Rule File for AI-Assisted Development
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Understand the MCP server for mobile development kit 2. Install Required Tooling 3. Add Your LLM Provider and Model 4. Configure an MCP Client to Connect to the MCP Server 5. Create a Rule File for AI-Assisted Development

Learn more →