MCP Server
MCP
unbrowser by Unchained
Chrome-free MCP web access for agents with low-token page maps and browser escalation hints.
Install
uvx pyunbrowser
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "pyunbrowser",
"version": "0.0.21",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "--mcp",
"type": "positional"
}
]
},
{
"registryType": "cargo",
"registryBaseUrl": "https://crates.io",
"identifier": "unbrowser",
"version": "0.0.21",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "--mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
cargo
By
Comments
Sign in to leave a comment