Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From atr-skills
Provides browser control and automation capabilities through the local 'atr mcp serve' subprocess. Runs locally on the user's machine; no API keys required.
npx claudepluginhub imyousuf/agentic-test-runner --plugin atr-skillsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"atr-browser": {
"command": "atr",
"args": [
"mcp",
"serve"
]
}
}
}Server configuration and connection parameters
atrCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.