TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: MCP Browser Agent – Autonomous Browser Automation for Claude Desktop

4 点作者 ivanimprv大约 12 小时前
Hey HN! Following up on MCPs for Claude, I&#x27;ve created another Model Context Protocol server that gives Claude Desktop autonomous browser automation capabilities.<p>The Browser Agent MCP lets Claude control a headful browser to navigate websites, capture screenshots, manipulate DOM elements, execute JavaScript, and perform API requests—all through natural language instructions.<p>Check out a demo here: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0lMsKiTy7TE" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0lMsKiTy7TE</a> Repository: <a href="https:&#x2F;&#x2F;github.com&#x2F;imprvhub&#x2F;mcp-browser-agent">https:&#x2F;&#x2F;github.com&#x2F;imprvhub&#x2F;mcp-browser-agent</a><p>With this MCP integration, you can: - Navigate to any URL with configurable load strategies - Capture full-page or element-specific screenshots - Perform precise DOM interactions (click, fill, select, hover) - Execute arbitrary JavaScript with console logs capture - Make HTTP requests (GET, POST, PUT, PATCH, DELETE) with headers and body<p>What makes this a true AI agent is its persistent browser session. Claude maintains state across multiple commands, captures console logs, stores screenshots as resources, and can chain operations for complex workflows.<p>It&#x27;s particularly useful for web testing, form automation, data extraction, or creating visual documentation. The setup requires Node.js, Claude Desktop, and Playwright dependencies. The browser runs headful by default with chrome (you can change to firefox, chromium and more).<p>If you&#x27;ve been exploring MCP development or browser automation, I&#x27;d love to hear about your use cases. What other browser capabilities would enhance your AI Agents workflows?<p>The project is open source under Mozilla Public License 2.0, and I welcome contributions if you&#x27;re interested in MCP development or want to extend the automation features.

暂无评论

暂无评论