Skip to content
VS Code

arweave mcp for VS Code

io.github.mrfentmen/arweave-mcp

Keyless MCP server for Arweave: network info, transactions, wallet balances, storage price.

client:VS Code transport:stdio runtime:npm

Install arweave mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "arweave-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "arweave-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

arweave mcp in other clients