Getting started
AgentStack is the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed for prompt injection and unsafe behavior, and installs with one command.
Install the CLI
npm install -g @voostack/agentstack-cli Log in
Mint a personal token from your account, then:
agentstack login --token <your-token> Add anything
agentstack search github
agentstack add github-mcp # → ✓ scanned · ✓ verified · installed
agentstack add pdf-skills --global
agentstack add web-scraper --client cursor add checks your entitlement, then writes the right config for your agent client —
MCP servers into .mcp.json (Claude) or .cursor/mcp.json (Cursor); skills and
toolkits into .claude/skills/. Paid listings send you to checkout first.
Why AgentStack
- Security-reviewed — every version is scanned before it can go live.
- One-command install — no copy-pasting JSON config.
- Fair to creators — sellers keep 70%, paid out monthly.
- Works everywhere — Claude Code, Cursor, and more.
Frequently asked questions
What is AgentStack?
AgentStack is the marketplace for AI agent skills and MCP (Model Context Protocol) servers. Every listing is security-reviewed for prompt injection and unsafe behavior, and installs with one command.
How do I install an MCP server?
Install the CLI with "npm install -g @voostack/agentstack-cli", log in, then run "agentstack add <slug>". The CLI writes the right config for Claude Code or Cursor automatically.
Does AgentStack work with Cursor?
Yes. AgentStack works with Claude Code, Cursor, and more. Use "agentstack add <slug> --client cursor" to install into Cursor.
How much do creators earn?
Creators keep 70% of every sale; AgentStack takes a 30% platform fee. Payouts are monthly via Stripe.
Are listings safe to install?
Every version is scanned for prompt injection, secret exfiltration, and dangerous operations before it can go live. Listings that pass earn a verified badge.
Next: CLI reference →