Claude SEO Skills — production Claude Agent Skills for the SE Ranking MCP server. Content briefs, AI Search share of voice, audits, backlink gaps, keyword clusters, schema, sitemap, GEO, and more.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"seo-skills": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Production-ready Claude Agent Skills for SEO, powered by the SE Ranking remote MCP. Each skill turns raw API data into a finished SEO deliverable — content briefs, AI Search share of voice, page intelligence, structured data, drift monitoring, SXO diagnostics, competitive analysis, and more.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / marketing
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for Seo Skills and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Production-ready Claude Agent Skills for SEO, powered by the SE Ranking remote MCP. Each skill turns raw API data into a finished SEO deliverable — content briefs, AI Search share of voice, page intelligence, structured data, drift monitoring, SXO diagnostics, competitive analysis, and more.
These Claude Skills are designed to work with the SE Ranking MCP server, but they document every API call explicitly so they can also be adapted to other SEO data providers.
Three ways. Pick the first one that fits.
The easiest setup — no terminal needed. Cowork in Claude Desktop installs the plugin from a marketplace through a UI flow.
seranking/seo-skills.Skills are available in your next Cowork session. Trigger them by name — seo-content-brief, seo-page, etc. — or just describe what you want and Claude picks the right one.
If you use Claude Code in the terminal:
/plugin marketplace add seranking/seo-skills
/plugin install seo-skills@seranking
Trigger skills with /seo-content-brief, /seo-page, etc. — no seo-skills: prefix needed. Or just describe what you want and Claude picks the right skill. Update the marketplace later with /plugin marketplace update seranking.
seo-google or the optional extensions)Options 1 and 2 cover 25 of 26 skills. The 26th — seo-google — ships Python scripts that need a local clone. The optional Firecrawl + Google extensions also need this. If neither matters to you, skip this option.
git clone --depth 1 https://github.com/seranking/seo-skills.git
bash seo-skills/install.sh
The installer is interactive — it asks which extensions to install. Accept the defaults and you're done. Re-running pulls the latest version and re-runs the chosen extensions. Requires git, python3 3.10+, and (for Firecrawl) node 20+.
curl -fsSL https://raw.githubusercontent.com/seranking/seo-skills/main/install.sh | bash -s -- --all
--all enables both extensions. Use --firecrawl / --google individually, or --no-extensions to clone only. Default clone target is ~/.local/share/seo-skills; override with --target /path/to/dir.
The manual install only wires your environment (extensions, Python deps, ~/.config/seo-skills/). You still need Option 1 or 2 above so Claude can find the skill files.
SE Ranking is also packaged as a Cursor plugin. Once it is listed on cursor.com/marketplace, install it from the marketplace, or add it by name in Cursor:
/add-plugin se-ranking
The hosted SE Ranking MCP server is declared in mcp.json and is auto-detected when the plugin is installed — open Cursor's MCP settings and sign in via OAuth (no API token to manage). The same skills ship to the Cursor agent.
The SE Ranking remote MCP auto-registers when you install the plugin — there's no separate claude mcp add step. On your first session, run /mcp and sign in via OAuth. No API token to manage. If you don't have an SE Ranking account yet, sign up — API access is required.
If /mcp doesn't list se-ranking after install — typically because you're on a Claude Code build that pre-dates plugin-bundled MCP servers — register it directly:
claude mcp add --transport http se-ranking https://api.s
... [View full README on GitHub](https://github.com/seranking/seo-skills#readme)