Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"android-test-pilot": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/lib/index.js"
],
"env": {
"MAX_MCP_OUTPUT_TOKENS": "50000"
}
}
}
}Replace placeholder values for: MAX_MCP_OUTPUT_TOKENS
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
MAX_MCP_OUTPUT_TOKENS=50000Sensitive values you must provide — never committed to source control
npx claudepluginhub panicgit/android-test-pilot --plugin android-test-pilot