Want a free personalized recommendation for your software stack?Get yours
That Marketing Buddy
Home/MCP/SE Ranking
SE Ranking

SE Ranking MCP Server

Yes. SE Ranking has an official MCP server, hosted at seranking.com/api/integrations/mcp.

OFFICIAL MCP✓ alivePublic APIAuth: api-key
MCP status verified 2026-06-07Agent-readiness 9/10
Data from Buddy's database, auto-rechecked weekly

What is the SE Ranking MCP server?

SE Ranking ships an official MCP server with one of the most aggressive feature counts in the SEO space, with 180+ tools spanning keyword research, rank tracking, backlinks, domain analysis, site audits, AI search visibility, SERP analysis, and project management.

Available on every paid plan (Core $129/mo monthly or $103.20/mo annual, Growth $279/mo or $223.20/mo annual). No higher-tier gating: Core users get the same MCP surface Growth users do, just with lower request limits.

SE Ranking also ships seven pre-built Claude Skills that wrap the MCP tools into finished deliverables: content briefs, share-of-voice reports, audits, competitor analyses, and more. That's a level of agent integration most SEO suites haven't reached.

For the rest of the picture see the SE Ranking review, full pricing breakdown, .

Inside Claude / Cursor / Codex

What you can build with the SE Ranking MCP

Illustrative workflow examples. Exact tool names, parameters, and outputs come from SE Ranking's MCP server schema — check the docs for the live surface.

