OpenZeppelin Cairo Contracts
docker-mcp/openzeppelin-cairoAccess to OpenZeppelin Cairo Contracts.
Tools · 9
Make a fungible token per the ERC-20 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
Make a non-fungible token per the ERC-721 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
Make a non-fungible token per the ERC-1155 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
Make a minimal multi-token per the ERC-6909 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
Make a custom smart contract that represents an account that can be deployed and interacted with other contracts, and can be extended to implement custom logic. An account is a special type of contrac…
Make a multi-signature smart contract, requiring a quorum of registered signers to approve and collectively execute transactions. Returns the source code of the generated contract, formatted in a Mar…
Make a contract to implement governance, such as for a DAO. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
Make a vesting smart contract that manages the gradual release of ERC-20 tokens to a designated beneficiary based on a predefined vesting schedule. Returns the source code of the generated contract, …
Make a custom smart contract. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
Resources · 9
Interactive Wizard UI for cairo-erc20
ui://openzeppelin/cairo-erc20.html
Interactive Wizard UI for cairo-erc721
ui://openzeppelin/cairo-erc721.html
Interactive Wizard UI for cairo-erc1155
ui://openzeppelin/cairo-erc1155.html
Interactive Wizard UI for cairo-erc6909
ui://openzeppelin/cairo-erc6909.html
Interactive Wizard UI for cairo-account
ui://openzeppelin/cairo-account.html
Interactive Wizard UI for cairo-multisig
ui://openzeppelin/cairo-multisig.html
Interactive Wizard UI for cairo-governor
ui://openzeppelin/cairo-governor.html
Interactive Wizard UI for cairo-vesting
ui://openzeppelin/cairo-vesting.html
Interactive Wizard UI for cairo-custom
ui://openzeppelin/cairo-custom.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"openzeppelin_cairo_contracts": {
"url": "https://mcp.openzeppelin.com/contracts/cairo/mcp",
"transport": "streamable-http"
}
}
}