From mdk-mcp
Local MCP server for SAP Mobile Development Kit (MDK), providing tools for metadata-driven mobile app development targeting iOS and Android with SAP integrations.
npx claudepluginhub anthropics/claude-plugins-official --plugin sap-mdk-serverAdd to your .mcp.json:
{
"mcpServers": {
"mdk-mcp": {
"command": "npx",
"args": [
"-y",
"@sap/mdk-mcp-server"
]
}
}
}npx