Clawmaster
Make OpenClaw usable for everyone — setup, manage, and grow it into a practical digital personal assistant.
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
Maintainer
Works with
Installation
Manual Installation
npx clawmasterConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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.)
Install Clawmaster globally
Install the clawmaster package globally via npm to make the CLI available system-wide.
npm i -g clawmasterRun the doctor check to verify your environment
Before starting, verify that OpenClaw and all required dependencies are detected correctly.
clawmaster doctorStart the Clawmaster web console
Launch the management web interface. It will be accessible at http://localhost:16223 where you can run the setup wizard.
clawmasterComplete 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.
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"]
}
}
}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 stopClawmaster 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.
Clawmaster Alternatives — Similar Developer Tools Servers
Looking for alternatives to Clawmaster? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up Clawmaster in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.