@ericglau/wizard-mcp v0.0.1-alpha.6
OpenZeppelin Contracts Wizard MCP Server
A Model Context Protocol (MCP) server that allows AI agents to generate smart contracts using the OpenZeppelin Contracts Wizard.
!WARNING AI agents determine when and how to use the MCP server and therefore may produce inaccurate results. You should always review any information produced by the AI agent to ensure that any results are accurate and suit your purposes.
Features
Solidity
Provides the following tools:
solidity-generate-erc20: Generate an ERC20 smart contract for Soliditysolidity-generate-erc721: Generate an ERC721 smart contract for Soliditysolidity-generate-erc1155: Generate an ERC1155 smart contract for Soliditysolidity-generate-stablecoin: (Experimental) Generate a stablecoin smart contract for Soliditysolidity-generate-account: (Experimental) Generate an account smart contract for Soliditysolidity-generate-custom: Generate a custom smart contract for Soliditysolidity-generate-governor: Generate a governor smart contract for Soliditysolidity-generate-rwa: (Experimental) Generate a real-world asset smart contract for Solidity
Installation
MCP Configuration
Add the following to your MCP configuration file:
{
"mcpServers": {
"OpenZeppelin Contracts Wizard": {
"command": "npx",
"args": [
"@ericglau/wizard-mcp"
]
}
}
}Windsurf
- Go to Settings > Windsurf Settings > Cascade > Manage Plugins > View raw config.
- Add the above MCP Configuration to the config file and save.
- Click Refresh on the Manage Plugins page.
- See the MCP Server in the list.
Cursor
- Go to Settings > Cursor Settings > MCP > Add new global MCP server.
- Add the above MCP Configuration to the config file and save.
- See the MCP Server in the list.
Usage
In your IDE's Write or Agent mode, ask the AI agent to write or modify smart contracts for your use case. When the AI agent determines it is appropriate to do so, it will use the MCP server to generate the contracts or determine best practices for your use case.
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
5 months ago