Skip to content

Cap

Free

by MCP Community

MCP Plugin for CAP

v1.5.1Added Apr 12, 2026
MCPCAPpluginSAP
Works with:ClaudeGPTGeminiCopilot

Cap MCP Server

MCP Plugin for CAP

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @gavdi/cap-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "cap": {
      "command": "npx",
      "args": ["-y", "@gavdi/cap-mcp"]
    }
  }
}