open-agents

GitHub

An open source template for building cloud agents.

5,263 stars TypeScript #agent#agents#ai#background-agents
RAW Config

Claude Desktop Configuration

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

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