Back to MCP Servers
🔌

OpenZeppelin/contracts-wizard

AGPL-3.0

A Model Context Protocol (MCP) server that allows AI agents to generate secure smart contracts in multiples languages based on .

TypeScriptAI & LLMs

Install

npx -y root

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "openzeppelin-contracts-wizard": {
      "command": "npx",
      "args": [
        "-y",
        "root"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.