Skip to content
Cursor

uniteddepin for Cursor

io.github.krampslaag/uniteddepin

UnitedDePIN MCP server for aggregating DePIN nodes.

client:Cursor transport:stdio runtime:npm

Install uniteddepin in Cursor

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

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

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

uniteddepin in other clients