OpenZeppelin Stylus Contracts
docker-mcp/openzeppelin-stylusAccess to OpenZeppelin Stylus Contracts.
Tools · 3
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.
Resources · 3
Interactive Wizard UI for stylus-erc20
ui://openzeppelin/stylus-erc20.html
Interactive Wizard UI for stylus-erc721
ui://openzeppelin/stylus-erc721.html
Interactive Wizard UI for stylus-erc1155
ui://openzeppelin/stylus-erc1155.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"openzeppelin_stylus_contracts": {
"url": "https://mcp.openzeppelin.com/contracts/stylus/mcp",
"transport": "streamable-http"
}
}
}