Setup MCP / Claude Code

Claude Code

IronWallet MCP Server install for Claude Code. This page is rendered as static TSX with the full command and config.

Requires higher expert level

Works well with Code mode, Chat mode is very limited

Open in Claude Code

Run these commands in order:

1claude plugin marketplace add ironwallet/ironwallet-agent-kit
2claude plugin install ironwallet-mcp@ironwallet

After plugin install, wait ~45 seconds and start a new chat so the tools load.

Or point Claude Code at the stdio server directly:

1{
2 "mcpServers": {
3 "ironwallet": {
4 "command": "npx",
5 "args": ["-y", "@ironwallet/mcp-server"]
6 }
7 }
8}

← Back to the full setup guide