Skip to content

Plugin Mcp Actions Backend

Free

by MCP Community

v0.1.11Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Plugin Mcp Actions Backend MCP Server

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @backstage/plugin-mcp-actions-backend
Add to claude_desktop_config.json
{
  "mcpServers": {
    "plugin-mcp-actions-backend": {
      "command": "npx",
      "args": ["-y", "@backstage/plugin-mcp-actions-backend"]
    }
  }
}