Quickstart: Claude Desktop plugin¶
Trade PrimeDelta by chatting with Claude Desktop. This is the fast path; each step links to the detail.
Real funds
Every trade signs a transaction with your key. Start on testnet, keep the spend caps on, and read Risk & responsible use before you point this at real money.
1. Before you begin¶
You need uv installed (the plugin runs on it), a wallet, and — to trade — a KYC-verified Digital Identity. Full list: Before you begin.
2. Install the plugin¶
Build the .mcpb bundle and drag it into Claude Desktop:
git clone https://github.com/PrimeDeltaCorp/primedelta-mcp.git
cd primedelta-mcp/mcpb
npm i -g @anthropic-ai/mcpb # once
./build.sh # produces primedelta-mcp.mcpb
Then in Claude Desktop → Settings → Extensions, drag in primedelta-mcp.mcpb. The first launch resolves the environment and can take a minute or two. See Install the plugin.
3. Configure it¶
Claude Desktop collects the config through its UI. The essentials:
- Network —
dev,testnet, ormainnet. Start withtestnet. - Signing —
browser(you approve each trade in your own wallet; default, desktop only),aws(an AWS KMS key signs), orprivatekey(a dedicated dev wallet key). Your key is stored in your OS keychain, never in plaintext. - Caps — set a per-trade and a daily dUSD cap now, while you learn.
Full field reference: Configure the plugin and the generated plugin config.
4. Place your first trade¶
Ask Claude in plain language:
Buy 50 dUSD of AMMT1.
In browser signing mode, your wallet pops up to approve the trade — nothing moves until you sign. The assistant classifies the symbol, checks your caps, gets a quote, sets slippage protection, and only then swaps. Walkthrough: Make your first trade.
What the assistant can and can't do¶
Out of the box it can read everything (prices, balances, quotes) and swap on the DEX within your caps. Moving funds another way — deposits, withdrawals, brokerage orders, subaccounts — is off by default and must be enabled deliberately. See What the guardrails do.
Something not working? Plugin troubleshooting.