Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@ericglau/wizard-mcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@ericglau/wizard-mcp

MCP Server for OpenZeppelin Contracts Wizard

unpublished
latest
Source
npmnpm
Version
0.0.1-alpha.7
Version published
Maintainers
1
Created
Source

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

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>.

LanguageContracts
solidityerc20, erc721, erc1155, stablecoin, rwa, account, governor, custom
cairoerc20, erc721, erc1155, account, multisig, governor, vesting, custom
stellarfungible, non-fungible
styluserc20, erc721, erc1155

Installation

Cursor

For quick installation, use the button below.

Add to Cursor

For manual installation:

  • Go to Settings > Cursor Settings > MCP Tools > New MCP Server.
  • Add the following to your MCP configuration file and save.
{
  "mcpServers": {
    "openzeppelin-contracts-wizard": {
      "command": "npx",
      "args": [
        "@openzeppelin/wizard-mcp"
      ]
    }
  }
}
  • See the MCP server in the list.

Windsurf

  • Go to Settings > Windsurf Settings > Cascade > Manage Plugins > View raw config.
  • Add the following to your MCP configuration file and save.
{
  "mcpServers": {
    "openzeppelin-contracts-wizard": {
      "command": "npx",
      "args": [
        "@openzeppelin/wizard-mcp"
      ]
    }
  }
}
  • Click Refresh on the Manage Plugins page.
  • See the MCP server in the list.

VS Code

For quick installation, use one of the buttons below.

Add to VS Code Add to VS Code Insiders

For manual installation:

{
  "servers": {
    "openzeppelin-contracts-wizard": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "@openzeppelin/wizard-mcp"
      ]
    }
  }
}

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.

FAQs

Package last updated on 18 Jun 2025

Did you know?

Socket

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.

Install

Related posts