Skip to content

mcp prepare transactions for Zed

io.github.cryptoapis-io/mcp-prepare-transactions

MCP server for building unsigned transactions on EVM, Tezos, Solana, Kaspa, XRP, UTXO, Tron

client:Zed transport:stdio runtime:npm

Install mcp prepare transactions in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-prepare-transactions": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-prepare-transactions"
      ],
      "env": {
        "CRYPTOAPIS_API_KEY": "<CRYPTOAPIS_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp prepare transactions in other clients