Skip to content
Cursor

newsintel for Cursor

io.github.stabem/newsintel

Personalized news intelligence for AI agents — 100+ sources, ranked briefings.

client:Cursor transport:stdio runtime:npm

Install newsintel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "newsintel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@stabem/newsintel-mcp"
      ],
      "env": {
        "NEWSINTEL_API_BASE": "<NEWSINTEL_API_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

newsintel in other clients