ClawDigest MCP Server

Connect ClawDigest to Claude Code, Cursor, and other MCP-compatible AI tools.

Quick Install

# Add to Claude Code
claude mcp add clawdigest -- npx clawdigest-mcp

# Or run directly
npx clawdigest-mcp

Claude Code Config (JSON)

{
  "mcpServers": {
    "clawdigest": {
      "command": "npx",
      "args": ["clawdigest-mcp"]
    }
  }
}

Tools

ToolDescriptionKey Parameters
clawdigest_latestGet latest AI newslimit, source, category, sort, offset
clawdigest_searchSearch news by keywordsq (required), limit
clawdigest_sourcesList all sourcesregion
clawdigest_trendingTrending topicshours, limit
clawdigest_articleExtract article text by URLurl (required)

Example Usage

"What are the latest AI news?" → clawdigest_latest
"Search for Claude announcements" → clawdigest_search(q: "claude")
"What's trending today?" → clawdigest_trending(hours: 24)

GitHub: https://github.com/alexfrmn/clawdigest-mcp
npm: clawdigest-mcp
License: MIT

← back