# IBAX-io/go-ibax | Model Context Protocol (MCP) Server > An innovative Blockchain Protocol Platform, which everyone can deploy their own applications quickly and easily, such as Dapp, DeFi, DAO, Cross-Blockchain transactions, etc. - **Stars**: ⭐ 7,865 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "go-ibax": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-go-ibax" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "go-ibax": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-go-ibax" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-go-ibax` - **Docker**: `docker run -i --rm mcp/go-ibax`