MCP Catalogs
Homeclawmaster screenshot

clawmaster

by openmaster-ai·20·Score 42

A comprehensive MCP server platform for managing OpenClaw with web console, desktop app, and MCP server integration.

developer-toolsproductivityai-llm
8
Forks
4
Open issues
this month
Last commit
2d ago
Indexed

Overview

ClawMaster is an MCP server that serves as a comprehensive management platform for OpenClaw, offering both CLI and web-based interfaces. It provides a setup wizard for easy configuration of LLM providers, channels, and MCP servers. The platform features built-in observability through ClawProbe, memory management with PowerMem integration, and skill marketplace functionality. With its desktop and web interfaces, ClawMaster bridges the gap between OpenClaw's technical configuration and everyday usability for non-technical users and teams.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Managing OpenClaw configurations for teams or families through a centralized web interface
you:Setting up memory-backed digital assistants with PowerMem integration
you:Monitoring and observability of OpenClaw runtime performance and costs
you:Is ClawMaster an MCP server itself or just a management tool for OpenClaw?
you:What platforms does ClawMaster support?

When to choose this

Choose ClawMaster when you need a graphical interface to manage OpenClaw instances, especially if you're non-technical or managing for a team.

When NOT to choose this

Don't choose ClawMaster if you're looking for MCP server implementations or if you prefer CLI-based configuration.

Tools this server exposes

10 tools extracted from the README
  • setup_wizard

    Guided setup wizard for OpenClaw configuration and provider onboarding

  • import_workspace

    Import local markdown files and memory data into the PowerMem runtime

  • process_document

    Process documents using PaddleOCR pipeline to extract structured content

  • track_session_cost

    Monitor and track costs for individual sessions with LLM providers

  • manage_skills

    Install, toggle, and manage skills from the ClawHub marketplace

  • manage_mcp_servers

    Manage MCP server connections and skill definitions

  • observe_runtime

    Monitor runtime health and observability metrics through ClawProbe

  • create_memory_skill

    Create memory-backed skills that leverage PowerMem for persistent knowledge

  • schedule_task

    Schedule cron jobs and periodic tasks with cost tracking

  • validate_model_provider

    Validate API keys and connectivity to LLM providers

Note: Tool names inferred from product capabilities and screenshots rather than explicit documentation. README focuses on product features rather than MCP tool specifications.

Comparable tools

openclawclaudes-desktopnexus

Installation

Installation

CLI + Web Console (recommended)

npm i -g clawmaster
clawmaster                   # start the web console

Open http://localhost:16223 — the setup wizard walks you through OpenClaw engine detection and LLM provider configuration.

clawmaster serve --daemon    # run in background
clawmaster stop              # stop the service
clawmaster doctor            # verify your environment

Desktop App (Beta)

Download the installer for your platform from [GitHub Releases](https://github.com/openmaster-ai/clawmaster/releases)

From Source

git clone https://github.com/openmaster-ai/clawmaster.git
cd clawmaster
npm install
npm run dev:web              # web console + backend
npm run tauri:dev            # desktop app

Requires Node.js 20+.

FAQ

Is ClawMaster an MCP server itself or just a management tool for OpenClaw?
ClawMaster is primarily a management platform for OpenClaw that includes MCP server management capabilities. It allows users to configure and manage MCP servers within the OpenClaw ecosystem.
What platforms does ClawMaster support?
ClawMaster supports macOS, Windows, and Linux platforms. It offers both a web console and a desktop application, with the desktop app currently in beta.

Compare clawmaster with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.