# samuelclay/NewsBlur | Model Context Protocol (MCP) Server > NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument. - **Stars**: ⭐ 7,560 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "NewsBlur": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-NewsBlur" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "NewsBlur": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-NewsBlur" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-NewsBlur` - **Docker**: `docker run -i --rm mcp/NewsBlur`