Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Rankpath

FreeNot checked

Gives AI assistants read access to RankPath

GitHubEmbed

About

Gives AI assistants read access to RankPath

README

License: MPL 2.0

An MCP (Model Context Protocol) server that connects AI assistants to RankPath, giving them read access to your projects, crawl results, and SEO issues.

Tools

Tool Description
list_projects List all projects for the authenticated user
get_project Get details for a specific project by UUID
get_crawl_history Get paginated crawl history for a project
get_latest_crawl Get the latest crawl result with full SEO analysis
get_issues Get SEO issues, optionally filtered by severity or status

Requirements

  • Rust 1.75+
  • A RankPath account and API key

Installation

Quick install (Linux & macOS)

Requires git and Rust (cargo). Installs the binary to /usr/local/bin or ~/.local/bin:

curl -fsSL https://raw.githubusercontent.com/rankpath-io/rankpath-mcp-server/main/bin/install-mcp.sh | bash

Manual build

git clone https://github.com/rankpath/rankpath-mcp-server
cd rankpath-mcp-server
cargo build --release
# binary at: target/release/rankpath-mcp-server

Setup

Set your API key:

export RANKPATH_API_KEY=your_api_key_here

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "rankpath": {
      "command": "/path/to/rankpath-mcp-server",
      "env": {
        "RANKPATH_API_KEY": "your_api_key_here"
      }
    }
  }
}

Claude Code

claude mcp add rankpath /path/to/rankpath-mcp-server --env RANKPATH_API_KEY=your_api_key_here

Security

Never commit your RANKPATH_API_KEY to source control. The server runs as a local stdio process and does not open any network ports. See SECURITY.md for the vulnerability reporting policy.

License

Mozilla Public License 2.0

from github.com/rankpath-io/rankpath-mcp-server

Installing Rankpath

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/rankpath-io/rankpath-mcp-server

FAQ

Is Rankpath MCP free?

Yes, Rankpath MCP is free — one-click install via Unyly at no cost.

Does Rankpath need an API key?

No, Rankpath runs without API keys or environment variables.

Is Rankpath hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Rankpath in Claude Desktop, Claude Code or Cursor?

Open Rankpath on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Rankpath with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs