Back to MCP Servers

Contracts Wizard

A Model Context Protocol (MCP) server that allows AI agents to generate secure smart contracts in multiples languages based on [OpenZeppelin Wizard templates](https://wizard.openzeppelin.com/).

developer-toolsaiagent

Installation

npx -y contracts-wizard

Configuration

{
  "mcpServers": {
    "contracts-wizard": {
      "command": "npx",
      "args": ["-y", "contracts-wizard"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub