Skip to content
Cursor

perpage mcp server for Cursor

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:Cursor transport:stdio runtime:npm

Install perpage mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "perpage-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@perpage/mcp-server"
      ],
      "env": {
        "PERPAGE_API_KEY": "<PERPAGE_API_KEY>",
        "PERPAGE_API_URL": "<PERPAGE_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

perpage mcp server in other clients