Skip to main content
npx agentcash install [--client <name>]
The install command sets up AgentCash as an MCP server for your AI client. Without --client, it runs an interactive prompt to detect and select your client.

Options

--client
string
Skip the interactive prompt and install for a specific client. Valid values:claude-code, cursor, claude, codex, cline, windsurf, warp, gemini-cli, goose, zed, opencode, openclaw

Examples

Interactive install:
npx agentcash install
Direct install for Cursor:
npx agentcash install --client cursor

What it does

  1. Detects which AI clients are available on your system
  2. Prompts you to select one (or uses --client)
  3. Writes the MCP configuration to the client’s config file
  4. Confirms the installation was successful