Clawmaster

v1.0.0Developer Toolsstable

Make OpenClaw usable for everyone — setup, manage, and grow it into a practical digital personal assistant.

ai-agentcross-platformdesktop-appernielangchain
Share:
20
Stars
0
Downloads
0
Weekly
0/5

What is Clawmaster?

Clawmaster is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to make openclaw usable for everyone — setup, manage, and grow it into a practical digital personal assistant.

Make OpenClaw usable for everyone — setup, manage, and grow it into a practical digital personal assistant.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Make OpenClaw usable for everyone — setup, manage, and grow

Use Cases

OpenClaw setup and management
Digital personal assistant deployment
openmaster-ai

Maintainer

LicenseNOASSERTION
Languagetypescript
Versionv1.0.0
UpdatedMay 14, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx clawmaster

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Clawmaster

Clawmaster is a web-based management console and MCP server that simplifies the setup, configuration, and operation of OpenClaw — a personal AI agent platform. It provides a wizard-driven onboarding experience for connecting LLM providers, integrating messaging channels (Feishu, WeChat, Discord, Slack, Telegram, WhatsApp), and monitoring session costs and token usage. Developers and non-technical users who want to deploy a personal AI assistant with full observability can use Clawmaster to manage the entire lifecycle without editing config files manually.

Prerequisites

  • Node.js 18 or later with npm installed globally
  • OpenClaw engine installed and accessible (detected automatically by Clawmaster)
  • API keys for at least one supported LLM provider (OpenAI, Anthropic, etc.)
  • An MCP-compatible client: Claude Desktop, Cursor, or Claude Code
  • Optional: credentials for messaging platform integrations (Discord, Slack, Telegram, etc.)
1

Install Clawmaster globally

Install the clawmaster package globally via npm to make the CLI available system-wide.

npm i -g clawmaster
2

Run the doctor check to verify your environment

Before starting, verify that OpenClaw and all required dependencies are detected correctly.

clawmaster doctor
3

Start the Clawmaster web console

Launch the management web interface. It will be accessible at http://localhost:16223 where you can run the setup wizard.

clawmaster
4

Complete the setup wizard in your browser

Open http://localhost:16223 in your browser. The wizard will guide you through: selecting an OpenClaw profile, connecting LLM providers with live key validation, setting defaults, and optionally adding messaging channels or plugins.

5

Add Clawmaster to your MCP client configuration

Register Clawmaster as an MCP server so AI clients can use it for agent management and observability. For background operation, run it as a daemon.

{
  "mcpServers": {
    "clawmaster": {
      "command": "clawmaster",
      "args": ["serve"]
    }
  }
}
6

Run Clawmaster as a background daemon

For persistent background operation, start Clawmaster in daemon mode. Use the stop command to shut it down when needed.

clawmaster serve --daemon
# To stop:
clawmaster stop

Clawmaster Examples

Client configuration

MCP configuration for connecting Claude Desktop or Cursor to Clawmaster for agent management.

{
  "mcpServers": {
    "clawmaster": {
      "command": "clawmaster",
      "args": ["serve"]
    }
  }
}

Prompts to try

Example tasks you can perform via the Clawmaster MCP server or web console.

- "Show me the current token usage and cost for today's sessions"
- "List all connected LLM providers and their validation status"
- "Check if the OpenClaw engine is running and healthy"
- "Show available messaging channel integrations"
- "List installed MCP servers and their status"

Troubleshooting Clawmaster

Web console at localhost:16223 is not accessible

Ensure you ran 'clawmaster' or 'clawmaster serve' first. Run 'clawmaster doctor' to check for port conflicts. If port 16223 is in use by another process, check with 'lsof -i :16223' and stop the conflicting process.

OpenClaw engine not detected during setup

Run 'clawmaster doctor' to see the exact detection error. Ensure the OpenClaw engine is installed and accessible in your PATH. The wizard detects it automatically but requires it to be installed separately from Clawmaster.

LLM provider key validation fails

The setup wizard validates API keys live during configuration. Ensure you are using the correct key format for each provider (e.g., sk-ant-... for Anthropic, sk-... for OpenAI) and that the key has not expired or been revoked.

Frequently Asked Questions about Clawmaster

What is Clawmaster?

Clawmaster is a Model Context Protocol (MCP) server that make openclaw usable for everyone — setup, manage, and grow it into a practical digital personal assistant. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Clawmaster?

Follow the installation instructions on the Clawmaster GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Clawmaster?

Clawmaster works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Clawmaster free to use?

Yes, Clawmaster is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "clawmaster": { "command": "npx", "args": ["-y", "clawmaster"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Clawmaster?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides