MCP server for the RARE Protocol - deploy NFT contracts, mint tokens, and run auctions from any MCP-compatible AI client
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rare-protocol-mcp-se": {
"command": "npx",
"args": [
"-y",
"Deconstruct2021/rare-protocol-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add rare-protocol-mcp-se npx -y Deconstruct2021/rare-protocol-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"rare-protocol-mcp-se": {
"command": "npx",
"args": [
"-y",
"Deconstruct2021/rare-protocol-mcp-server"
]
}
}
}