← Back to Plugins
MCP Server MCP

io.github.therealtimex/browser-use

github By github 👁 1 views ▲ 0 votes

AI browser automation - navigate, click, type, extract content, and run autonomous web tasks

Homepage Verified source GitHub

Install

uvx realtimex-browser-use

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "realtimex-browser-use",
      "version": "0.7.10",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "realtimex-browser-use[cli]@0.7.10",
          "type": "positional"
        }
      ],
      "packageArguments": [
        {
          "value": "--mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "OpenAI API key for LLM operations",
          "isRequired": true,
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...