MCP Server
Abstract Global Wallet
for AI Agents
Give AI agents secure, scoped access to your Abstract Global Wallet.
1
Create a session
Open your terminal and run this command. It will open a browser window where you connect your wallet and choose what your agent is allowed to do.
npx -y @abstract-foundation/agw-mcp init --chain-id 27412
Add to your MCP client
Tell your AI client how to find the AGW server. Pick your client below:
Run this in your terminal:
claude mcp add agw -- npx -y @abstract-foundation/agw-mcp serve --chain-id 27413
Start using it
Open your AI client and try asking it something like:
# Check your wallet
"What's my wallet address and balance?"
# Send a token
"Send 0.01 ETH to 0x1234..."
# Use an app
"Bet $5 USDC on Man United on Myriad"