Account Pool for Claude Desktop
io.github.ankitsxchdeva/account-pool-mcp
Exclusive, crash-safe leases on a pool of test accounts for parallel agent QA runs.
client:Claude Desktop
transport:stdio
runtime:npm
Install Account Pool in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"account-pool-mcp": {
"command": "npx",
"args": [
"-y",
"account-pool-mcp"
],
"env": {
"APM_ACCOUNTS_FILE": "<APM_ACCOUNTS_FILE>",
"APM_DB_PATH": "<APM_DB_PATH>",
"APM_DEFAULT_TTL_SECONDS": "<APM_DEFAULT_TTL_SECONDS>",
"APM_LEASE_WAIT_MS": "<APM_LEASE_WAIT_MS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs