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
DetailsBrowser 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"]
}
}
}
Default config location for each supported agent.
.cursor/mcp.json.claude/settings.json.windsurf/mcp.json.cline/mcp.jsonOfficial 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