← Back to Plugins
MCP Server MCP

Browser Automation

github By github 👁 1 views ▲ 0 votes

Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-browser-automation",
      "version": "0.2.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Session name for browser persistence",
          "format": "string",
          "default": "mcp",
          "name": "AGENT_BROWSER_SESSION_NAME"
        },
        {
          "description": "Set to 'false' to run the browser headless. Default is visible (true).",
          "format": "string",
          "default": "true",
          "name": "AGENT_BROWSER_SHOW_WINDOW"
        },
        {
          "description": "Workspace directory for browser_pdf outputs and browser_upload sources. Defaults to os.tmpdir() when unset.",
          "format": "filepath",
          "name": "MCP_WORKSPACE_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...