@cap-js/mcp-server
Freeby MCP Community
Model Context Protocol (MCP) server for AI-assisted development of CAP applications.
v0.0.4Added Apr 12, 2026
@cap-js/mcp-server MCP Server
Model Context Protocol (MCP) server for AI-assisted development of CAP applications.
Installation
Reviews
Installation
Quick install
npx -y @cap-js/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@cap-js/mcp-server": {
"command": "npx",
"args": ["-y", "@cap-js/mcp-server"]
}
}
}