Communication|AI / ML|Productivity|DevelopmentPython

AstrBot

Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative.

Free
N/A rating (0 reviews)0 installs29,337 GitHub stars
chatbotAIintegration

AstrBot is a versatile chatbot infrastructure designed to integrate various instant messaging platforms and leverage large language models along with plugins and AI features. It serves as an alternative to openclaw, providing a robust solution for developers and users alike.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "astrbot": {
      "args": [
        "astrbot"
      ],
      "command": "uvx"
    }
  }
}

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.