se-ranking-mcplive
>Show me my top 10 keywords by traffic this month
se-ranking.get_top_keywords({ limit: 10 })
TOP 5 KEYWORDS · LAST 30 DAYS
marketing automation12,400 visits
email marketing software8,920 visits
seo tools 20266,310 visits
best crm small business4,580 visits
mcp marketing tools2,140 visits
Scale to top 50? Just ask.
se-ranking-mcplive
>Which competitors rank for keywords I'm losing positions on?
se-ranking.compare_competitor_overlap()
LOSING POSITIONS · 3 KEYWORDS
marketing automation tools→ rival.com (#3)
best email marketing 2026→ competitor.io (#1)
ai marketing assistant→ newentrant.ai (#5)
Want a full SERP gap report?
se-ranking-mcplive
>Audit my newest blog post and flag low-effort SEO fixes
se-ranking.audit_url({ url: "mysite.com/post" })
QUICK WINS · 3 FOUND
Missing meta descriptionfix in 30s
H1 doesn't match target keywordfix in 1m
No internal links to top pagesfix in 2m
TMB SCORE FOR SE RankingMCP: OfficialAgent fit: 9/10
Read review →

Which AI clients can use SE Ranking MCP?

Not every AI assistant supports MCP natively. Per-client picture for SE Ranking:

ClientSupportNotes
Claude (Desktop/Web)Native MCPConnect via the SE Ranking MCP URL in Claude Desktop settings.
Claude CodeNative MCP
ChatGPTVia connectorsWorks via ChatGPT custom connectors (Plus tier+). Rougher setup than Claude Desktop.
CursorNative MCP
CodexNative MCP
WindsurfNative MCP
ClineNative MCP
GeminiAPI-only (custom code)Gemini chat has no native MCP client; call the API from custom code.
n8nAPI-only (custom code)No first-party n8n node; integrate via HTTP Request or community workflow.

How to connect SE Ranking MCP to Claude Desktop

Add this block to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Cursor and Codex use a similar schema.

{
  "mcpServers": {
    "se-ranking": {
      "command": "npx",
      "args": ["mcp-remote", "<YOUR_MCP_URL>"]
    }
  }
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://seranking.com/api/integrations/mcp/
// Claude Code (one-liner): claude mcp add se-ranking <YOUR_MCP_URL> --transport http

Some MCP servers require an API key. Check the source page for setup: seranking.com/api/integrations/mcp.

Does SE Ranking MCP cost extra?

Included with subscription

SE Ranking ships an official MCP server that uses your existing subscription credentials.

  • No separate MCP licence to buy. You pay for your SE Ranking plan, the MCP server queries that account.
  • Whether it's gated to a specific tier wasn't extracted automatically — verify the access requirements on the MCP page or pricing docs.

SE Ranking subscription pricing

PlanMonthlyAnnual / mo
Core$129$103.2
Growth$279$223.2
EnterpriseContact sales
SMM Platform (Planable)$33
SE Ranking API (SEO Data)$179

Source: seranking.com/subscription.html. Verified 2026-06-07.

SE Ranking also publishes a REST API

SE Ranking publishes an API, but per-tier gating wasn't extracted automatically.

Auth method
api-key
SDK languages
OpenAPI spec
Webhooks
Structured outputs
See SE Ranking API page

What you can do with SE Ranking from an AI agent

Three shapes of agent workflow. Pick the row that matches how you actually use Claude / Cursor / Codex day to day.

INDIE / SOLO

Skip the dashboard, ask Claude

  • "What keywords moved this week?" answered in seconds
  • Quick one-off questions without leaving the editor
  • Pipe SE Ranking data into your personal notes / docs without writing a script
Effort: 30 seconds — paste the config, restart Claude
AGENCY

Run client analysis at agent speed

  • Hand the MCP server to your team — every consultant can ask Claude about any client's SE Ranking account
  • Multi-account workflows without context-switching the SE Ranking UI
  • Reports you'd normally spend hours on, done before standup
Effort: An afternoon — set up auth per client
IN-HOUSE TEAM

Production agent workflows

  • Embed in your internal Codex / Cursor agents that triage SE Ranking data daily
  • Combine with other MCP servers in a multi-step agent chain
  • Constrain agents to read-only roles to keep production SE Ranking safe
Effort: Days — security review + role config

Limits and gotchas

  • Official MCP server — published by SE Ranking themselves, so it should track product changes.
  • Fallback: the REST API works for any flow the MCP server doesn't cover.
  • Auth flow: MCP servers usually inherit the underlying API auth method (api-key). Expect to configure that on first install.
  • Rate limits: MCP calls count against your underlying SE Ranking API quota. Burst usage from a curious agent can drain a daily allowance fast.
9/10

Agent-readiness verdict

One of the most agent-ready SEO platforms on the market: official MCP, 180 tools, seven Claude Skills, all included on every paid plan. The combination puts SE Ranking ahead of larger vendors at a fraction of the price.

Moderate agent-fit with official MCP support. SE Ranking publishes an official MCP server and maintains documented API access via key auth, making it accessible to Claude workflows, though it lacks OpenAPI specs and SDKs that would smooth integration. The absence of structured outputs and webhooks limits real-time automation potential.

MCP server availableOfficial MCP (on tool's own domain)Public API with docs

Scored 2026-06-07 by Joonas (TMB).

SE Ranking MCP & API FAQ

Is the SE Ranking MCP server official?+
Yes — published on SE Ranking's own domain at https://seranking.com/api/integrations/mcp/.
Can I use the SE Ranking MCP with Cursor or Codex?+
Yes — MCP is a protocol, not Claude-specific. Any MCP-capable client (Cursor, Codex, Windsurf, Zed) can use the same server config with minor path adjustments.
Does SE Ranking have a public API?+
Yes — public REST API at seranking.com/api.html, auth via api-key.

Sources

Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.

Joonas Rotko
Joonas RotkoAuthor & Founder of That Marketing Buddy

10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

SE Ranking

Try SE Ranking
WEEKLY NEWSLETTER

The marketing tools worth your money, scored for AI agent readiness

Every week I score the tools for MCP, API, and agent-readiness, then email you the ones that actually deliver, what plugs into Claude and Cursor, the pricing changes, and what to skip. No fluff, no daily spam.

Join for free. One email a week, unsubscribe anytime.