Skip to main content
Developer ToolsUnknown

OpenZeppelin/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-tools
Share:

Quick Start

Clone the repository:

git clone https://github.com/OpenZeppelin/contracts-wizard/tree/master/packages/mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Unknown
Author
OpenZeppelin