From cds-mcp
Runs locally via @cap-js/mcp-server for CDS (Core Data Services) in SAP CAP. Provides tools, resources, and prompts for data modeling, service definition, and CAP app development.
npx claudepluginhub anthropics/claude-plugins-official --plugin cds-mcp
Add to your .mcp.json:
.mcp.json
{ "mcpServers": { "cds-mcp": { "command": "npx", "args": [ "-y", "@cap-js/mcp-server" ] } } }
npx