Agent-Reach (MCP Server)

GitHub

Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu โ€” one CLI, zero API fees.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Agent-Reach": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Agent-Reach"
      ]
    }
  }
}