mcp-blockchain-server

zhangzhongnan928/mcp-blockchain-server
★ 10 stars TypeScript Browser/Web Updated today
MCP Server for blockchain interactions with Web DApp for secure transaction signing
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-blockchain-serve": {
      "command": "npx",
      "args": [
        "-y",
        "zhangzhongnan928/mcp-blockchain-server"
      ]
    }
  }
}