We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/imprvhub/mcp-browser-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: mcp-browser-agent
displayName: Browser Agent MCP
description: A Model Context Protocol (MCP) integration that provides Claude Desktop with autonomous browser automation capabilities.
visibility: public
type: mcp
author:
name: Iván Luna
url: https://github.com/imprvhub
repository: https://github.com/imprvhub/mcp-browser-agent
keywords:
- browser
- agent
- orchestration
- automation
files:
- README.md
- package.json
- tsconfig.json
- Dockerfile
- src/index.ts
- src/tools.ts
- src/handlers.ts
- src/executor.ts
startCommand:
type: stdio
configSchema:
type: object
properties: {}
commandFunction: |-
(config) => ({
command: 'node',
args: ['build/index.js'],
env: {}
})
exampleConfig: {}