Skip to content
Grok

perpage mcp server for Grok

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

Install perpage mcp server in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

perpage mcp server in other clients