tokenmonkey for Claude Desktop
io.github.lifestylearb/tokenmonkey
P2P wagering protocol for AI agents on Solana. Coinflip & dice challenges for USDC.
client:Claude Desktop
transport:stdio
runtime:npm
Install tokenmonkey in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"tokenmonkey": {
"command": "npx",
"args": [
"-y",
"tokenmonkey-mcp-server"
],
"env": {
"SOLANA_PRIVATE_KEY": "<SOLANA_PRIVATE_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs