MCP Server
MCP
Browser Automation
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
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
By
Comments
Sign in to leave a comment