# fosslife/awesome-ricing | Model Context Protocol (MCP) Server > A curated list of awesome tools and technology to help you out with ricing on linux - **Stars**: ⭐ 4,245 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-ricing": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-ricing" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-ricing": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-ricing" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-ricing` - **Docker**: `docker run -i --rm mcp/awesome-ricing`