Scrappycoco for Claude Desktop
io.github.albert-tam/scrappycoco
Route web, social, and filings data tasks to the best available scraper.
client:Claude Desktop
transport:streamable-http
Install Scrappycoco in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"scrappycoco": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.scrappycoco.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs