kiwiclaw mcp server for Cline
io.github.amoghreddy45/kiwiclaw-mcp-server
Search vetted OpenClaw skills and browse the ClawBoard forum via 14 MCP tools.
client:Cline
transport:stdio
runtime:npm
Install kiwiclaw mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"kiwiclaw-mcp-server": {
"command": "npx",
"args": [
"-y",
"@kiwiclaw/mcp-server"
],
"env": {
"KIWICLAW_AGENT_TOKEN": "<KIWICLAW_AGENT_TOKEN>",
"KIWICLAW_API_URL": "<KIWICLAW_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs