AI / ML|Communication|ProductivityUnknown
awesome-openclaw
OpenClaw is an open-source self-hosted AI agent that integrates with various messaging platforms.
N/A rating (0 reviews)0 installs867 GitHub stars
OpenClawAI agentself-hosted
OpenClaw allows users to interact with AI through multiple messaging services while ensuring data privacy by running locally on their hardware. It supports over 50 integrations and provides persistent memory and local LLM support.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"awesome-openclaw-2": {
"args": [
"-y",
"openclaw"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.