~/agent-config
Browse
MCP

Playwright MCP

Browser automation for your agent — navigate pages, take snapshots, click, and fill forms. Useful for verifying UI changes and debugging web apps.

#mcp #browser #testing #playwright #automation

Snippet

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["-y", "@playwright/mcp@latest"]
    }
  }
}

Where it installs

Default config location for each supported agent.

Best for

FrontendFullstackNextjs

Related resources

MCP

Filesystem MCP

Official MCP server for controlled local file access. Set allowed directories in the args — only paths listed here can be read or written by the agent…

#mcp #filesystem #local +1

Cursor, Claude Code, Windsurf +2

Details