Best Browser Automation MCP Servers for Windsurf
Connect browser automation tools to Windsurf using MCP servers. These servers let Windsurf interact with browser automation resources, enabling powerful AI-assisted workflows for developers.
0 Browser Automation Servers for Windsurf
Windsurf Configuration
Add browser automation MCP servers to your Windsurf configuration at ~/.windsurf/mcp.json:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/you/projects"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
}
},
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
},
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "your_brave_api_key_here"
}
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}Browser Automation Servers for Other Clients
Other Categories for Windsurf
File Systems MCP Servers for WindsurfDatabases MCP Servers for WindsurfAPIs MCP Servers for WindsurfCloud Services MCP Servers for WindsurfDeveloper Tools MCP Servers for WindsurfAnalytics MCP Servers for WindsurfCommunication MCP Servers for WindsurfBusiness Applications MCP Servers for WindsurfSearch & Data Extraction MCP Servers for WindsurfKnowledge & Memory MCP Servers for WindsurfFinance & Fintech MCP Servers for WindsurfSecurity MCP Servers for WindsurfData Science & ML MCP Servers for WindsurfVersion Control MCP Servers for WindsurfCoding Agents MCP Servers for WindsurfMarketing & SEO MCP Servers for WindsurfMonitoring & Observability MCP Servers for Windsurf