SAP

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

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 21, 2026
Created on January 23, 2026
Contributors

More from Jitendra Kansal

See all 34 tutorials by Jitendra Kansal →

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 MCP Server Architecture Overview
MDK MCP Server Architecture Overview

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
Next