Install
# CLI install
npm install -g agent-install
MCP client config
{
"command": "npx",
"args": ["-y", "agent-install"],
"env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}
Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.
Make it paid
This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.
// Node — npm install spawnpay-paywall import { paywall } from 'spawnpay-paywall'; const myTool = paywall( { price: 0.005, vendor: 'SP_yourCode' }, originalToolFn );
About
- Package
- agent-install
- Version
- 0.0.5
- Author
- abai
- Published
- 2026-05-01
- Keywords
- agent, agents-md, claude, cli, codex, cursor, install, mcp
Related MCPs
-
Extension manager for AI coding agents — install skills, subagents, slash commands, and MCP servers across Claude Code, Codex, Cursor, Copil
-
Extract design tokens (colors, typography, spacing, border radius, shadows) from any public website. Generates JSON and CSS custom propertie
-
Add MCP servers to your favorite coding agents with a single command.
-
DollhouseMCP - A Model Context Protocol (MCP) server that enables dynamic AI persona management from markdown files, allowing Claude and oth