Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Rankpath

БесплатноНе проверен

Gives AI assistants read access to RankPath

GitHubEmbed

Описание

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

Установка Rankpath

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

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

FAQ

Rankpath MCP бесплатный?

Да, Rankpath MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Rankpath?

Нет, Rankpath работает без API-ключей и переменных окружения.

Rankpath — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Rankpath в Claude Desktop, Claude Code или Cursor?

Открой Rankpath на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Rankpath with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai