MCP server to automate, test, and debug Chrome Extensions with AI assistants (Cursor, Claude, VS Code).
{
"mcpServers": {
"chrome-extension-tester": {
"command": "npx",
"args": [
"-y",
"chrome-extension-tester-mcp"
]
}
}
}