PluginBench
MCP Server
Active
MIT

Xahau MCP MCP Server

io.github.Hugegreencandle/xahau-mcp

What is the Xahau MCP MCP server?

First MCP for the Xahau network — offline Hook WASM VM + static analyzer, read-only ledger tools.

How to install Xahau MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • XAHAU_RPC_URLS

    Optional comma-separated override of MAINNET Xahau JSON-RPC endpoints (defaults to built-in mainnet endpoints)

  • XAHAU_TEST_RPC_URLS

    Optional comma-separated override of TESTNET Xahau JSON-RPC endpoints (defaults to built-in testnet endpoints)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xahau-mcp": {
      "command": "https://github.com/Hugegreencandle/xahau-mcp/releases/download/v2.0.1/xahau-mcp-2.0.1.mcpb",
      "args": [],
      "env": {
        "XAHAU_RPC_URLS": "<YOUR_XAHAU_RPC_URLS>",
        "XAHAU_TEST_RPC_URLS": "<YOUR_XAHAU_TEST_RPC_URLS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "xahau-mcp": {
      "command": "https://github.com/Hugegreencandle/xahau-mcp/releases/download/v2.0.1/xahau-mcp-2.0.1.mcpb",
      "args": [],
      "env": {
        "XAHAU_RPC_URLS": "<YOUR_XAHAU_RPC_URLS>",
        "XAHAU_TEST_RPC_URLS": "<YOUR_XAHAU_TEST_RPC_URLS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "xahau-mcp": {
      "command": "https://github.com/Hugegreencandle/xahau-mcp/releases/download/v2.0.1/xahau-mcp-2.0.1.mcpb",
      "args": [],
      "env": {
        "XAHAU_RPC_URLS": "<YOUR_XAHAU_RPC_URLS>",
        "XAHAU_TEST_RPC_URLS": "<YOUR_XAHAU_TEST_RPC_URLS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "xahau-mcp": {
      "type": "stdio",
      "command": "https://github.com/Hugegreencandle/xahau-mcp/releases/download/v2.0.1/xahau-mcp-2.0.1.mcpb",
      "args": [],
      "env": {
        "XAHAU_RPC_URLS": "<YOUR_XAHAU_RPC_URLS>",
        "XAHAU_TEST_RPC_URLS": "<YOUR_XAHAU_TEST_RPC_URLS>"
      }
    }
  }
}
Claude Code
claude mcp add xahau-mcp --env XAHAU_RPC_URLS=<YOUR_XAHAU_RPC_URLS> --env XAHAU_TEST_RPC_URLS=<YOUR_XAHAU_TEST_RPC_URLS> -- https://github.com/Hugegreencandle/xahau-mcp/releases/download/v2.0.1/xahau-mcp-2.0.1.mcpb

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →