Back to Apps

CAP MCP Plugin
Supports UIby sleibach
Generates MCP servers and interactive Fiori UIs from SAP CAP CDS models.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
Transforms SAP Cloud Application Programming (CAP) models into Model Context Protocol servers. It renders annotated entities as interactive SAP Fiori UIs (List & Object pages) within MCP-compatible hosts, allowing AI agents to perform CRUD operations on SAP data.
Key features
- Auto-UI Generation: Creates Fiori List Reports and Object Pages from
@UI.*annotations. - OData v4 Support: Exposes entities as MCP resources with full query support (
$filter,$top, etc.). - Draft Lifecycle: Full support for SAP Fiori draft handling (
draft-new,draft-activate). - Enterprise Auth: Integrated OAuth proxy with IAS and XSUA support.
Installation
Install via GitHub:
npm install github:sleibach/cap-mcp-plugin
Configure in package.json:
{
"cds": {
"mcp": {
"name": "my-enterprise-mcp",
"auth": "inherit"
}
}
}
Supported hosts
- Claude Desktop
- Any MCP-compatible host supporting MCP Apps (ui:// resources)
Quick install
npm install github:sleibach/cap-mcp-pluginInformation
- Pricing
- free
- Published
- 6/9/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Install the plugin in your CAP project and run `cds serve`. Then add the server URL to your config.





