Skip to content

Dx

Free

by MCP Community

An MCP server that supports developers using DX tools.

v0.2.0Added Apr 12, 2026
DXMCP
Works with:ClaudeGPTGeminiCopilot

Dx MCP Server

An MCP server that supports developers using DX tools.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @pagopa/dx-mcpserver
Add to claude_desktop_config.json
{
  "mcpServers": {
    "dx": {
      "command": "npx",
      "args": ["-y", "@pagopa/dx-mcpserver"]
    }
  }
}