Browser Automation
pulsemcp/browser automationEnables browser automation through a WebSocket-connected browser extension, providing tools for extracting page content as markdown, injecting custom CSS styles, retrieving URLs, and searching browser history for web scraping, testing, and content analysis workflows.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"browser_automation": {
"url": "None",
"transport": "http"
}
}
}