
clawmaster
by openmaster-ai·★ 20·Score 42
A comprehensive MCP server platform for managing OpenClaw with web console, desktop app, and MCP server integration.
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:
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 READMEsetup_wizardGuided setup wizard for OpenClaw configuration and provider onboarding
import_workspaceImport local markdown files and memory data into the PowerMem runtime
process_documentProcess documents using PaddleOCR pipeline to extract structured content
track_session_costMonitor and track costs for individual sessions with LLM providers
manage_skillsInstall, toggle, and manage skills from the ClawHub marketplace
manage_mcp_serversManage MCP server connections and skill definitions
observe_runtimeMonitor runtime health and observability metrics through ClawProbe
create_memory_skillCreate memory-backed skills that leverage PowerMem for persistent knowledge
schedule_taskSchedule cron jobs and periodic tasks with cost tracking
validate_model_providerValidate 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
Installation
Installation
CLI + Web Console (recommended)
npm i -g clawmaster
clawmaster # start the web consoleOpen 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 environmentDesktop 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 appRequires 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
Last updated · Auto-generated from public README + GitHub signals.