io.github.Cal-Dev-Tech/perpage-mcp-server MCP Server
io.github.Cal-Dev-Tech/perpage-mcp-server
What is the io.github.Cal-Dev-Tech/perpage-mcp-server MCP server?
Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.
How to install io.github.Cal-Dev-Tech/perpage-mcp-server
Copy-paste configuration for popular MCP clients.
PERPAGE_API_KEYrequiredsecretYour RapidAPI key (subscribe to PerPage on RapidAPI to get one).
PERPAGE_API_URLOverride base URL. Default is the RapidAPI gateway; set to https://api.perpage.dev for direct access.
{
"mcpServers": {
"perpage-mcp-server": {
"command": "npx",
"args": [
"-y",
"@perpage/mcp-server"
],
"env": {
"PERPAGE_API_KEY": "<YOUR_PERPAGE_API_KEY>",
"PERPAGE_API_URL": "<YOUR_PERPAGE_API_URL>"
}
}
}
}{
"mcpServers": {
"perpage-mcp-server": {
"command": "npx",
"args": [
"-y",
"@perpage/mcp-server"
],
"env": {
"PERPAGE_API_KEY": "<YOUR_PERPAGE_API_KEY>",
"PERPAGE_API_URL": "<YOUR_PERPAGE_API_URL>"
}
}
}
}{
"mcpServers": {
"perpage-mcp-server": {
"command": "npx",
"args": [
"-y",
"@perpage/mcp-server"
],
"env": {
"PERPAGE_API_KEY": "<YOUR_PERPAGE_API_KEY>",
"PERPAGE_API_URL": "<YOUR_PERPAGE_API_URL>"
}
}
}
}{
"servers": {
"perpage-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@perpage/mcp-server"
],
"env": {
"PERPAGE_API_KEY": "<YOUR_PERPAGE_API_KEY>",
"PERPAGE_API_URL": "<YOUR_PERPAGE_API_URL>"
}
}
}
}claude mcp add perpage-mcp-server --env PERPAGE_API_KEY=<YOUR_PERPAGE_API_KEY> --env PERPAGE_API_URL=<YOUR_PERPAGE_API_URL> -- npx -y @perpage/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.