PluginBench
MCP Server

io.github.mastrophot/near-wallet-manager MCP Server

io.github.mastrophot/near-wallet-manager

What is the io.github.mastrophot/near-wallet-manager MCP server?

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

How to install io.github.mastrophot/near-wallet-manager

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "near-wallet-manager": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-near-wallet-manager"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "near-wallet-manager": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-near-wallet-manager"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "near-wallet-manager": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-near-wallet-manager"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "near-wallet-manager": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-near-wallet-manager"
      ]
    }
  }
}
Claude Code
claude mcp add near-wallet-manager -- npx -y mcp-near-wallet-manager

Related MCP servers

MCP smart contract scanner with NEAR-focused security context.

View repository →