Intercept for Cline
io.github.bighippoman/intercept-mcp
Give your AI the ability to read the web. Fetches URLs as clean markdown with multi-tier fallback.
client:Cline
transport:stdio
runtime:npm
Install Intercept in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"intercept-mcp": {
"command": "npx",
"args": [
"-y",
"intercept-mcp"
],
"env": {
"BRAVE_API_KEY": "<BRAVE_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs