awesome-ricing

GitHub

A curated list of awesome tools and technology to help you out with ricing on linux

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "awesome-ricing": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-ricing"
      ]
    }
  }
}