-
securityA
license-
qualityFacilitates controlling Apple Music on macOS via AppleScript through MCP commands, allowing users to manage playback, search for tracks, and create playlists.
Last updated -
44
Python
MIT License
用于检索和管理 Chrome 浏览器标签页信息的模型上下文协议服务器。这使得 Claude Desktop(或任何 MCP 客户端)能够获取当前打开的 Chrome 标签页信息并进行控制。
要将此工具与 Claude Desktop 一起使用,只需将以下内容添加到您的 Claude Desktop 配置( ~/Library/Application Support/Claude/claude_desktop_config.json
)中:
这将在需要时自动下载并运行该工具的最新版本。
AppleScript 需要此辅助功能设置才能与 Chrome 标签进行交互。
以下部分适用于那些想要开发或修改该工具的人。
npm install -g tsx
)get_tabs
:从 Google Chrome 浏览器中检索所有打开的标签页,返回其标题和网址。标签页按窗口分组,并以“窗口 1-1”(窗口 1,标签页 1)的格式显示。close_tab
:使用窗口和标签索引关闭 Google Chrome 中的特定标签。MIT 许可证 - 详情请参阅许可证文件
local-only server
The server can only run on the client's local machine because it depends on local resources.
通过 MCP 协议实现与 Google Chrome 标签页的交互,允许客户端使用 AppleScript 检索信息并控制 macOS 上的标签页。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kazuph/mcp-browser-tabs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server