semust logo

MCP Platform

Installation

Download the Semust MCP server and install its dependencies.

The MCP server is a small Python application that runs on your own machine. Setup is three steps.

  1. Get your API key

    Log in to Semust and copy your key from Settings → API Key. At least one of your projects must have Google Search Console connected.

  2. Download the server

    Clone the repository, or download the ZIP and extract it somewhere memorable.

    git clone https://github.com/semust/semust-mcp.git
    cd semust-mcp
  3. Install dependencies

    pip install -r requirements.txt

Python version

Python 3.10 or newer is required. Check yours with python --version.

Next step

Once installed, configure your client:

Last updated: 2026-08-21