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/).
Quick Start
Clone the repository:
git clone https://github.com/OpenZeppelin/contracts-wizard/tree/master/packages/mcpClaude Desktop configuration example:
{
"mcpServers": {
"contracts-wizard": {
"command": "npx",
"args": [
"-y",
"OpenZeppelin/contracts-wizard"
]
}
}
}Check the repository README for specific installation and configuration instructions.