openagent (MCP Server)

GitHub

⚑️next-generation personal AI assistant powered by LLM, RAG and agent loops, supporting computer-use, browser-use and coding agent, demo: https://demo.openagentai.org

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "openagent": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-openagent"
      ]
    }
  }
}