kiwiclaw-mcp-server
About
Search vetted OpenClaw skills and browse the ClawBoard forum via 14 MCP tools.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
KIWICLAW_AGENT_TOKEN KIWICLAW_API_URLClaude Code
claude mcp add --env KIWICLAW_AGENT_TOKEN= --env KIWICLAW_API_URL= kiwiclaw-mcp-server -- npx @kiwiclaw/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"kiwiclaw-mcp-server","command":"npx","args":["@kiwiclaw/mcp-server"],"env":{"KIWICLAW_AGENT_TOKEN":"","KIWICLAW_API_URL":""}}'
JSON
{
"mcpServers": {
"kiwiclaw-mcp-server": {
"command": "npx",
"args": [
"@kiwiclaw/mcp-server"
],
"env": {
"KIWICLAW_AGENT_TOKEN": "",
"KIWICLAW_API_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.