PluginBench
MCP Server
Active
MIT

Account Pool MCP Server

io.github.ankitsxchdeva/account-pool-mcp

What is the Account Pool MCP server?

Exclusive, crash-safe leases on a pool of test accounts for parallel agent QA runs.

How to install Account Pool

Copy-paste configuration for popular MCP clients.

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

    Path to the JSON file defining pools + accounts to load on startup.

  • APM_DB_PATH

    Path to the SQLite file. Every session that should coordinate must point at the SAME path.

  • APM_DEFAULT_TTL_SECONDS

    How long a lease lasts before it is reclaimable if a session crashes without releasing.

  • APM_LEASE_WAIT_MS

    0 = fail fast when the pool is empty; >0 = wait this many ms for an account to free up.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "account-pool-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "account-pool-mcp"
      ],
      "env": {
        "APM_ACCOUNTS_FILE": "<YOUR_APM_ACCOUNTS_FILE>",
        "APM_DB_PATH": "<YOUR_APM_DB_PATH>",
        "APM_DEFAULT_TTL_SECONDS": "<YOUR_APM_DEFAULT_TTL_SECONDS>",
        "APM_LEASE_WAIT_MS": "<YOUR_APM_LEASE_WAIT_MS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "account-pool-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "account-pool-mcp"
      ],
      "env": {
        "APM_ACCOUNTS_FILE": "<YOUR_APM_ACCOUNTS_FILE>",
        "APM_DB_PATH": "<YOUR_APM_DB_PATH>",
        "APM_DEFAULT_TTL_SECONDS": "<YOUR_APM_DEFAULT_TTL_SECONDS>",
        "APM_LEASE_WAIT_MS": "<YOUR_APM_LEASE_WAIT_MS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "account-pool-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "account-pool-mcp"
      ],
      "env": {
        "APM_ACCOUNTS_FILE": "<YOUR_APM_ACCOUNTS_FILE>",
        "APM_DB_PATH": "<YOUR_APM_DB_PATH>",
        "APM_DEFAULT_TTL_SECONDS": "<YOUR_APM_DEFAULT_TTL_SECONDS>",
        "APM_LEASE_WAIT_MS": "<YOUR_APM_LEASE_WAIT_MS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "account-pool-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "account-pool-mcp"
      ],
      "env": {
        "APM_ACCOUNTS_FILE": "<YOUR_APM_ACCOUNTS_FILE>",
        "APM_DB_PATH": "<YOUR_APM_DB_PATH>",
        "APM_DEFAULT_TTL_SECONDS": "<YOUR_APM_DEFAULT_TTL_SECONDS>",
        "APM_LEASE_WAIT_MS": "<YOUR_APM_LEASE_WAIT_MS>"
      }
    }
  }
}
Claude Code
claude mcp add account-pool-mcp --env APM_ACCOUNTS_FILE=<YOUR_APM_ACCOUNTS_FILE> --env APM_DB_PATH=<YOUR_APM_DB_PATH> --env APM_DEFAULT_TTL_SECONDS=<YOUR_APM_DEFAULT_TTL_SECONDS> --env APM_LEASE_WAIT_MS=<YOUR_APM_LEASE_WAIT_MS> -- npx -y account-pool-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 →