Odel
near mcp wallet manager

near mcp wallet manager

Local
@mastrophotTypeScriptMITUpdated 5mo ago

MCP server for NEAR wallet creation, balance checks, and transaction signing.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-near-wallet-managerv0.1.1

Run

npx -y mcp-near-wallet-manager

MCP client config

{
  "mcpServers": {
    "near-mcp-wallet-manager": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-near-wallet-manager"
      ]
    }
  }
}