MCP Server
MCP
io.github.therealtimex/browser-use
AI browser automation - navigate, click, type, extract content, and run autonomous web tasks
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
By
Comments
Sign in to leave a comment