Productivity|Development|Data|Communication|AI / ML|Media|Social|UtilitiesPython
Agent-Reach
Give your AI agent eyes to see the entire internet.
N/A rating (0 reviews)0 installs16,416 GitHub stars
AIagentinternetsearchopen-source
Agent Reach allows AI agents to read and search various platforms like Twitter, Reddit, YouTube, GitHub, Bilibili, and XiaoHongShu without the hassle of API fees or complex configurations. It simplifies the process of accessing and retrieving information from these platforms.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agent-reach": {
"args": [
"agent-reach"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.