rare-protocol-mcp-server

Deconstruct2021/rare-protocol-mcp-server
★ 3 stars TypeScript 🤖 AI/LLM Updated 27d ago
MCP server for the RARE Protocol - deploy NFT contracts, mint tokens, and run auctions from any MCP-compatible AI client
View on GitHub →

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"
      ]
    }
  }
}