mcpbeat Sign in

Pagerankcafe MCP Server

by pagerankcafe Your server? Claim it
local only

Pagerankcafe runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 8 Sep 2026.

PageRankCafe MCP server: create and post ads, read performance, query platform insights.

Installs per day peak 42 · avg 1
a month agotoday
74
Installs / week
npm · pagerankcafe-mcp
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pagerankcafe every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y pagerankcafe-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "pagerankcafe-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "pagerankcafe-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "pagerankcafe-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "pagerankcafe-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PAGERANKCAFE_API_KEY (Your PageRankCafe API key, generated at https://pagerankcafe.com/apiKeys after creating an account at https://pagerankcafe.com.), PAGERANKCAFE_BASE_URL (API base URL. Override only for testing against a non-production environment.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pagerankcafe

same job, measured the same way
DBeast PostgreSQL MCP
by snss10

PostgreSQL MCP server for schema, query, health, security, and performance analysis.

local only
LinkedIn Campaign Manager
by zleventer

MCP server for LinkedIn Ads — 19 read-only tools for campaigns, performance, and Lead Gen Forms.

20 installs/wk local only
SQL Server Analyst MCP
by coregentdevspace

Read-only SQL Server Analyst MCP — safe schema, stored procedure, and performance analysis.

24 installs/wk local only
Note MCP Server
by github30

MCP server for note.com: create, edit and retrieve posts.

local only
Openai Ads MCP
by hypd-ai

Read-only MCP server for the OpenAI Ads API: campaigns, ad groups, ads, and insights.

77 installs/wk local only
A
AdAdvisor MCP Server
by adadvisor

Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.

answering
Amazonads MCP
by cprice70

MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports

34 installs/wk local only
Posthog MCP Server
by friendlygeorge

MCP server for PostHog — product analytics for AI assistants. Query events, persons, insights, da...

33 installs/wk local only

Pagerankcafe — questions

Answers built from our own checks of this server.

Why is there no uptime for Pagerankcafe?
Pagerankcafe runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package pagerankcafe-mcp was installed 74 times last week.
How do I connect Pagerankcafe?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pagerankcafe-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pagerankcafe?
The npm package pagerankcafe-mcp was installed 74 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pagerankcafe open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.