MCPServers
C

Chrome Tabs

5
0

Summary

This MCP server, developed by kazuph, enables retrieval and management of Chrome browser tabs information on macOS. It integrates with Claude Desktop and other MCP clients, allowing them to fetch data about and control open Chrome tabs using AppleScript. The implementation provides tools for getting all open tabs and closing specific tabs by window and tab indices. Its focus on browser tab management differentiates it from more general-purpose MCP implementations. This tool is particularly useful for AI assistants and automation scripts that need to interact with or analyze a user's current browsing session.

Available Actions(2)

get_tabs

Retrieves all open tabs from Google Chrome browser, returning their titles and URLs. Tabs are grouped by window and displayed in a format like 'Window 1-1' (Window 1, Tab 1).

close_tab

Closes a specific tab in Google Chrome using window and tab indices. Parameters: windowIndex (integer - Window number, starts from 1), tabIndex (integer - Tab number within the window, starts from 1).

Last Updated: April 8, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Try it now in
HighlightHighlight AI

语言

TypeScript

分类

标签