Payment Successful!

You've purchased mcp-devutils Pro — all 45 tools

Your license key will be sent to your email within 1 hour.

Check the email address you used at checkout. If you don't receive it, reply to the Stripe receipt email.

Once you have your key:

Add the env block with your key to your MCP config, then restart:

Claude Desktop / Cursor / Windsurf

{
  "mcpServers": {
    "devutils": {
      "command": "npx",
      "args": ["-y", "mcp-devutils"],
      "env": {
        "MCP_DEVUTILS_KEY": "DU.your-key-here"
      }
    }
  }
}

Claude Code

claude mcp add devutils -e MCP_DEVUTILS_KEY=DU.your-key-here -- npx -y mcp-devutils

VS Code (.vscode/mcp.json)

{
  "servers": {
    "devutils": {
      "command": "npx",
      "args": ["-y", "mcp-devutils"],
      "env": {
        "MCP_DEVUTILS_KEY": "DU.your-key-here"
      }
    }
  }
}

Restart your AI assistant — all 45 tools are now active!

Lost your key? Reply to your Stripe receipt email and we'll resend it.