Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksShellActualizado today
ClaudeWave Trust Score
52/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No standard license detected
  • !No description
Last scanned: 8/26/2026
Install in Claude Code / Claude Desktop
Method: NPX · skills
Claude Code CLI
claude mcp add skills -- npx -y skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "skills": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

<p align="center">
    <a href="https://thatseoagent.com?utm_source=github&utm_medium=banner&utm_campaign=that-seo-agent-skills">
      <picture>
        <source media="(prefers-color-scheme: dark)" srcset="assets/logo-lockup-dark.svg">
        <img alt="That SEO Agent — Skills" src="assets/logo-lockup.svg">
      </picture>
    </a>
</p>

[![skills.sh](https://skills.sh/b/thatseoagent/skills)](https://skills.sh/thatseoagent/skills)


# That SEO Agent — Skills

SEO tools for any MCP-compatible AI agent. Connects to Google Search Console, GA4, PageSpeed Insights, and your site's technical layer via the Model Context Protocol.

## Install as a plugin (Claude Code & Claude Cowork)

The fastest path. Bundles all 7 skills plus the That SEO Agent MCP server, and signs you in with OAuth in your browser — **no API key to paste**.

```
/plugin marketplace add thatseoagent/skills
/plugin install thatseoagent@thatseoagent-skills
```

On enable, your browser opens to authenticate with That SEO Agent. Tokens are stored securely and refreshed automatically. Skills are invoked automatically by Claude, or explicitly as `/thatseoagent:site-audit`, `/thatseoagent:gsc-insights`, etc.

## Install in Grok

Three different things are called Grok, and they install this differently.

**grok.com (chat)** — add it as a custom connector:

1. Open [grok.com/connectors](https://grok.com/connectors)
2. **New Connector → Custom**
3. Name: `That SEO Agent`. Server URL: `https://thatseoagent.com/api/mcp` — no trailing slash, and not the `/oauth/authorize` URL
4. Complete the OAuth sign-in on thatseoagent.com

Then ask for it by name in a chat: *"Audit example.com with That SEO Agent"*.

On Grok Business or Enterprise an admin has to provision the custom MCP first, from [console.x.ai](https://console.x.ai) → Grok Business → Connectors → Other. See xAI's [connector management docs](https://docs.x.ai/grok/connector-management).

**Grok Build (CLI)** — install the plugin from the marketplace once it is listed, or point Grok at the server directly today:

```
grok mcp add --transport http thatseoagent https://thatseoagent.com/api/mcp
```

Grok Build blocks a plugin's MCP server until you trust it: `grok plugin install thatseoagent --trust`.

## Install in Cursor and Grok Bot

Once the plugin is listed on the [Cursor Marketplace](https://cursor.com/marketplace), install it from there. Until then, add the server as a custom remote MCP in Settings → Plugins, with the same URL:

```
https://thatseoagent.com/api/mcp
```

Grok Bot runs in the cloud, so it reaches public HTTPS servers only — there is no stdio or localhost path here, and none is needed.

**Do not paste an API key into Grok or Cursor.** The server speaks OAuth 2.0 with dynamic client registration, so these clients open a browser and sign you in. The `sea_` key below is for clients that cannot do OAuth.

## Manual MCP setup (other clients)

If you're not using the plugin, add the server to your MCP client's config:

```json
{
  "mcpServers": {
    "thatseoagent": {
      "type": "http",
      "url": "https://thatseoagent.com/api/mcp",
      "headers": {
        "Authorization": "Bearer sea_YOUR_KEY_HERE"
      }
    }
  }
}
```

Get your API key at [thatseoagent.com](https://thatseoagent.com).

## Built-in prompts

Three orchestration prompts are pre-loaded once the MCP is connected — no skill install required:

- **audit_site** — Runs a full site audit and returns a shareable report URL.

- **find_quick_wins** — Surfaces high-impact, low-effort improvements from your GSC data.

- **track_fixes** — Reviews open tasks, audits the site, and creates tasks for critical issues.

## Install skills individually (npx)

Prefer one skill at a time, or not using the plugin? Each skill installs standalone:

### Audits & monitoring

- **site-audit** — Full site audit across 18+ dimensions, shareable client reports, and page-level task management.

  ```
  npx skills add thatseoagent/skills/site-audit
  ```

- **audit-cadence** — Structured 14-day monitoring cycle: traffic pulse, index health, content gaps, technical checks, and AI visibility.

  ```
  npx skills add thatseoagent/skills/audit-cadence
  ```

### Search & rankings

- **gsc-insights** — GSC analysis workflows: quick wins, traffic anomalies, trends, cannibalization, and featured snippet opportunities.

  ```
  npx skills add thatseoagent/skills/gsc-insights
  ```

### Technical SEO

- **technical-seo** — Crawlability, indexing, canonical tags, robots.txt, hreflang, security headers, and URL inspection.

  ```
  npx skills add thatseoagent/skills/technical-seo
  ```

### Content

- **content-audit** — On-page SEO, content quality, readability, schema detection, and structured data generation.

  ```
  npx skills add thatseoagent/skills/content-audit
  ```

- **content-checklist** — Pre-publish checklist: on-page SEO, schema, content structure, copy quality, and final tool validation before going live.

  ```
  npx skills add thatseoagent/skills/content-checklist
  ```

### AI visibility

- **ai-visibility** — Content signals correlated with AI citation: E-E-A-T, structured data, crawler access, and entity presence. Based on peer-reviewed research — no official AI citation standard exists.

  ```
  npx skills add thatseoagent/skills/ai-visibility
  ```

### Install all skills at once

```
npx skills add thatseoagent/skills
```

## What this plugin is, and what reviews it

It is a thin package: seven skills plus a pointer at the That SEO Agent MCP server, which runs at thatseoagent.com and is not part of this repo. The tools it exposes are listed in the [server card](https://thatseoagent.com/.well-known/mcp/server-card.json) rather than here, so the list cannot go stale.

Marketplaces that carry it — Claude, Cursor, Grok Build — publish third-party plugins without vetting them for security. Read the manifests; they are four small JSON files and hold no secrets.

---

MIT License

Lo que la gente pregunta sobre skills

¿Qué es thatseoagent/skills?

+

thatseoagent/skills es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala skills?

+

Puedes instalar skills clonando el repositorio (https://github.com/thatseoagent/skills) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar thatseoagent/skills?

+

Nuestro agente de seguridad ha analizado thatseoagent/skills y le ha asignado un Trust Score de 52/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene thatseoagent/skills?

+

thatseoagent/skills es mantenido por thatseoagent. La última actividad registrada en GitHub es del 2026-08-25, con 0 issues abiertos.

¿Hay alternativas a skills?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega skills en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: thatseoagent/skills
[![Featured on ClaudeWave](https://claudewave.com/api/badge/thatseoagent-skills)](https://claudewave.com/repo/thatseoagent-skills)
<a href="https://claudewave.com/repo/thatseoagent-skills"><img src="https://claudewave.com/api/badge/thatseoagent-skills" alt="Featured on ClaudeWave: thatseoagent/skills" width="320" height="64" /></a>

Más MCP Servers

Alternativas a skills