تمت ترجمة هذه الصفحة آلياً. قد يختلف المحتوى الأصلي قليلاً عن الترجمة.

Setup MCP / Cursor

Cursor

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

Open in Cursor

Install once. After that, the wallet tools are available in every chat. You can also paste this into ~/.cursor/mcp.json and restart Cursor.

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

Reload Cursor after install so PATH includes npx.

← Back to the full setup guide