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 +2
Cursor, Claude Code, Windsurf +1
DetailsSimple HTTP fetch tool for your agent — read API responses and web pages as text. No API key required. A lightweight alternative when you don't need full browser automation.
#mcp #http #fetch #api
Snippet
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-fetch"]
}
}
}
Default config location for each supported agent.
.cursor/mcp.json.claude/settings.json.windsurf/mcp.json.cline/mcp.json.codex/config.tomlBrowser automation for your agent — navigate pages, take snapshots, click, and fill forms. Useful for verifying UI changes and debugging web apps.
#mcp #browser #testing +2
Cursor, Claude Code, Windsurf +1
Details