Agentic News logo

Agentic News

u00dxk2/agentic-news
v1.0.0HTTPRegistry activeCommunity

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

claude mcp add --transport http agentic-news https://api.agentic-news.ai/mcp

Summary

AI-powered news intelligence — 21 tools for personalized monitoring, briefings, and semantic search

Connect from your MCP client

Claude Code

Run this once and Claude Code registers the server for you:

claude mcp add --transport http agentic-news https://api.agentic-news.ai/mcp

Claude Desktop

Add this to claude_desktop_config.json under Settings → Developer → Edit Config:

{
  "mcpServers": {
    "agentic-news": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.agentic-news.ai/mcp"
      ]
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

{
  "mcpServers": {
    "agentic-news": {
      "url": "https://api.agentic-news.ai/mcp"
    }
  }
}

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

{
  "mcpServers": {
    "agentic-news": {
      "url": "https://api.agentic-news.ai/mcp"
    }
  }
}

Codex CLI

Codex CLI connects to remote servers via config.toml — add this block to ~/.codex/config.toml:

# ~/.codex/config.toml
[mcp_servers.agentic-news]
url = "https://api.agentic-news.ai/mcp"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

{
  "mcp": {
    "servers": {
      "agentic-news": {
        "url": "https://api.agentic-news.ai/mcp",
        "transport": "streamable-http"
      }
    }
  }
}

Overview

AI-powered news intelligence — 21 tools for personalized monitoring, briefings, and semantic search

Getting started

Add Agentic News to your MCP-capable client — Claude Code, Cursor, Codex, and others. It offers a hosted remote endpoint; follow the setup in the official repository, which documents the exact command, configuration, and any required API keys.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.