browser-mcpServer

djyde
GitHub
browser automationweb interactionAI agents

Loading subscription status...

💡 Description

An MCP server that allows AI assistants to interact with the browser, enabling tasks such as retrieving content from the current page in Markdown format, modifying page styles, and searching browser history.

📝 JSON Entries

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

🛠️ Tools

get_current_page_markdownappend_stylehistory_search

Features

  • Get Markdown of the current page.
  • Modify CSS styles on the current page.
  • Search through browser history.

💬 Example Queries

  • Summarize the current page.
  • Change the current page to dark mode.
  • Search the browser history for 'github'.