Developer Tools
Trust: 62/100 (Good)io.github.bytedance/mcp-server-browser Guide
MCP server for browser use access
28,623 starsby bytedance
Quick Start
Install
npx @agent-infra/mcp-server-browserClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-bytedance-mcp-server-browser": {
"command": "npx",
"args": [
"@agent-infra/mcp-server-browser"
]
}
}
}