/ Annuaire / Playground / Claude Skill: SEO/GEO Optimizer
● Communauté 199-biotechnologies ⚡ Instantané

Claude Skill: SEO/GEO Optimizer

par 199-biotechnologies · 199-biotechnologies/claude-skill-seo-geo-optimizer

SEO/GEO optimization for search + AI platforms — entity extraction, schema, multi-format audit.

SEO/GEO optimization for search + AI platforms — entity extraction, schema, multi-format audit.

Démo en direct

Aperçu en pratique

seo-geo-optimizer-skill.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "seo-geo-optimizer-skill": {
      "command": "npx",
      "args": [
        "-y",
        "seo-geo-optimizer-skill"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "seo-geo-optimizer-skill": {
      "command": "npx",
      "args": [
        "-y",
        "seo-geo-optimizer-skill"
      ]
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "seo-geo-optimizer-skill": {
      "command": "npx",
      "args": [
        "-y",
        "seo-geo-optimizer-skill"
      ]
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "seo-geo-optimizer-skill": {
      "command": "npx",
      "args": [
        "-y",
        "seo-geo-optimizer-skill"
      ]
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "seo-geo-optimizer-skill",
      "command": "npx",
      "args": [
        "-y",
        "seo-geo-optimizer-skill"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "seo-geo-optimizer-skill": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "seo-geo-optimizer-skill"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add seo-geo-optimizer-skill -- npx -y seo-geo-optimizer-skill

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Claude Skill: SEO/GEO Optimizer

Get started with Claude Skill: SEO/GEO Optimizer

Quand l'utiliser : When you want to bring Claude Skill: SEO/GEO Optimizer into your Claude workflow.

Déroulement
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Claude Skill: SEO/GEO Optimizer to help me with a task.✓ Copié

Résultat : Claude can interact with Claude Skill: SEO/GEO Optimizer directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills