mcpbeat Sign in

Account Pool MCP Server

by ankitsxchdeva Your server? Claim it
local only

Account Pool runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 28 Jun 2026.

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

Installs per day peak 29 · avg 8 · +8% w/w
a month agotoday
31
Installs / week
npm · account-pool-mcp
0
Stars
0 open issues
28 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Account Pool every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add account-pool-mcp -- npx -y account-pool-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "account-pool-mcp": {
      "args": [
        "-y",
        "account-pool-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.account-pool-mcp]
command = "npx"
args = ["-y", "account-pool-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "account-pool-mcp": {
      "args": [
        "-y",
        "account-pool-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "account-pool-mcp": {
      "args": [
        "-y",
        "account-pool-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Account Pool

same job, measured the same way
Qase Test Management
by qase

Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

3 791 installs/wk answering
MCP Test Runner
by lovranran

Local test execution and coverage summaries for onboarding agents.

63 installs/wk local only
Regex
by rog0x

Regex test, explain, replace patterns for AI agents

27 installs/wk local only
E2e Runner
by fastslack

JSON-driven E2E test runner with parallel Chrome pool execution and 16 MCP tools.

53 installs/wk local only
Compass by 402rates
by 402rates

Free agent tests (no account or payment); paid ping.

20 tools answering
Wopee MCP
by wopee-io

AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.

436 installs/wk local only
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

166 installs/wk local only
Test Case Generator AI MCP
by csoai-org

AI-powered test case generator ai MCP server for agents. Supports generate test cases, generate

167 installs/wk local only

Account Pool — questions

Answers built from our own checks of this server.

Why is there no uptime for Account Pool?
Account Pool runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package account-pool-mcp was installed 31 times last week.
How do I connect Account Pool?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls account-pool-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Account Pool?
The npm package account-pool-mcp was installed 31 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Account Pool open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.