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
By OpenZeppelin
Installation
npx -y contracts-wizardConfiguration
{
"mcpServers": {
"contracts-wizard": {
"command": "npx",
"args": ["-y", "contracts-wizard"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes