Customclaw
About
MCP server for Customclaw.
Details
- Author
- onlythebestswfl-ops
- Downloads
- 122
- Categories
- Other
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CustomclawCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"customclaw": {
"command": "npx",
"args": [
"-y",
"customclaw-mcp"
]
}
}
}
list_utilities
List every utility and agent available in the CustomClaw registry (https://customclaw.company). Results are cached for 5 minutes. Returns catalog JSON with utilities and agents arrays.
search_utilities
Fuzzy-search the CustomClaw registry by keyword. Matches across slug, name, tagline, description, and category. Returns the top 25 matches sorted by relevance.
get_utility_info
Return the full catalog entry for a single utility or agent by slug (name, tagline, description, price, free flag, category, etc.).
install_utility
Fetch a CustomClaw utility payload and write its files into target_dir. For paid utilities, pass session_id (the Stripe checkout session_id from the buyer's receipt email). Returns the list of files written and any npm dependencies the caller should install — this tool does NOT run npm install itself; the host agent decides when to install deps.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"customclaw": {
"customclaw": {
"command": "npx",
"args": [
"-y",
"customclaw-mcp"
]
}
}
}
}
McpServers
{
"customclaw": {
"command": "npx",
"args": [
"-y",
"customclaw-mcp"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



