mcp for Claude Desktop
io.github.suigar-gaming/mcp
AI agent MCP server for Suigar casino game, SweetHouse, NFT, and referral transactions.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@suigar/mcp"
],
"env": {
"SUIGAR_MCP_BRIDGE_WEB_URL": "<SUIGAR_MCP_BRIDGE_WEB_URL>",
"SUIGAR_MCP_BRIDGE_TIMEOUT_MS": "<SUIGAR_MCP_BRIDGE_TIMEOUT_MS>",
"SUIGAR_MCP_BRIDGE_MAX_BODY_BYTES": "<SUIGAR_MCP_BRIDGE_MAX_BODY_BYTES>",
"SUIGAR_MCP_SESSION_SETUP_TIMEOUT_MS": "<SUIGAR_MCP_SESSION_SETUP_TIMEOUT_MS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs