PluginBench
MCP Server

Rewst MCP MCP Server

io.github.Servosity/rewst-mcp

What is the Rewst MCP MCP server?

Operate and monitor Rewst RPA across every client org: automation health, failures, ROI, and drift.

How to install Rewst MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • REWST_BASE_URL

    Rewst API base URL for your region (default https://api.rewst.io; set for EU/AU).

  • REWST_API_TOKEN
    required
    secret

    Rewst API token from an API client you create in the console (sent as a bearer token).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rewst-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/rewst-v0.1.0/rewst-mcp.mcpb",
      "args": [],
      "env": {
        "REWST_BASE_URL": "<YOUR_REWST_BASE_URL>",
        "REWST_API_TOKEN": "<YOUR_REWST_API_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rewst-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/rewst-v0.1.0/rewst-mcp.mcpb",
      "args": [],
      "env": {
        "REWST_BASE_URL": "<YOUR_REWST_BASE_URL>",
        "REWST_API_TOKEN": "<YOUR_REWST_API_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rewst-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/rewst-v0.1.0/rewst-mcp.mcpb",
      "args": [],
      "env": {
        "REWST_BASE_URL": "<YOUR_REWST_BASE_URL>",
        "REWST_API_TOKEN": "<YOUR_REWST_API_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rewst-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/rewst-v0.1.0/rewst-mcp.mcpb",
      "args": [],
      "env": {
        "REWST_BASE_URL": "<YOUR_REWST_BASE_URL>",
        "REWST_API_TOKEN": "<YOUR_REWST_API_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add rewst-mcp --env REWST_BASE_URL=<YOUR_REWST_BASE_URL> --env REWST_API_TOKEN=<YOUR_REWST_API_TOKEN> -- https://github.com/Servosity/msp-skills/releases/download/rewst-v0.1.0/rewst-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →