vaaya-cli
v0.1.2
Published
Vaaya CLI — give your agent paid superpowers. One command installs the Vaaya MCP server into Claude Code, Claude Desktop, Cursor, and Codex: media & video generation, product demo videos, web search & scraping, deep/market research, GTM & lead enrichment,
Downloads
634
Maintainers
Readme
vaaya-cli
Give your agent paid superpowers — from your terminal. (The npm package is
vaaya-cli; the installed command is vaaya.)
npx @vaaya/mcp install(npx vaaya-cli install runs the same installer — this CLI wraps the published
@vaaya/mcp package.)
One command sets up the Vaaya MCP server for every agent it detects on your machine (Claude Code, Claude Desktop, Cursor, Codex). Restart your agent, and its first Vaaya call opens a short browser approval — sign-up happens right there if you're new. Pay-per-call, no API keys, failed calls are never charged.
What your agent gets
- Media generation — images & video via top models, TTS, music
- Product demo videos — narrated, auto-zoomed demos from a raw screen recording
- Web search & scraping — live search, crawl, extract, persist
- Deep / market / competitive research — cited reports, company intel, bake-offs
- GTM & sales — ICP lead discovery, contact enrichment, buying signals, outreach drafts
- Code sandboxes — per-second-billed compute for benchmarks and untrusted code
- Browser automation, email, memory, monitoring workers, and more
The agent asks Vaaya's conversational consult tool for anything it can't do,
gets back the exact call to run, and executes it with use — billed on success.
The agent never sees upstream URLs or API keys.
Commands
| Command | What it does |
| --- | --- |
| vaaya install | Configure the MCP server for every detected agent (idempotent — re-run to update) |
| vaaya status | Connection state + live tool count |
| vaaya consult "…" | Ask Vaaya how it would do something — returns the plan without running it |
| vaaya reauthorize | Re-run the browser authorization flow |
| vaaya logout | Disconnect and delete local credentials |
| vaaya serve | Run the stdio MCP server (what agents invoke) |
Try it from the terminal:
npx vaaya-cli consult "turn this screen recording into a narrated product demo"
npx vaaya-cli statusConnecting manually
Clients that speak HTTP MCP natively can skip the CLI entirely and add the
remote server: https://vaaya.ai/mcp (Streamable HTTP, OAuth 2.1). The stdio
form is npx -y @vaaya/mcp.
Links
- Website: https://vaaya.ai
- Docs & source shim: https://github.com/vaaya-ai/vaaya-mcp
- Revoke access: https://vaaya.ai/connected-apps
- Support: [email protected]
MIT © Vaaya
