# mvanhorn/last30days-skill | Model Context Protocol (MCP) Server > AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary - **Stars**: ⭐ 57,847 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "last30days-skill": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-last30days-skill" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "last30days-skill": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-last30days-skill" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-last30days-skill` - **Docker**: `docker run -i --rm mcp/last30days-skill`