β‘οΈ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
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"openagent": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-openagent"
]
}
}
}