perpage mcp server for Cline
io.github.cal-dev-tech/perpage-mcp-server
Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.
client:Cline
transport:stdio
runtime:npm
Install perpage mcp server 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": {
"perpage-mcp-server": {
"command": "npx",
"args": [
"-y",
"@perpage/mcp-server"
],
"env": {
"PERPAGE_API_KEY": "<PERPAGE_API_KEY>",
"PERPAGE_API_URL": "<PERPAGE_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs