Intercept for Cursor
io.github.bighippoman/intercept-mcp
Give your AI the ability to read the web. Fetches URLs as clean markdown with multi-tier fallback.
client:Cursor
transport:stdio
runtime:npm
Install Intercept in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"intercept-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"intercept-mcp"
],
"env": {
"BRAVE_API_KEY": "<BRAVE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs