openclawd-cli
v0.2.0
Published
Desktop chat app with 20+ LLM providers and MCP integrations
Readme
OpenClawd
Multi-provider AI platform. 20+ LLMs. MCP integrations. Desktop + messaging.
Architecture

npx openclawd-cliInstall
git clone https://github.com/rohitg00/openclawd
cd openclawd && ./setup.shAdd your API key to .env:
ANTHROPIC_API_KEY=sk-ant-xxxRun:
cd server && npm start # Terminal 1
npm start # Terminal 2Providers
Works with any provider. Add API keys to .env:
ANTHROPIC_API_KEY # Claude (default)
OPENAI_API_KEY # GPT-4o, o1
GEMINI_API_KEY # Gemini 2.0
GROQ_API_KEY # Ultra-fast Llama
OPENROUTER_API_KEY # 200+ models
VENICE_API_KEY # Privacy-focused
DEEPSEEK_API_KEY # DeepSeek R1
XAI_API_KEY # Grok
MISTRAL_API_KEY # Mistral/CodestralOllama models auto-discovered when running locally.
MCP Servers
20+ servers included. Add via API or config:
# Add from catalog
curl -X POST localhost:3001/api/mcp/servers/from-catalog/github
# Or edit server/mcp-servers.jsonAvailable: filesystem, memory, git, github, slack, postgres, puppeteer, and more.
API
# Chat
curl -X POST localhost:3001/api/chat \
-H "Content-Type: application/json" \
-d '{"message": "Hello", "chatId": "test"}'
# Providers
curl localhost:3001/api/llm/providers
# MCP catalog
curl localhost:3001/api/mcp/catalogMessaging Bot
AI on WhatsApp, Telegram, Signal, iMessage:
cd messaging && npm install && node cli.jsLicense
MIT
