Semrank MCP

Semrank MCP

Connects Claude to Semrank for generating SEO briefs, analyzing semantic coverage of content, and managing briefs directly in conversation.

Category
Visit Server

README

Semrank MCP

Connecte Claude à Semrank pour générer des briefs SEO, analyser la couverture sémantique de tes contenus et gérer tes briefs — directement dans la conversation.

Installation

1. Récupère ta clé API

Connecte-toi sur semrank.io et récupère ta clé API dans les paramètres.

2. Ajoute à Claude Desktop

Ouvre les paramètres de Claude Desktop → Developer > Edit Config, et ajoute :

{
  "mcpServers": {
    "semrank": {
      "command": "npx",
      "args": ["-y", "github:Nemzytch/semrank-mcp"],
      "env": {
        "SEMRANK_API_KEY": "ta_cle_api_ici"
      }
    }
  }
}

Tu as déjà le MCP Cuik ? Pas de souci, ajoute simplement "semrank" à côté de "cuik" dans mcpServers :

{
  "mcpServers": {
    "cuik": {
      "command": "npx",
      "args": ["-y", "github:Nemzytch/cuik-mcp"],
      "env": {
        "CUIK_API_KEY": "sk_ta_cle_cuik"
      }
    },
    "semrank": {
      "command": "npx",
      "args": ["-y", "github:Nemzytch/semrank-mcp"],
      "env": {
        "SEMRANK_API_KEY": "ta_cle_api_ici"
      }
    }
  }
}

Redémarre Claude Desktop pour charger le MCP.

Ou : Ajoute à Claude Code (CLI)

claude mcp add semrank -- npx -y github:Nemzytch/semrank-mcp

Puis ajoute ta clé API dans ton environnement :

export SEMRANK_API_KEY="ta_cle_api_ici"

Redémarre Claude Code pour charger le MCP.


Ce que tu peux faire

Générer un brief SEO basique

Génère un brief complet pour n'importe quel mot-clé : mots-clés cibles, questions à traiter, structure de contenu, résultats SERP et analyse des concurrents.

"Génère un brief SEO pour le mot-clé 'consultant seo'"

"Fais-moi un brief pour 'best running shoes' en anglais, marché US"


Générer un brief avancé

Brief plus poussé avec analyse IA approfondie, choix du type de page et du provider IA.

"Génère un brief avancé pour 'stratégie de contenu' en mode blog-post"

"Brief avancé pour 'SaaS pricing page' en anglais, type landing-page"


Consulter et lister ses briefs

Retrouve tes briefs passés (basiques ou avancés), filtre par projet.

"Liste mes derniers briefs"

"Montre-moi le brief avancé #42"

"Quels briefs j'ai générés ce mois-ci ?"


Vérifier la couverture sémantique

Analyse un texte pour vérifier quels sujets SEO sont couverts (y compris via des synonymes).

"Vérifie si mon article couvre bien ces thèmes : [liste de topics]"

"Analyse la couverture sémantique de ce texte par rapport au brief"


Vérifier ses crédits

"Combien de crédits il me reste ?"


Coûts en crédits

Action Crédits
Brief basique (nouveau) 1
Brief basique (en cache) Gratuit
Brief avancé (nouveau) 2
Brief avancé (en cache) Gratuit
Analyse de couverture Gratuit

Variable d'environnement

Variable Requise Description
SEMRANK_API_KEY Oui Ta clé API Semrank
SEMRANK_API_URL Non URL de l'API (défaut: https://api-semrank.cuik.io)

Licence

AGPL-3.0

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured