last30days-skill

GitHub

AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary

RAW Config

Claude Desktop Configuration

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

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