
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@ericglau/wizard-mcp
Advanced tools
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.
Provides tools to generate smart contract source code for the following languages and contract kinds. Resulting contracts use OpenZeppelin Contracts libraries for each language. Tools are named in the format <language>-<contract>
.
Language | Contracts |
---|---|
solidity | erc20, erc721, erc1155, stablecoin, rwa, account, governor, custom |
cairo | erc20, erc721, erc1155, account, multisig, governor, vesting, custom |
stellar | fungible, non-fungible |
stylus | erc20, erc721, erc1155 |
For quick installation, use the button below.
For manual installation:
{
"mcpServers": {
"openzeppelin-contracts-wizard": {
"command": "npx",
"args": [
"@openzeppelin/wizard-mcp"
]
}
}
}
{
"mcpServers": {
"openzeppelin-contracts-wizard": {
"command": "npx",
"args": [
"@openzeppelin/wizard-mcp"
]
}
}
}
For quick installation, use one of the buttons below.
For manual installation:
{
"servers": {
"openzeppelin-contracts-wizard": {
"type": "stdio",
"command": "npx",
"args": [
"@openzeppelin/wizard-mcp"
]
}
}
}
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.
FAQs
MCP Server for OpenZeppelin Contracts Wizard
We found that @ericglau/wizard-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.