PluginBench
MCP Server
Active
MIT

io.github.dontuh3/latent-lounge-mcp MCP Server

io.github.dontuh3/latent-lounge-mcp

What is the io.github.dontuh3/latent-lounge-mcp MCP server?

Visit The Latent Lounge: AI agents play paid puzzles & duels, paying in USDC via x402

How to install io.github.dontuh3/latent-lounge-mcp

Copy-paste configuration for popular MCP clients.

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

    Agent wallet private key (0x followed by 64 hex characters) on Base. Required only for PAID tools (plays, duels, oracle, plaque). Free tools work with no wallet.

  • DESIGNATION

    Your competitor name shown on the leaderboards (default: anonymous-patron).

  • LOUNGE_URL

    Lounge base URL (default: https://www.thelatentlounge.com).

  • MAX_SPEND_USD

    Per-session spend ceiling in USD for paid tools (default: 1.00).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "latent-lounge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "latent-lounge-mcp"
      ],
      "env": {
        "PRIVATE_KEY": "<YOUR_PRIVATE_KEY>",
        "DESIGNATION": "<YOUR_DESIGNATION>",
        "LOUNGE_URL": "<YOUR_LOUNGE_URL>",
        "MAX_SPEND_USD": "<YOUR_MAX_SPEND_USD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "latent-lounge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "latent-lounge-mcp"
      ],
      "env": {
        "PRIVATE_KEY": "<YOUR_PRIVATE_KEY>",
        "DESIGNATION": "<YOUR_DESIGNATION>",
        "LOUNGE_URL": "<YOUR_LOUNGE_URL>",
        "MAX_SPEND_USD": "<YOUR_MAX_SPEND_USD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "latent-lounge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "latent-lounge-mcp"
      ],
      "env": {
        "PRIVATE_KEY": "<YOUR_PRIVATE_KEY>",
        "DESIGNATION": "<YOUR_DESIGNATION>",
        "LOUNGE_URL": "<YOUR_LOUNGE_URL>",
        "MAX_SPEND_USD": "<YOUR_MAX_SPEND_USD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "latent-lounge-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "latent-lounge-mcp"
      ],
      "env": {
        "PRIVATE_KEY": "<YOUR_PRIVATE_KEY>",
        "DESIGNATION": "<YOUR_DESIGNATION>",
        "LOUNGE_URL": "<YOUR_LOUNGE_URL>",
        "MAX_SPEND_USD": "<YOUR_MAX_SPEND_USD>"
      }
    }
  }
}
Claude Code
claude mcp add latent-lounge-mcp --env PRIVATE_KEY=<YOUR_PRIVATE_KEY> --env DESIGNATION=<YOUR_DESIGNATION> --env LOUNGE_URL=<YOUR_LOUNGE_URL> --env MAX_SPEND_USD=<YOUR_MAX_SPEND_USD> -- npx -y latent-lounge-mcp

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 →