# Getting Started

Pick your language and follow the quickstart:

| | Python | JavaScript / TypeScript |
|---|---|---|
| Package | `opendesk` (PyPI) | `@vitalops/opendesk-sdk` (npm) |
| Install | `pip install 'opendesk[core,mcp]'` | `npm install @vitalops/opendesk-sdk` |
| MCP register | `opendesk install` | `npx opendesk-js install` |
| Requires | Python 3.10+ | Node.js 18+ |

- [Python quickstart](python.md)
- [JavaScript / TypeScript quickstart](javascript.md)

---

## Try it immediately via Claude

Once installed and registered, open Claude Code and ask:

> "Take a screenshot and tell me what's on my screen"

> "Open TextEdit and type hello world"

> "What apps are running?"

> "Click the Save button"

No code needed — Claude calls the tools automatically.
