Skip to content
Cursor

arweave mcp for Cursor

io.github.mrfentmen/arweave-mcp

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

client:Cursor transport:stdio runtime:npm

Install arweave mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

arweave mcp in other clients