1. Conduid
  2. Developer Tools
  3. Semrush
MCP server · Developer Tools

Semrush

Semrush MCP Pack — SEO analytics via the Semrush Analytics API.

Unclaimed MIT last commit a year ago healthcare
45Fair

Scored 18 hours ago · breakdown

About Semrush

Semrush is an MCP server published by universal-mcp in the Developer Tools category: semrush MCP Pack — SEO analytics via the Semrush Analytics API. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx semrush
Claude Code
claude mcp add semrush -- npx -y semrush-mcp
npx
npx -y semrush-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Semrush

Powered by Claude · Grounded in docs

I know everything about Semrush. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.1.1v0.1.1

README

Semrush Universal MCP Server

This repository contains an implementation of an Semrush Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Semrush's tools and services through a unified API.

The server is built using the Universal MCP framework.

This implementation follows the MCP specification, ensuring compatibility with other MCP-compliant services and tools.

Usage

You can start using Semrush directly from agentr.dev. Visit agentr.dev/apps and enable Semrush.

If you have not used universal mcp before follow the setup instructions at agentr.dev/quickstart

Available Tools

The full list of available tools is at Tools

Local Development

📋 Prerequisites

Ensure you have the following before you begin:

  • Python 3.11+ (recommended)
  • uv (install globally with pip install uv)

🛠️ Setup Instructions

Follow the steps below to set up your development environment:

  1. Sync Project Dependencies

    uv sync
    

    This installs all dependencies from pyproject.toml into a local virtual environment (.venv).

  2. Activate the Virtual Environment

    For Linux/macOS:

    source .venv/bin/activate
    

    For Windows (PowerShell):

    .venv\Scripts\Activate
    
  3. Start the MCP Inspector

    mcp dev src/universal_mcp_semrush/server.py
    

    This will start the MCP inspector. Make note of the address and port shown in the console output.

  4. Install the Application

    mcp install src/universal_mcp_semrush/server.py
    

📁 Project Structure

.
├── src/
│   └── universal_mcp_semrush/
│       ├── __init__.py       # Package initializer
│       ├── server.py         # Server entry point
│       ├── app.py            # Application tools
│       └── README.md         # List of application tools
├── tests/                    # Test suite
├── .env                      # Environment variables for local development
├── pyproject.toml            # Project configuration
└── README.md                 # This file

📄 License

This project is licensed under the MIT License.


Generated with MCP CLI — Happy coding! 🚀

README mirrored from the source repository 18 hours ago. The original is authoritative.

Questions

About Semrush

How do I install Semrush?

Run npx semrush, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Semrush safe to use with an AI agent?

Its trust score is 45 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Semrush still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.