Setup MCP / VS Code

VS Code

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

Highest expert level

Requires additional plugins with paid version of AI models

Open in VS Code

Opens VS Code and registers the local MCP server. You can also add this to your VS Code MCP settings (user or workspace).

1{
2 "mcp": {
3 "servers": {
4 "ironwallet": {
5 "type": "stdio",
6 "command": "npx",
7 "args": ["-y", "@ironwallet/mcp-server"]
8 }
9 }
10 }
11}

← Back to the full setup guide