# Thysrael/Horizon | Model Context Protocol (MCP) Server > 📡 Your own AI-powered news radar. Generates daily briefings in English & Chinese. | 用 AI 构建你专属的新闻雷达 - **Stars**: ⭐ 8,719 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Horizon": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Horizon" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Horizon": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Horizon" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Horizon` - **Docker**: `docker run -i --rm mcp/Horizon`