MCP.so
登录

Control Chrome with AppleScript

@anthropics

关于 Control Chrome with AppleScript

Control Google Chrome browser tabs, windows, and navigation

基本信息

分类

生产力

传输方式

stdio

发布者

anthropics

提交者

idoubi

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Control Chrome with AppleScript?

It is a server that controls Google Chrome browser tabs, windows, and navigation through Chrome’s official AppleScript API. It is built for macOS users who want to automate Chrome tasks programmatically via an MCP-compliant interface.

How to use Control Chrome with AppleScript?

Install the server (e.g., via a Desktop Extension pack) and configure it in an MCP client. The server runs on Node.js and communicates with Chrome using AppleScript. Use the exposed tools such as open_url, list_tabs, execute_javascript, or get_page_content to interact with the browser.

Key features of Control Chrome with AppleScript

  • Open URLs in new or current tabs
  • Get information about the active tab
  • List all open Chrome tabs
  • Close or switch to specific tabs
  • Reload and navigate (back/forward) in tabs
  • Execute JavaScript in the current tab
  • Retrieve text content from the current page

Use cases of Control Chrome with AppleScript

  • Automate opening a set of URLs for daily workflow
  • Monitor and manage large numbers of open tabs
  • Extract page content for data collection or analysis
  • Inject JavaScript to modify page behavior or retrieve dynamic data
  • Navigate through browser history programmatically

FAQ from Control Chrome with AppleScript

What platforms does Control Chrome with AppleScript support?

The server only supports macOS (darwin) because it relies on the AppleScript API, which is exclusive to Apple operating systems.

What dependencies are required to run this server?

A macOS system, Google Chrome installed, and Node.js to run the server. No additional authentication or network services are required.

Is this extension affiliated with Google or Chrome?

No. The readme explicitly states that this extension is not affiliated with Google or Chrome. It is a demonstration of Desktop Extensions by Anthropic.

评论

生产力 分类下的更多 MCP 服务器