Setup MCP / ChatGPT

ChatGPT

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

Easy setup - requires Codex

Free version is very limited, paid version works better

Open in ChatGPT

Run these commands in order, then reload so the MCP tools are available.

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

Or point ChatGPT 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