← Back to browse

perpage-mcp-server

Indexed by io.github.Cal-Dev-Tech

About

Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPERPAGE_API_KEY PERPAGE_API_URL
Claude Code
claude mcp add --env PERPAGE_API_KEY= --env PERPAGE_API_URL= perpage-mcp-server -- npx @perpage/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"perpage-mcp-server","command":"npx","args":["@perpage/mcp-server"],"env":{"PERPAGE_API_KEY":"","PERPAGE_API_URL":""}}'
JSON
{
  "mcpServers": {
    "perpage-mcp-server": {
      "command": "npx",
      "args": [
        "@perpage/mcp-server"
      ],
      "env": {
        "PERPAGE_API_KEY": "",
        "PERPAGE_API_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.