OpenZeppelin Solidity Contracts
docker-mcp/openzeppelin-solidityAccess to OpenZeppelin Solidity Contracts.
Tools · 8
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 stablecoin token that uses the ERC-20 standard. Experimental, some features are not audited and are subject to change. Returns the source code of the generated contract, formatted in a Markdow…
Make a real-world asset token that uses the ERC-20 standard. Experimental, some features are not audited and are subject to change. Returns the source code of the generated contract, formatted in a M…
Make an account contract that follows the ERC-4337 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
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 custom smart contract. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
Resources · 8
Interactive Wizard UI for solidity-erc20
ui://openzeppelin/solidity-erc20.html
Interactive Wizard UI for solidity-erc721
ui://openzeppelin/solidity-erc721.html
Interactive Wizard UI for solidity-erc1155
ui://openzeppelin/solidity-erc1155.html
Interactive Wizard UI for solidity-stablecoin
ui://openzeppelin/solidity-stablecoin.html
Interactive Wizard UI for solidity-rwa
ui://openzeppelin/solidity-rwa.html
Interactive Wizard UI for solidity-account
ui://openzeppelin/solidity-account.html
Interactive Wizard UI for solidity-governor
ui://openzeppelin/solidity-governor.html
Interactive Wizard UI for solidity-custom
ui://openzeppelin/solidity-custom.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"openzeppelin_solidity_contracts": {
"url": "https://mcp.openzeppelin.com/contracts/solidity/mcp",
"transport": "streamable-http"
}
}
}