This MCP server provides personalized news intelligence by aggregating and ranking news from multiple sources, delivering structured briefings for AI agents and developer workflows.
From the registry: Personalized news intelligence for AI agents — 100+ sources, ranked briefings.
$ git clone https://github.com/stabem/newsintel-api && cd newsintel-api/integrations/newsintel-mcp && npm installPlease install the `newsintel` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Clone repository** — Clone and install the integrations/newsintel-mcp subdirectory Run: `git clone https://github.com/stabem/newsintel-api && cd newsintel-api/integrations/newsintel-mcp && npm install`
Optional prerequisites:
- NewsIntel API key — Get a key from newsintelapi.com/portal (https://newsintelapi.com/portal)
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["integrations/newsintel-mcp/server.mjs"]
- optional environment variables:
- `NEWSINTEL_API_BASE`: NewsIntel API base URL (example: `https://newsintelapi.com`)
- `NEWSINTEL_API_KEY`: Your NewsIntel API key (example: `<your-newsintel-api-key>`)
Note: Personalized news intelligence. MCP integration bundled inside the newsintel-api repo; requires local clone.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.NEWSINTEL_API_BASErequiredBase URL for the NewsIntel API.API_KEYSrequiredDynamic API keys for authentication.OPS_ADMIN_KEYrequiredKey for administrative operations.TOKEN_ENCRYPTION_SECRETrequiredSecret for encrypting tokens.MCP server for searching Airweave collections with natural language queries.