Skip to content
SE Ranking MCP Server

SE Ranking MCP Server

Released
1 views
v2.5.0

Summary

SE Ranking's SEO dataset as MCP tools: keyword research, backlinks, domain and SERP analysis, site audits, rank tracking and AI-search visibility.

Features

  • 160+ tools across keyword, backlink, domain, SERP and audit data
  • AI-search visibility reporting alongside classic rank tracking
  • Hosted remote server — no install, streamable HTTP
  • OAuth 2.1 with dynamic client registration, or an X-Api-Key header
  • Reads and manages SE Ranking projects, not just public data

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "SE Ranking MCP Server" tools will be available.
{
  "mcpServers": {
    "seranking-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.seranking.com/mcp"
      ]
    }
  }
}

Description

SE Ranking is a long-running SEO platform — keyword databases, a backlink index, rank tracking and site audits — and this is its official remote MCP server, exposing that dataset to agents rather than to a dashboard. The company counts more than 160 tools across keyword research, backlink analysis, domain analysis, website audits, SERP analysis, rank tracking and project management.

The newest part is AI-search visibility: tools that report how a brand or domain surfaces inside AI assistants and AI Overviews, which is the measurement problem every SEO team acquired in the last two years and which no classic rank tracker answers. Alongside it sit the conventional workloads — pull a keyword's volume, difficulty and SERP; diff a competitor's organic footprint; check what links to a page and what changed; run an audit and read the issues back — the difference being that an agent can chain them and write the brief, rather than a human exporting five CSVs.

It is a hosted server at https://api.seranking.com/mcp, so there is nothing to install. Authentication works two ways: OAuth 2.1 with dynamic client registration, which is a browser login and the simpler path for desktop clients, or a UUID API key sent as an X-Api-Key header for headless use. SE Ranking lists Claude (web, Desktop and Code), Cursor, VS Code, Codex, Windsurf, Zed, Gemini CLI and v0 among supported clients.

What to check before wiring it into a workflow: you need an SE Ranking account with API access enabled, calls draw on the same API credit pool as the rest of the platform and are rate-limited accordingly, and at the time of writing sub-account API keys are not yet available — a sub-account has to use master credentials.

Related MCP Servers

Featured

X's own hosted MCP server: full-archive post search, user and timeline lookup, trends, bookmarks and article drafting, under your account's permissions.

17 views
Featured

Apify's official MCP server — turn thousands of ready-made scrapers into tools your assistant can call.

4 views

MCP: Browserbase

by Browserbase

Featured

Browserbase's official MCP server — cloud browser automation with Stagehand's natural-language actions.

10 views
Browse all MCP servers →