Ultra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"nanobot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-nanobot"
]
}
}
}