Skip to content

renfeng/browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Power for Kiro

A Kiro power that provides browser automation capabilities via Playwright MCP.

Navigate pages, click elements, fill forms, take screenshots, and monitor network requests and console messages — all from within the Kiro agent.

Quick Start

  1. Clone this repo
  2. In Kiro, open Command Palette → "Powers" → "Add power from Local Path"
  3. Select the cloned directory

Or manually copy POWER.md and mcp.json to .kiro/powers/browser/ in your workspace.

What's Included

File Purpose
POWER.md Power metadata, keywords, and usage instructions
mcp.json MCP server configuration (Playwright + Chrome DevTools)

MCP Servers

  • Playwright (enabled) — Full browser automation via @playwright/mcp
  • Chrome DevTools (disabled) — Alternative via chrome-devtools-mcp, enable in mcp.json if preferred

Prerequisites

  • Node.js (for npx)
  • Playwright browsers will be installed automatically on first use

License

MIT

About

Browser automation power for Kiro IDE — Playwright MCP + Chrome DevTools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors