mcpbeat Sign in

RankJot MCP Server

local only

RankJot runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.

Real Google rankings as a tool: where a domain ranks for a keyword, plus the top 10 organic results.

Installs / week
pypi · rankjot-mcp
0
Stars
0 open issues
14 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check RankJot 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 rankjot-mcp -- uvx rankjot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rankjot-mcp": {
      "args": [
        "rankjot-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rankjot-mcp]
command = "uvx"
args = ["rankjot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rankjot-mcp": {
      "args": [
        "rankjot-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rankjot-mcp": {
      "args": [
        "rankjot-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RANKJOT_API_KEY (Your RankJot API key (rjk_...). Free accounts include 25 lookups a month: https://rankjot.com/account). The author declared them in the registry entry; get the values from the project itself.

Alternatives to RankJot

same job, measured the same way
Gridar
by gridar

SEO toolkit for Quebec sites: audits, Google.ca rankings, keywords, AI-search visibility.

answering
AIsa SERP — Google
by aisa

Google results: organic, paid, local, images, news, maps, jobs and the AI overview.

answering
ShipASO
by airowe

Audit any App Store or Google Play listing: measured ranks, keyword gaps, draft copy. Read-only.

12 tools answering
Google Serp
by dataleadspro

Structured Google search, news, and local results at scale - organic results, news, and local packs

3 tools answering
Seo Serp
by pipeworx-io

SEO SERP MCP — Google organic search results via DataForSEO (dataforseo.com)

37 tools answering
Appfollow
by pipeworx-io

AppFollow MCP — App Store & Google Play reviews, ratings, and ASO keyword

answering
Google Ads
by getmcpads

Google Ads: 31 read tools with full Keyword Planner, 7 write tools that preview first.

240 installs/wk local only
Google Ads MCP by AdPlug
by danielpopamd

Google Ads MCP server: 16 tools for reporting, campaigns, keywords, assets. Writes preview first.

answering

RankJot — questions

Answers built from our own checks of this server.

Why is there no uptime for RankJot?
RankJot 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 pypi package rankjot-mcp.
How do I connect RankJot?
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 rankjot-mcp straight from pypi; nothing to host, nothing to sign up for.
Is RankJot open source?
Yes — it is published under the MIT licence, written in Python 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.